Product Lines¶
Four verticals, each with a free and pro tier.
Product architecture¶
graph TD
subgraph "Shared Infrastructure"
CF[Cloudflare Edge]
D1[D1 Databases]
R2[R2 Object Storage]
DO[Durable Objects]
GH[GitHub Orgs]
DP[Doppler Secrets]
end
subgraph "Apps (largest, most mature)"
FAS[FreeAppStore] --> CF
PAS[ProAppStore] --> CF
PAS --> D1
PAS --> R2
end
subgraph "Games"
FGS[FreeGameStore] --> CF
PGS[ProGameStore] --> DO
end
subgraph "Websites"
FWS[FreeWebStore] --> CF
PWS[ProWebStore] --> DO
PWS --> D1
end
subgraph "AI Agents"
FAGS[FreeAgentStore] --> CF
PAGS[ProAgentStore] --> DO
PAGS --> D1
end
Apps: FreeAppStore + ProAppStore¶
What: PWA app store with full SDK (auth, storage, real-time, email, webhooks).
| Free (FAS) | Pro (PAS) | |
|---|---|---|
| Hosting | R2 + CDN | R2 + CDN + custom domains |
| Storage | 1MB KV/user | 10MB KV + per-app D1 database |
| Real-time | 32 peers/room | Uncapped rooms |
| AI | User's API key via proxy | Server-side Workers AI |
| 100/day | Unlimited | |
| Monetization | N/A | $9/mo subscription pool |
| Source | MIT required | Proprietary allowed |
Status: Production. 44 apps (free) + 13 apps (pro). SDK v0.14/v1.16. Stripe live.
Games: FreeGameStore + ProGameStore¶
What: Browser game store with brand-consistent shell, leaderboards, and automated quality testing.
| Free (FGS) | Pro (PGS) | |
|---|---|---|
| Hosting | R2 wildcard | CF Pages (migrating to R2) |
| Multiplayer | Chat rooms (32 peers) | Server-authoritative state (DOs) |
| AI | N/A | AI NPCs (Workers AI) |
| Persistence | localStorage only | Cloud save (D1) |
| Templates | 8 (2D/3D/cards/grid) | 3 (realtime/turn-based/persistent) |
Status: 50+ games live (free). Pro is early scaffold — CLI works but templates aren't on GitHub yet.
Websites: FreeWebStore + ProWebStore¶
What: AI-built websites. Free = one-page static. Pro = full CMS with knowledge graph.
| Free (FWS) | Pro (PWS) | |
|---|---|---|
| Output | Single-page HTML | Multi-page CMS |
| Builder | AI chat (108 niche templates) | AI-operated knowledge graph |
| Hosting | KV edge (sub-second deploy) | Worker + D1 + R2 |
| Customization | Colors, content, sections | Custom blocks, entities, plugins |
| Target | Small business one-pagers | Serious business sites |
Status: FWS is production (AI builds and deploys in <1 second). PWS mid-architecture-pivot toward per-site repos.
AI Agents: FreeAgentStore + ProAgentStore¶
What: AI tools store. Free = browser-only (user's GPU). Pro = server-powered (Workers AI).
| Free (FAGS) | Pro (PAGS) | |
|---|---|---|
| Runtime | Browser (WebGPU/WASM) | Cloudflare Workers |
| AI cost | Zero (user's hardware) | Workers AI included |
| State | None or localStorage | D1 + Durable Objects |
| Types | Libraries, Models, Agents | Agent templates + instances |
| Catalog | 53 agents | 10 flagship agents |
Status: Both early beta. FAGS has volume (53 agents). PAGS has depth (full marketplace with subscriptions, isolated DOs).