Hype StackHypeStack
No install, runs with npx

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.

terminal~ 40s
n

  • FrontendReact 19 + TanStack
  • BackendHono + Postgres
  • Admin panelits own login

pnpm dev

livelocalhost:3000
What arrives

The command ends. Apps are running.

Real captures from a project the CLI scaffolds: your product, its admin panel, and the API already answering.

Your applocalhost:3000
Better Studio dashboard, the customer-facing app
Admin panellocalhost:3001
The admin panel that ships alongside it
APIlivelocalhost:4000

POST/auth/sign-in20014ms

GET/organizations2006ms

GET/billing/plans2009ms

How it starts

Three steps to start.

One command, a wizard you cannot answer wrong, and a running project. That is the entire learning curve.

01

Type one command

That's the entire setup surface. No dashboards, no setup lock-in.

template

$ npx @hype-stack/cli template

or
compose

$ npx @hype-stack/cli compose

works with npm, pnpm, bun

02

Answer the wizard

Arrow keys and space. Tick the features you want. It can't be done wrong.

hype-stack wizard

? Add features

space to toggle · enter to finish

  • Billing (Stripe)
  • Notifications
  • Collaboration
  • Basic Layoutfree
03

Open a running app

Frontend, backend, database, desktop, mobile, and extension builds, already talking to each other.

localhost:3000
Liveready in ~1 min
FrontendBackendAdmin

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
Fly.ioRailwayyour account, either way

launch sequence

one command

  • Applicationlive
  • Admin Panellive
  • APIlive
  • Mobilelive
  • Extensionlive
  • Serviceslive
https://my-app.com0 / 6 live
Ownership

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 it

    Real 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 / mo

    Builders 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 anytime

    AI 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 features

    Built to scale past the demo

    you ship

    Auth, webhook retries, migrations, and CI are already engineered and tested. Your attention goes to features, not infrastructure.

  • 1 min

    wiring it yourself2-3 months
    hype-stack create1 min

    From nothing to three running apps

    Clone, rename, install, run. All of it automated.

  • 3 apps

    create
    productadminapi

    Product, admin and API from one command

    One repo, one dev command, already wired together.

  • 0 files

    plan · 47 fileswaits for yes

    Written before you say yes

    Compose plans the whole install and asks first.

How it behaves

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

compose

? 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

auth + sessionsStripe billing + webhooksorgs + invitesadmin panelschema + migrations

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

a developer builds billing2-3 weeks
compose installs the pack3 min

Buy the pack once instead of paying for weeks of development.

The install catalog

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.

TypeScriptHono

Billing

Stripe checkout, subscriptions, and customer portal, webhooks included. You can charge money the day you launch.

Stripe

Self-serve customer portal

Customers update cards, download invoices, and cancel in the Stripe portal on their own. Billing questions stop becoming support tickets.

Stripe

Database setup

Postgres set up and ready for development: local database, migrations, and typed queries all work out of the box.

PostgreSQLPrismaKysely

Emails & notifications

Realtime in-app inbox, email via Resend, admin broadcasts. Reach every user without building a messaging layer first.

HyperFetchRedisResend

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.

TypeScriptHono

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

Yes. Everything lands as plain source in your repository: frontend, backend, admin, database schema. There is no runtime dependency on us and nothing phones home.

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