SpacesAI launches publicly. Everything below shipped on day one.
Features
- Space transcription — paste any Twitter/X Space URL and receive a full machine-generated transcript powered by Deepgram Nova-3.
- Speaker diarization — transcripts are automatically segmented by speaker so you can follow multi-participant conversations.
- Credit system — each Space consumes one credit. Free accounts start with 2 credits. Credits reset monthly.
- Subscription plans — Starter and Pro plans unlock higher monthly credit allowances via Stripe Checkout.
- One-time credit purchases — buy additional credits at any time without upgrading your plan.
- Library — save completed transcripts to your personal library with custom titles, tags, and notes.
- Job history — view all past transcription jobs and their status from the History tab.
- Support tickets — contact the team directly from within your dashboard; replies appear in the thread.
- Password reset — request a 6-digit email code to reset your password securely.
- Admin panel — internal dashboard for managing users, jobs, tickets, and monitoring system health.
Infrastructure
- FastAPI backend with async SQLAlchemy and SQLite.
- Next.js 15 App Router frontend deployed as a Docker container.
- Stripe webhooks for subscription lifecycle events (created, updated, cancelled).
- httpOnly JWT session cookie auth — no tokens stored in localStorage.