Developers
Contribute to Quackback: architecture, local setup, testing, and reference docs.
DU
Add a new featureBuild features from database to UI using existing patterns.
25 min readArchitectureUnderstand how Quackback's layers fit together.
10 min readCLI ReferenceCommand reference for Quackback development and operations
4 min readContribute to QuackbackSubmit bug reports, features, and code to the project.
4 min readDatabaseWork with PostgreSQL, Drizzle ORM, and TypeIDs.
8 min readDatabase SchemaTables, columns, and relationships in the Quackback database.
64 min readEnvironment VariablesComplete reference for all Quackback configuration options.
17 min readServer FunctionsType-safe RPC endpoints. The bridge between your React components and backend logic.
12 min readSet up local developmentGet Quackback running locally for development.
5 min readWrite and run testsWrite tests that catch bugs. Unit tests with Vitest, E2E tests with Playwright.
14 min read