Built for people who think better out loud.
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rust 61.1%
Svelte 30.0%
TypeScript 3.9%
JavaScript 1.4%
Starlark 1.3%
Nix 0.9%
Astro 0.7%
HTML 0.3%
CSS 0.3%
31 2 0

Clone this repository

https://tangled.org/slipnote.app/slipnote https://tangled.org/did:plc:2innmkza7bd6wjippxep42ma/slipnote
git@tangled.org:slipnote.app/slipnote git@tangled.org: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. Set OPENAI_API_KEY for the backend and optionally override SLIPNOTE_BACKEND_URL or PUBLIC_BACKEND_URL/VITE_BACKEND_URL.