Site Map
Every page and endpoint in the Doodle Mischief app — with purpose, auth requirement, and build status.
Status:LiveStubPendingAdmin only|Auth:PublicLogin requiredAdmin only
| Path | Page | Purpose | Auth | Status |
|---|
| / | Coming Soon | Waitlist landing page with Klaviyo email capture and Instagram link. | Public | Live |
| /shop | Product Landing Page | Full marketing page — how it works, sample gallery, pricing tiers, and CTA. | Public | Live |
| /privacy | Privacy Policy | COPPA/GDPR-compliant privacy policy. Draft — needs attorney review before launch. | Public | Live |
| /terms | Terms of Service | Terms of service covering purchases, IP, and refunds. Draft — needs attorney review. | Public | Live |
| /sitemap | Sitemap (this page) | Visual overview of all routes for internal review. | Public | Live |
| Path | Page | Purpose | Auth | Status |
|---|
| /create | Create a Book | Multi-step personalization form — child name, age, interests, photo upload, book size. | Login required | Live |
| /orders/:orderId/preview | Character Preview | Shows 3 AI-generated character previews. Customer approves one or rejects all. | Login required | Live |
| /orders/:orderId/checkout | Checkout | Stripe Elements payment page. Currently a placeholder — wires up after Stripe KYC. | Login required | Stub |
| /orders/:orderId/generating | Book Generating | Progress polling page shown while the book assembly pipeline runs (per-page AI generation + PDF). | Login required | Live |
| /orders/:orderId | Order Detail / Download | Shows order status. When book is complete, provides a presigned PDF download link. | Login required | Live |
| Path | Page | Purpose | Auth | Status |
|---|
| /account | Account Portal | Order history, child profiles, and reorder options. | Login required | Live |
| Path | Page | Purpose | Auth | Status |
|---|
| /admin | Admin Dashboard | Stats overview — total orders, users, pending review queue, active book jobs. | Admin only | Live |
| /admin/orders | Orders List | Full order list with status filters and inline status updates. | Admin only | Live |
| /admin/orders/:orderId | Order Detail | Drill-down view: customer info, child profile, character previews, book job progress, status timeline, and prompt log. | Admin only | Live |
| /admin/review | Review Queue | Rejected character jobs awaiting admin review. Resolve with approve or dismiss. | Admin only | Live |
| /admin/blocklist | IP Blocklist | Manage the interest sanitization blocklist — add, enable, disable protected terms. | Admin only | Live |
| Path | Page | Purpose | Auth | Status |
|---|
| /api/scheduled/photo-cleanup | Photo Cleanup (POST) | COPPA: daily Heartbeat job that nulls referencePhotoKeys for character jobs past their 30-day retention window. Cron-auth only. | Admin only | Live |
Last updated May 2026 · Internal use only