IONIFY • Persistent Build Engine
Build once. Reuse forever.
Ionify is a Rust-powered build engine for modern frontend apps: a persistent dependency graph + CAS-first transforms + few-request vendor packs.
Persistent graphRestarts don’t reset intelligence
CAS-firstWarm builds converge toward zero work
Vendor packsCollapse
/@deps/* waterfallsWorkspace-awareOne shared
.ionify/ per monorepoIntroduction
What Ionify is, and what it unifies.
Getting Started
Scaffold your first app or install manually.
Configs
Small, explicit config surface mapped to engine behavior.
Architecture
Persistent graph, module IDs, workspace model, and CAS.
Quick Start
Scaffold a project
Manual install
Then create `ionify.config.ts` and run `ionify dev`. See Getting Started.