Built for people who think better out loud.
Rust 61.2%
Svelte 29.5%
TypeScript 3.8%
Starlark 1.9%
JavaScript 1.4%
Nix 0.9%
Astro 0.7%
HTML 0.3%
CSS 0.3%
32 2 0

Clone this repository

https://tangled.org/slipnote.app/slipnote https://tangled.org/did:plc:2innmkza7bd6wjippxep42ma/slipnote
git@knot.tangled.wizardry.systems:slipnote.app/slipnote git@knot.tangled.wizardry.systems:did:plc:2innmkza7bd6wjippxep42ma/slipnote

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

slipnote#

Monorepo layout:

  • frontend/: Astro frontend
  • backend/: Rust Axum backend

Frontend#

cd frontend
pnpm install
pnpm dev

Backend#

cd backend
cargo run

Tilt#

tilt up

Tilt runs the frontend dev server, Storybook, and the backend as local resources. Tilt also launches a Postgres container and wires DATABASE_URL for the backend. Set OPENAI_API_KEY for the backend and optionally override SLIPNOTE_BACKEND_URL, DATABASE_URL, or PUBLIC_BACKEND_URL/ VITE_BACKEND_URL.