Open source · MIT

Norns

The development ecosystem built for AI authorship.

A flavored stack — Civet, Pug-flavored Svelte 5, SvelteKit — engineered so AI writes applications and automations with dramatically fewer tokens.

20–25%
Fewer tokens
Faster
Generation speed
More
Logic per context
MIT
Open core

Why it matters

Tokens are the new compute.

Every token an AI spends on boilerplate is a token not spent on your logic. Norns compresses the surface of a full-stack app — templates, scripts, wiring — so the same context window holds more of your application, generation runs faster, and costs drop 20–25%.

Denser syntax

Civet scripts and Pug templates express the same Svelte 5 logic in fewer tokens — without losing readability.

Feature-folder runtime

DI, validation and server actions follow one repeatable pattern AI can copy for every new domain.

Built on standards

Svelte 5, SvelteKit 2, Vite, Tailwind 4, valibot — Norns flavors the stack, it doesn't replace it.

The ecosystem

Six repos, one pattern.

Get started

One command.

Scaffold a full Norns app — runtime, DI, validation, a working feature folder — and start building.

$bun create human-synthesis/norns-app my-app
$cd my-app && bun install
$bun run dev