AutoWeb: Outbound & Ecommerce Content Ops MVP

Frontend only displays public guides. Content operations are handled in the independent backend admin portal.

Browse GuidesBrowse ProductsBackend Admin Login

What This MVP Includes

  • Frontend only serves public pages and content rendering
  • Backend admin panel is fully independent at /admin/login
  • Backend-managed products can be displayed and sold on frontend /products
  • Daily cron endpoint: backend /api/cron/daily?token=... (optional)
  • Topic -> Source -> Fact -> MDX draft pipeline
  • DeepSeek-based facts extraction and writing
  • Backend-side review, edit, regenerate, publish
  • Published guides/products + sitemap.xml + rss.xml

Quick Start

  1. Copy `frontend/.env.example` to `frontend/.env`.
  2. Copy `backend/.env.example` to `backend/.env` and verify `BACKEND_API_KEY` matches frontend.
  3. Run backend database init: `npm --prefix backend run prisma:migrate -- --name init_sqlite`.
  4. Start backend: `npm --prefix backend run dev`.
  5. Start frontend: `npm --prefix frontend run dev`.
  6. Open backend admin at `$https://api.stackforecom.com/admin/login`, then run pipeline/review/publish there.