Three ways in.
All of them yours.
A bare repo, a finished template, or a stack you assemble feature by feature. Every line lands as source you own.
n- FrontendReact 19 + TanStack
- BackendHono + Postgres
- Admin panelits own login
pnpm dev
The command ends. Apps are running.
Real captures from a project the CLI scaffolds: your product, its admin panel, and the API already answering.




POST/auth/sign-in20014ms
GET/organizations2006ms
GET/billing/plans2009ms
Three steps to start.
One command, a wizard you cannot answer wrong, and a running project. That is the entire learning curve.
Type one command
That's the entire setup surface. No dashboards, no setup lock-in.
$ npx @hype-stack/cli template
$ npx @hype-stack/cli compose
works with npm, pnpm, bun
Answer the wizard
Arrow keys and space. Tick the features you want. It can't be done wrong.
? Add features
space to toggle · enter to finish
- ◉Billing (Stripe)
- ◉Notifications
- ◯Collaboration
- ◯Basic Layoutfree
Open a running app
Frontend, backend, database, desktop, mobile, and extension builds, already talking to each other.
Deploy with one command.
One command ships everything: web apps and services on your own hosting, the mobile app through EAS, the extension to the stores. No dashboards, no YAML.
- Creates every service on your host
- Wires the URLs, secrets, and CORS between them
- Runs your migrations once the API is up
- Then offers the mobile app (EAS) and the extension stores
launch sequence
one command
- Applicationlive
- Admin Panellive
- APIlive
- Mobilelive
- Extensionlive
- Serviceslive
It lands on your computer. It stays yours.
App builders keep your product behind their dashboard and charge monthly to keep it alive. This puts a real codebase on your machine: no hidden costs, nothing to outgrow, and the hard engineering already done.
Like a pro
from minute one, with your AI agents
The app lands on your computer
own itReal source files in a real git repository. Open it in any editor, hand it to any developer, host it anywhere.
No rent on your own product
$0 / moBuilders charge monthly to keep your app alive. Here the core is free, packs are bought once, and running costs are whatever your hosting bills.
0
export buttons to beg for
Nothing to escape from later
walk anytimeAI no-code tools keep the code behind their dashboard. There is no cage here to export your way out of: the repo was yours from the first minute.
Do it today
already engineeredyour featuresBuilt to scale past the demo
you shipAuth, webhook retries, migrations, and CI are already engineered and tested. Your attention goes to features, not infrastructure.
1 min
wiring it yourself2-3 monthshype-stack create1 minFrom nothing to three running apps
Clone, rename, install, run. All of it automated.
3 apps
createproductadminapiProduct, admin and API from one command
One repo, one dev command, already wired together.
0 files
plan · 47 fileswaits for yesWritten before you say yes
Compose plans the whole install and asks first.
It asks, it plans, then it writes your files
A tool with write access to your codebase should be predictable. This one shows its work at every step.
you stay in control
You choose
? Add features
◉ Billing (Stripe)
◉ Notifications
◯ Collaboration
◯ File uploads
Only what you tick gets installed. The bill never grows on its own.
already built
months
of engineering, already finished
Tick a pack. Weeks of engineering land as source in your repo.
nothing hidden
+47
files, every line is yours
Your team reviews it like any PR. Nothing lands outside the repo.
the math
3 min
for a feature that takes weeks to build
Buy the pack once instead of paying for weeks of development.
One command away. All of it yours.
Every card below lands in your repo as source code. Filter by category, or scan the whole list.
Authentication
Login, signup, OAuth, sessions, password reset. Your users sign in on day one and you never build another auth form.
Billing
Stripe checkout, subscriptions, and customer portal, webhooks included. You can charge money the day you launch.
Self-serve customer portal
Customers update cards, download invoices, and cancel in the Stripe portal on their own. Billing questions stop becoming support tickets.
Database setup
Postgres set up and ready for development: local database, migrations, and typed queries all work out of the box.
Emails & notifications
Realtime in-app inbox, email via Resend, admin broadcasts. Reach every user without building a messaging layer first.

Admin panel
A second app just for you: inspect users, manage orgs, watch revenue. The tool every product needs and nobody has time to build.
See it running
Templates are curated project starters built on this stack: a layout, feature packs, a custom theme, and bonus pages. The previews below are recordings of the real apps.
Questions, answered
Start with the free template. Decide later.
The core is public on GitHub and the first project costs nothing. Paid packs are a separate step, or never.
public core / free to start