For hackers who ship, not debate

Full-stack in 90 seconds.

Pick a framework. Select features. Deploy. No boilerplate, no LLM guessing, no configuration paralysis.

Whether you're at a hackathon, launching an MVP, or learning full-stack — hackpack gets you wired pages, auth, and a database instantly.

90s to a deployed app7 frameworks16 composable featuresMIT licensed
my-app — hackpack
$
Base templateNext.js App Router
Featuresui-shadcn, auth-better-auth, db-d1-drizzle
Pageslanding, login, dashboard
Composed 18 files · wired auth + D1 schema
git init · npm install
Done. cd my-app && npm run dev

How it works

Three steps. No debates in between.

1

Pick

A base — Next.js, SvelteKit, Hono, FastAPI — plus the features you need: UI, auth, DB, AI, testing.

2

Compose

hackpack wires them together deterministically. Same input, same output, every time — no LLM guessing.

3

Ship

Dependencies installed, git initialized, ready to deploy to Cloudflare Workers in one more command.

A real project, not a stub.

Every generation writes the same structure for the same input — wired auth, typed database schema, a deploy config, and a lockfile that records exactly what was resolved.

Nothing to delete, nothing to guess. Open the repo and every file is exactly where you'd expect it.

generated · every time, identical
my-app/
app/routes, wired to auth
components/ui/shadcn, pre-installed
db/schema/Drizzle, typed
lib/auth.tsBetter Auth, configured
.env.example
hackpack.lockreproducible resolution
wrangler.jsoncWorkers deploy config

Built for shipping

Not for setup paralysis. Not for tech debates.

No setup tax

Auth wired. DB schema created. API routes stubbed. You write business logic, not boilerplate.

Type-safe by default

Zod schemas, Drizzle ORM, TypeScript everywhere. Bugs caught at compile time, not in prod.

Pick once, ship fast

Bases and features don't conflict. Mix Next.js, auth, and a database in one command.

Reproducible builds

No LLM guessing. Same input = same output — reliable for teams and for reruns at 2am.

Deploy in one command

Every project ships to Cloudflare Workers. Free tier: 100k req/day, global CDN, no cold starts.

Not vendor-locked

Export to git. Run locally or in Docker. Customize freely — your code, your repo, your rules.

Ship faster in 90 seconds

Stop building boilerplate. Start shipping features.

Open source · MIT licensed · built for hackers