9 production apps shipped with this codebase

Stop configuring.
Start shipping.

A production-ready monorepo with auth, payments, admin panel, i18n, and an interactive CLI that sets everything up in 30 seconds. One command. Zero config.

2.4M req/sec APISelf-hosted auth — $0/moi18n + dark mode built-in
~/my-saas
$ git clone git@github.com:Dave93/shipkit.git my-saas $ cd my-saas && bun install 1,247 packages installed [2.1s] $ bun run cli ┌ ShipKit Setup Database host: localhost Admin email: you@company.com .env files created Database schema pushed Admin user created Setup complete $ bun run dev weblocalhost:3000 apilocalhost:3001 adminlocalhost:3002 Ready. Ship it.

Built with modern, production-proven tools

Next.js 16
Frontend
Bun
Runtime
Elysia.js
API
TypeScript
Language
PostgreSQL
Database
Drizzle ORM
ORM
Tailwind CSS
Styling
shadcn/ui
Components
Better Auth
Auth
Polar.sh
Payments
Turborepo
Build
Redis
Cache

Backend

Elysia.js — the fastest
Bun-native framework.

A standalone Elysia.js server — type-safe end-to-end with Eden Treaty. Change an API response, TypeScript catches it in the frontend instantly. No code generation.

  • End-to-end type safety (Elysia + Eden Treaty)
  • Built-in request validation via TypeBox schemas
  • Redis-powered rate limiting per route
  • Webhook handlers pre-configured for Polar.sh
2.4M
Req/sec (TechEmpower)
21x
Faster than Express
6x
Faster than Fastify
Type-safe API → Frontend
API (Elysia.js)
app.post('/checkout', handler, { body: t.Object({ plan: t.String() }) })
↓ Auto-inferred types
Frontend (Eden Treaty)
const { data } = await api.checkout.post({ plan: 'annual' })
Full type safety — zero codegen

Authentication

Better Auth — self-hosted,
zero vendor lock-in.

Not Clerk. Not Auth0. No monthly fees, no data leaving your server. Login, signup, password reset, and admin RBAC — all pre-configured with pages included.

  • Email/password + social providers (Google, GitHub)
  • RBAC with admin, user, and custom roles
  • Ready-made login/signup pages
  • 2FA, multi-tenancy via plugins
$0
Per month, forever
4
Auth pages included
Users, no limits
Auth comparison
Monthly cost$0$25–$300/mo
Data ownershipYour serverTheir cloud
User limitsUnlimitedPer-tier
CustomizationFull sourceSDK only
Auth pages4 includedBuild yourself

Payments

Polar.sh — payments
without Stripe complexity.

Checkout, webhook handler, subscription tracking — all three wired together. Monthly/annual pricing toggle. Most boilerplates give you checkout. We give you the full revenue flow.

  • One-click checkout via Polar.sh API
  • Webhook handler with signature verification
  • Monthly/annual toggle on pricing page
  • Subscription status check middleware
3
Parts wired (checkout → webhook → DB)
1
File to swap payment provider
Payment flow
1
Checkout
User clicks buy → Polar creates session
2
Webhook
Payment confirmed → webhook updates DB
3
Activate
Subscription active → limits unlocked
All three pre-wired. Just add your Polar product IDs.

Developer Experience

Interactive CLI —
zero manual config.

Run bun run cli and the wizard handles everything: database, .env files, schema push, admin user. No docs to read, no variables to copy.

  • Interactive prompts for all configuration
  • Auto-generates .env in all directories
  • Pushes Drizzle schema to your database
  • Creates admin user with secure defaults
1
Command to full setup
~30s
From clone to running
$ bun run cli ShipKit Setup Database host: localhost Database port: 5432 Database name: my_saas Admin email: john@company.com Created .env files (api, db, auth) Generated BETTER_AUTH_SECRET Database schema pushed Admin user created Done. Run bun run dev to start.

Admin Panel

A real admin panel,
not a dashboard page.

A separate Next.js app at apps/admin with its own auth gate, RBAC middleware, and sidebar. Isolated from your public frontend by architecture, not by an if statement.

  • Separate app with dedicated auth gate
  • RBAC middleware (admin, user, custom roles)
  • User management out of the box
  • Runs on its own port — independent deploys
Monorepo architecture
🌐

apps/web

Public frontend, landing, auth UI

🔒

apps/admin

Protected admin, RBAC, sidebar

apps/api

Elysia.js REST, webhooks, logic

📦

packages/*

auth, db, cache, ui — shared


AI-Native Development

Your AI assistant
already knows the codebase.

CLAUDE.md documents the full architecture, coding rules, and 11 production pitfalls. The .claude/skills/ directory has step-by-step guides. Claude Code and Cursor start productive from the first prompt.

  • CLAUDE.md — structured context for AI assistants
  • 4 skills: deploy, dev workflow, design, payments
  • 11 production bug rules AI won't repeat
  • Works with Claude Code, Cursor, Windsurf
AI context files
CLAUDE.md
2.4KB
.claude/skills/deploy/
skill
.claude/skills/dev-workflow/
skill
.claude/skills/ui-ux-design/
skill
.claude/skills/polar/
skill
"Claude, add annual pricing to the checkout flow" → works first try

Also included

Everything else you'll need.

Each feature was added because we hit a wall without it while building real products.

i18n (3 languages)

next-intl configured for server and client. Locale routing built in. Add a language in minutes, not hours.

Dark Mode

Semantic color tokens everywhere. next-themes with system detection. Both themes actually tested. No hardcoded whites.

SEO

Dynamic sitemap.xml, robots.txt, JSON-LD structured data, per-page metadata. Canonical URL bug already fixed.

Drizzle ORM

Type-safe SQL with zero ORM overhead. Schema defined once, shared across all apps. Migrations via drizzle-kit.

Redis Caching

ioredis configured with prefix-based isolation. Rate limiting, session cache, usage tracking — ready to use.

React Email

Beautiful email templates with React components. Resend delivery configured. Transactional emails out of the box.

shadcn/ui + Tailwind v4

Accessible, composable components. Shared UI package across all three apps. One design system, no drift.

Turborepo

Parallel builds with caching. Change one package — only affected apps rebuild. CI goes from 5 min to 40 sec.

Landing Templates

Hero, features, pricing, FAQ, CTA, footer — semantic tokens, fully responsive. Customize content, keep structure.


Battle-tested

11 production bugs. All fixed.

We shipped 4 apps with this boilerplate and documented every mistake. Your AI assistant has these rules built in.

Auth

Double /api/ path

Better Auth appends /api/auth internally. Using API URL as baseURL causes /api/api/auth/. Fixed.

Frontend

Hardcoded colors

bg-white, text-slate-900 break dark mode. Every component uses semantic tokens now.

SEO

Canonical URL in layout

Hardcoding canonical to homepage tells Google every page is a duplicate. Per-page canonicals now.

Payments

Checkout without webhook

Payment received, subscription not activated. Now includes checkout, webhook, and status check.

Design

Default black --primary

shadcn default primary is black. Buttons and accents look wrong. Marked with "CHANGE THIS".

Deploy

Admin vs Web confusion

Dashboards in apps/web = no auth gate. Admin panel exists for a reason.

+ 5 more fixes documented in CLAUDE.md.


Social proof

9 production apps. One boilerplate.

From call center analytics to restaurant kitchen management — real teams ship real products with ShipKit every day.

Astervis

Call center analytics for Asterisk. 30+ real-time charts, agent performance tracking, queue monitoring.

Analytics SaaS

RunMate

Running analytics app with Strava integration. Workout analysis, world standard comparisons, goal tracking.

Fitness App

VGR.uz

E-commerce store for grooming products in Uzbekistan. Full catalog, cart, checkout, order management.

E-Commerce

Kiddie

Educational platform for children. Learning through games, progress tracking, interactive exercises.

EdTech

Picefy

Screenshot mockup generator. Upload a screenshot, get a beautiful device mockup for social media and portfolios.

Design Tool

ImgTools

Image toolkit: compress, resize, convert, crop, rotate, watermark, remove background. All in the browser.

Image Processing

DevTools

14+ developer utilities: color converter, Tailwind palette, formatters, encoders, and more.

Dev Utilities

Time Tracker

Internal

Employee time tracking, attendance, overtime management, payroll calculation, and Telegram notifications.

HR / Internal

Chef Task

Internal

Kitchen task management for restaurants. Portion tracking, cook productivity analytics, recurring tasks.

Restaurant / Internal
9 products shipped5 industries1 codebase

Pricing

$49. Once. Done.

Full source code. Private GitHub repo. Unlimited projects.

$49
one-time payment

Everything in the repo. No tiers, no upsells, no “pro” version hiding behind another paywall.

  • Full source code (3 apps + 8 packages)
  • Private GitHub repository access
  • Interactive setup CLI (zero manual config)
  • Auth, payments, admin panel, i18n, SEO
  • AI skills for Claude Code & Cursor
  • Landing page templates
  • Deployment guides (nginx, systemd, SSL)
  • Lifetime updates
  • Unlimited projects, commercial use

Payments via Polar.sh · 7-day refund policy


FAQ

Common questions.

Start building your product today.

The setup is done. Auth works. Payments work. Just add your idea.

Get ShipKit — $49

About ShipKit

ShipKit is a production-ready SaaS boilerplate built by DavrApps, an independent software studio. We built ShipKit because we were tired of spending weeks on auth, payments, and i18n before writing a single line of product code.

The same boilerplate powers our own products: Picefy, ImgTools, and DevTools — all built and deployed using ShipKit.

Stack: Next.js 16, Elysia.js (2.4M req/s on Bun), Better Auth, Polar.sh payments, Drizzle ORM, shadcn/ui, next-intl, Turborepo monorepo. One command to set up, one command to deploy.