DocQStack
Long-form publishing with publications, engagement, optional AI, Stripe monetization, and admin tooling. This site mirrors the Tracopus documentation experience — hub navigation, searchable configuration, and data-flow sequence guides.
Documentation modules
Platform
Production topology, local dev stack, repository layout, and technology stack.
Architecture →Data flows
Auth, publish, scheduled publish, Stripe, newsletter email, AI jobs, and search.
Sequence guides →Configuration
Searchable environment variable reference with production guards.
Env reference →API
FastAPI routers under /api/v1 — auth, author, publications, AI, admin.
Operations
Standalone host deploy: nginx, systemd, native MySQL/Redis.
Deploy guide →Getting started
Clone, copy .env, make dev, and run tests locally.
Quick links
Markdown companion
Full reference in repo: docs/PLATFORM_GUIDE.md (architecture, API tables, troubleshooting).
Launch checklist
docs/LAUNCH_CHECKLIST.md — OAuth, SMTP, Stripe, cookies before go-live.
AI disabled mode
Core reading and publishing work when AI_ENABLED=false; feature flags gate UI panels.
Workers required
Scheduled publish and async AI jobs need the Arq worker service in production.