1) Configure
Set MONGODB_URI, MONGODB_DB, and JWT_SECRET in .env.local. The /api/health route confirms connectivity.
Product Agent Cloud
Unified Next.js dashboard with MongoDB, auth, products, and job queue APIs. This interface now uses your Pineapple theme system throughout.
Set MONGODB_URI, MONGODB_DB, and JWT_SECRET in .env.local. The /api/health route confirms connectivity.
Use /api/auth/register and /api/auth/login to set secure session cookies. /api/me returns the current user.
Use /api/products and /api/jobs to manage extracted products and listing pipeline jobs.
Deploy to Vercel and connect your existing worker to process jobs and store outputs.
Auth
Create a user and set session cookie.
Session user: none
Auth
Authenticate and start your dashboard session.
Session user: none
Quickstart
.env.local with MONGODB_URI, MONGODB_DB, and JWT_SECRET.npm run dev and open /api/health.POST /api/auth/register.POST /api/products.