AutoWeb: Outbound & Ecommerce Content Ops MVP
Frontend only displays public guides. Content operations are handled in the independent backend admin portal.
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
- Copy `frontend/.env.example` to `frontend/.env`.
- Copy `backend/.env.example` to `backend/.env` and verify `BACKEND_API_KEY` matches frontend.
- Run backend database init: `npm --prefix backend run prisma:migrate -- --name init_sqlite`.
- Start backend: `npm --prefix backend run dev`.
- Start frontend: `npm --prefix frontend run dev`.
- Open backend admin at `$https://api.stackforecom.com/admin/login`, then run pipeline/review/publish there.