An elegant App designed to help you capture, organize, and store your thoughts, tasks, ideas, and information
- Local-first
- Privacy-first
- Open source
- Cross platform
- Realtime sync
- Creator friendly
- Next.js
- TypeScript
- tRPC
- Prisma
- Slate.js
- IndexedDB
After clone the repo, in the root dir:
# Install the dependencies
pnpm install
# copy .env.local.example to .env.local copy
copy apps/web/.env.local.example apps/web/.env.local
# start web service
pnpm dev