AI & API integration
Luckee splits what runs in the browser (Next.js + Redux for UI state) from what runs on the server (Express for data, integrations, and AI). This page will eventually collect env vars, auth expectations, and how each feature talks to the API.
Today: use the READMEs
The authoritative steps still live in each repository's README — see Getting started for links. Wire NEXT_PUBLIC_API_URL (web) to the Express origin you run locally or in production, then verify authenticated requests from the dashboard.
- luckee-open-source (web)
- Express API repository (link coming soon)