ShipKit
Documentation
A Bun-first SaaS monorepo: Next.js 16 for product UI, Elysia for the API, Drizzle and Postgres for data, Better Auth for identity. These docs are public, and they describe the code as it is rather than as a roadmap.
- Get it runningClone, one setup command, four apps on four ports. Includes the Postgres extension the schema needs before it will push.
- Understand the layoutWhich app owns what, why the API is separate from Next, and where a new feature is supposed to go.
- Put it in productionsystemd units, nginx, the environment variables that fail silently, and the build order that matters.
- Look something upEvery environment variable and every script, with what breaks when each one is missing.
The repository itself opens after purchase. Everything described here is readable first, including the rules the codebase enforces, so the conventions can be judged before they are owned.