Coursespeak is a Next.js app for discovering the latest course deals and coupons.
- dev: Start the dev server at http://localhost:3002
- build: Production build
- start: Run the production server
- lint: Lint the project
-
Install dependencies: npm install
-
Run the dev server: npm run dev
- app/: App Router pages and API routes
- components/: Reusable UI components
- styles/: Global styles
- app/api/deals/route.ts: Deals API
You can extend the ingestion pipeline to import deals from external sources or a CMS later.