Stackbilt is a solo-founder + AI co-founder studio building production systems on Cloudflare's edge platform. TypeScript end to end, serverless everywhere, AI-native by default. No pitch decks, no vaporware — everything listed here is deployed and running. Total infrastructure cost: $0/month (Workers free tier + Workers AI for inference).
| Product | What it does | Status |
|---|---|---|
| AEGIS | Persistent AI agent framework (@stackbilt/aegis-core) — multi-tier memory, autonomous goals, dreaming cycle, 26 scheduled tasks, MCP server. Deploy standalone or extend as a dependency. Open source. |
Live |
| img-forge | AI image generation API — 5 quality tiers, SDXL/FLUX/Gemini models, REST API + MCP server | Live |
| Stackbilder | Architecture scaffolding via MCP. Describe your app, get deployable Cloudflare Worker code | Live |
| TarotScript | Symbolic computation engine — deterministic classification, zero inference cost | Active |
- edge-auth — Multi-property auth + billing. Stripe, GitHub/Google SSO, unified credit pools, API key management. Every product authenticates through a single Service Binding.
- MCP Gateway — OAuth 2.1 (PKCE) remote MCP server. Published on the Official MCP Registry as
dev.stackbilt.mcp/gateway. Connect any client tomcp.stackbilt.dev/mcp.
| Repository | Description | License |
|---|---|---|
| aegis-oss | Persistent AI agent framework (@stackbilt/aegis-core). Multi-tier memory, autonomous goals, dreaming cycles, MCP native. Use standalone or as a dependency. |
Apache-2.0 |
| cc-taskrunner | Autonomous task queue for Claude Code. Safety hooks, branch isolation, PR creation, failure autopsy. | Apache-2.0 |
| charter | AI agent governance CLI + project scaffolder. Modular .ai/ files replace monolithic CLAUDE.md configs. | Apache-2.0 |
| llm-providers | Multi-LLM failover with circuit breakers, cost tracking, and intelligent retry. | Apache-2.0 |
| mindspring | Semantic search engine for ChatGPT/Claude conversation exports. Upload, embed, search your AI history. | MIT |
| social-sentinel | Privacy-first social media sentiment monitoring. PII redaction, multi-tenant, Workers AI scoring. | MIT |
| audit-chain | Tamper-evident hash-chained audit trail for Cloudflare Workers. | Apache-2.0 |
| worker-observability | Edge-native observability — structured logging, health checks, SLI monitoring. | Apache-2.0 |
| ai-playbook | Battle-tested AI interaction frameworks, philosophical archetypes, and context engineering patterns. | MIT |
| n8n-transpiler | n8n workflow → Cloudflare Workers transpiler. | MIT |
| feature-flags | Edge-native feature flags for Cloudflare Workers. KV-backed, per-tenant, canary rollouts. | Apache-2.0 |
| equity-scenario-sim | Cap table simulator for partnership negotiations. Model deal structures and exit scenarios. | — |
| MCP Gateway | OAuth MCP server routing tool calls to multiple backends. | — |
Edge-first unless there's a good reason not to:
- Runtime: Cloudflare Workers (V8 isolates)
- Language: TypeScript (strict)
- APIs: Hono
- Storage: D1, KV, R2, Vectorize
- AI: Multi-model dispatch — Claude, Groq, Cerebras, Workers AI (free inference)
- Auth: OAuth 2.1 (PKCE), edge-auth consolidated RPC surface
- Billing: Stripe with weighted credit pools
- Web: stackbilder.com
- Blog: blog.stackbilt.dev — The Roundtable
- Bluesky: @stackbilt.dev
- GitHub: @Stackbilt-dev
