Appearance
Developer Tutorials
Tutorials are learning-oriented guides that walk you through a complete task from start to finish. They assume you are new to part of the stack and prioritise getting you to a working result quickly.
Available tutorials
Local Development Setup
Get the entire stack — API, worker, frontend, PostgreSQL, Redis, and RustFS — running on your machine in one session. By the end you will have a working development environment with hot-reload for all three services.
Time: ~20 minutes
Prerequisites: Docker, Node.js 20+, pnpm 10+
Build Your First Feature
Add a complete "notes" feature from database to UI: write a Prisma model, create a migration, scaffold a NestJS module, regenerate the typed SDK, and display the data in a new Vue view.
Time: ~45 minutes
Prerequisites: Completed the Local Development Setup tutorial