A developer toolkit for fast, modular, multi-platform apps — engineered for AI collaboration and scalable architecture from day one.
AppKit handles your backend. UIKit handles your frontend. Bloom CLI wires them together and scaffolds any platform in one command.
12 backend modules. One pattern. Auth, database, cache, queue, storage, email, events — all auto-scaling from local to production.
45+ React components, 6 production layouts, 5 OKLCH themes. Cross-platform: web, desktop, mobile, extensions.
Scaffold web, desktop (Electron), or mobile (Capacitor) apps in one command with Feature-Based Component Architecture.
npm install -g @bloomneo/bloom
bloom create my-app # web app
bloom create my-app userapp # auth + user management + admin
bloom create my-app desktop-basicapp # Electron desktop
bloom create my-app mobile-basicapp # iOS + Android via Capacitor
No routing config. No manual registration. File-based auto-discovery on both frontend and backend.
src/api/features/invoice/
├── invoice.route.ts # auto-mounts at /api/invoice
└── invoice.service.ts
src/web/features/invoice/pages/
├── index.tsx # → /invoice
└── [id].tsx # → /invoice/:id
bloom create my-app
bloom create my-app userapp
bloom create my-app desktop-basicapp
bloom create my-app mobile-basicapp
Clarity over complexity. Setup should take minutes, not days.
Use what you need. Nothing forces you to take everything.
Every package ships llms.txt and AGENTS.md. We build so AI can build.
Start with zero config. Add one env var and infra upgrades automatically.
LLMs hallucinate APIs for undocumented packages. Every Bloomneo package ships llms.txt and AGENTS.md inside the npm tarball — copied into your project's docs/ folder automatically on every npm install.
llms.txtComplete API reference regenerated on every build. Every method, every signature — never drifts from source.
AGENTS.mdRules for AI agents: always-do, never-do, canonical patterns. Avoid hallucinated method names on the first try.
docs/Postinstall copies the latest docs from node_modules/ into your project on every install.