Free forever · yours to sell · runs on your own infrastructure

Download ONE

A real site in one command — blog, docs, product catalog with checkout, auth pages and a design system. No account, no API key, no backend.

57,819 downloads

Create a new app

One command scaffolds a single app, with .claude/ and .mcp.json included.

npx oneie create my-app
129 stars

Clone the repository

The whole monorepo, with git history — so you can pull updates and send changes back.

Open on GitHub
26 forks

Download the ZIP

The current main branch as an archive. No git, no account, nothing to install first.

Download .zip

Measured 14 September 2026. Downloads count mirrors, CI and crawlers as well as people — they are downloads, not developers. About a third of the all-time total belongs to an earlier product line; 23,210 are on the current @oneie packages.

What the clone looks like

Three commands to a running site at http://localhost:4321. The only prerequisite is Bun.

git clone https://github.com/one-ie/one my-app
cd my-app && bun install
cd site && bun run dev

Better Auth and Cloudflare D1 handle sessions and data locally from the first run, so there is nothing to sign up for. When you are ready to put it on the edge, the repository's own README covers deploying to your Cloudflare account.

Or install just a piece

You do not have to take the whole thing. Thirty packages are published to npm; these four stand alone.

5,450 downloads all time

bunx @oneie/cli --help

6,595 downloads all time

bun add @oneie/sdk

4,356 downloads all time

bunx @oneie/mcp

1,774 downloads all time

bun add -d @oneie/claude

What the licence lets you do

Use it, modify it, brand it, and sell what you build with it at any price you set. No usage limits, no royalties.

One obligation: keep the ONE brand, logo and link in your deployed product. An enterprise licence removes it.

Read the ONE License v1.0

Then what?

Read what you just cloned — what runs standalone, and what the one environment variable adds.