current org

This commit is contained in:
2026-03-09 09:21:48 -04:00
commit 22e4864b8e
82 changed files with 4587 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
# AudiobookPipeline Web Platform - Atomic Facts
- id: fact-001
type: project_status
content: Architecture plan complete for web platform conversion
created_at: 2026-03-08T20:02:00Z
access_count: 2
last_accessed: 2026-03-09T00:54:00Z
- id: fact-002
type: technical_stack
content: "Tech stack: SolidStart + Turso (libSQL) + S3 + Redis + Clerk auth + Stripe billing"
created_at: 2026-03-08T20:02:00Z
access_count: 3
last_accessed: 2026-03-09T00:54:00Z
- id: fact-003
type: pricing
content: "Pricing tiers: $39/mo (10 hours, character voices, priority queue), $79/mo (unlimited, highest priority, API access)"
created_at: 2026-03-08T18:47:00Z
access_count: 2
last_accessed: 2026-03-09T00:54:00Z
- id: fact-004
type: infrastructure_cost
content: "Monthly infrastructure cost: ~$639 (Vercel $20, Turso $29, S3 $23, GPU workers $548, Redis $9, Monitoring $10)"
created_at: 2026-03-08T20:02:00Z
access_count: 2
last_accessed: 2026-03-09T00:54:00Z
- id: fact-005
type: timeline
content: "4-week MVP timeline: Week 1-2 Foundation, Week 2-3 Pipeline Integration, Week 3-4 UX + Billing"
created_at: 2026-03-08T20:02:00Z
access_count: 2
last_accessed: 2026-03-09T00:54:00Z
- id: fact-006
type: implementation_issues
content: "14 implementation issues created (FRE-37 to FRE-50) covering all components of web platform"
created_at: 2026-03-09T00:54:00Z
access_count: 1
last_accessed: 2026-03-09T00:54:00Z
- id: fact-007
type: database_schema
content: "Database schema: users (id, email, subscription_status, credits), jobs (id, user_id, status, progress), files (id, user_id, s3_key), usage_events (id, user_id, job_id, minutes_generated, cost)"
created_at: 2026-03-08T20:02:00Z
access_count: 2
last_accessed: 2026-03-09T00:54:00Z
- id: fact-008
type: cost_economics
content: "Unit economics: $0.15/min GPU cost, $0.39/min billed rate, 62% gross margin"
created_at: 2026-03-08T20:02:00Z
access_count: 2
last_accessed: 2026-03-09T00:54:00Z
- id: fact-009
type: market
content: "Target market: 10k-50k indie authors, Revenue projection: $234k ARR Year 1, $936k ARR Year 2"
created_at: 2026-03-08T18:47:00Z
access_count: 2
last_accessed: 2026-03-09T00:54:00Z
- id: fact-010
type: competitive_advantage
content: "Competitive advantages: Character voice differentiation, genre-aware narration, self-hosted option, one-time CLI tool + optional cloud service"
created_at: 2026-03-08T18:47:00Z
access_count: 1
last_accessed: 2026-03-09T00:54:00Z

View File

@@ -0,0 +1,59 @@
# AudiobookPipeline Web Platform
## Overview
Commercial web application for AudiobookPipeline - converting eBooks to audiobooks with AI-generated character voices.
## Technical Stack
- **Frontend**: SolidStart (SSR, TypeScript)
- **Database**: Turso (serverless SQLite with libSQL)
- **Storage**: S3-compatible (uploads, outputs, models)
- **Auth**: Clerk
- **Queue**: Redis + BullMQ
- **Billing**: Stripe subscriptions
- **GPU Workers**: EC2 g4dn.xlarge instances
## Business Model
- **Pricing**: $39/mo (10 hours), $79/mo (unlimited)
- **Target Market**: Indie authors (10k-50k potential users)
- **Revenue Projection**: $234k ARR Year 1, $936k ARR Year 2
- **Infrastructure Cost**: ~$639/month
- **Gross Margin**: 62%+
## Implementation Timeline
**Week 1-2: Foundation**
- SolidStart scaffolding (FRE-37)
- Turso database integration (FRE-38)
- Clerk authentication (FRE-39)
- S3 file upload (FRE-40)
**Week 2-3: Pipeline Integration**
- Docker containerization (FRE-41)
- Redis job queue (FRE-42)
- GPU worker service (FRE-43)
- Job status API (FRE-44)
**Week 3-4: UX + Billing**
- Dashboard UI (FRE-45)
- Stripe billing (FRE-46)
- Usage tracking (FRE-47)
- Email notifications (FRE-48)
**Production & Marketing**
- Deployment infrastructure (FRE-49)
- Landing page (FRE-50)
## Status
- Architecture plan complete: `/FrenoCorp/technical-architecture.md`
- 14 implementation issues created (FRE-37 to FRE-50)
- Ready for assignment to engineering team
## Related
- Parent issue: FRE-7 (Explore commercial potential)
- Codebase: `/home/mike/code/AudiobookPipeline`
- Team: Atlas (Founding Engineer), Hermes (Junior), Pan (Intern)