Create a new app
One command scaffolds a single app, with .claude/
and .mcp.json included.
npx oneie create my-app 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.
One command scaffolds a single app, with .claude/
and .mcp.json included.
npx oneie create my-app The whole monorepo, with git history — so you can pull updates and send changes back.
The current main branch as an archive. No git,
no account, nothing to install first.
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.
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.
You do not have to take the whole thing. Thirty packages are published to npm; these four stand alone.
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 what you just cloned — what runs standalone, and what the one environment variable adds.