Weaving cosmic threads...
Weaving cosmic threads...
Open source · MIT licensed · Battle-tested on arcanea.ai
The production code behind arcanea.ai — organized as 7 forkable blueprints. Use the whole platform or extract the pieces you need.
0
Blueprints
0K+
Lines of code
0
MCP tools
0
Motion primitives
Start from your use case
Start with Multi-Model Chat for the UI, Starlight Vault for memory, and the MCP Server for tool use. BYOK architecture means your users pay their own API costs — no margin pressure on you.
The Publishing House gives you 5 specialized agents for drafting, editing, and formatting. The World Engine structures your characters, locations, and lore into a queryable graph. The Library stores it all.
The Motion + UI Kit gives you 12 physics-based primitives (SplitText, LiquidGlass, TiltCard, Magnetic) and 40 production components. Works with any Next.js project — just copy the files.
All 7 blueprints
AI startups
1,700
lines
BYOK chat with provider routing, streaming, rate limiting, and 12 agent personas. Swap models without code changes.
/app/chat/page.tsx
/app/api/ai/chat/route.ts
/lib/ai/luminors.ts
Game studios · Authors
2,000
lines
Characters, locations, magic systems, factions — all interconnected in a living relationship graph.
/packages/world-engine/src/index.ts
/app/worlds/page.tsx
Publishers · Authors
5,000
lines
190K+ words across 17 collections with reading progress, semantic graph visualization, and content loader.
/app/library/page.tsx
/lib/content/index.ts
/app/library/graph/
Design engineers
2,900
lines
12 motion primitives + 40 UI components. LiquidGlass, TiltCard, GlowCard, SplitText, Marquee, AnimatedBeam. Standalone template available.
/components/motion/
/components/ui/
/packages/arcanea-design-preset.js
Product builders · Founders
1,400
lines
Cosmic analytics dashboard with 6 liquid glass widgets, Recharts visualizations, and Luminor-themed activity feed. Mock data, zero env vars.
/app/page.tsx
/lib/mock-data.ts
/components/dashboard/
Agent builders
4,600
lines
6 semantic vaults with confidence scoring, Guardian routing, Mem0 adapter, and WebGL constellation visualization.
/packages/memory-system/src/
/packages/memory-mcp/
/app/arcanea-vault/
Publishers · Content platforms
8,300
lines
Multi-agent book production with 5 Claw agents, 7-gate taste evaluator, and Pandoc export to EPUB/PDF/DOCX.
/packages/publishing-house/agents/
/packages/publishing-house/quality/
Claude developers · Agent builders
8,500
lines
42 tools: world intelligence, vault memory, media generation, canon validation — one server, any AI client.
/packages/arcanea-mcp/src/index.ts
/packages/arcanea-mcp/src/tools/
Agent builders · Tool authors
500
lines
Minimal MCP server scaffold — SDK 1.29, 3 example tools, Zod validation, Claude Desktop config. Fork to build your own tools.
/src/index.ts
/src/tools/
/README.md
Fork the repo. Deploy to Vercel. Start building.
# Clone the repo git clone https://github.com/frankxai/arcanea-ai-app.git cd arcanea-ai-app # Install dependencies pnpm install # Set up environment cp apps/web/.env.example apps/web/.env.local # Run locally pnpm dev
Or extract just the components you need — each blueprint works independently.
MIT licensed. No vendor lock-in. Run it locally, deploy to Vercel, or host it yourself.