FloLive - VEC canonical Forgejo repository
- JavaScript 65.3%
- CSS 33%
- HTML 1.7%
| docs | ||
| scripts | ||
| src | ||
| vec | ||
| .env.example | ||
| .gitignore | ||
| AGENTS.md | ||
| favicon.svg | ||
| index.html | ||
| package.json | ||
| README.md | ||
| server.mjs | ||
FloLive
FloLive is an AI-native childcare and daycare management platform for Quebec daycares and CPEs.
The current product focus is educator-first UX validation. The first local prototype models the daily report workflow for one classroom day: attendance, care notes, meals, nap, mood, activities, incidents, parent preview, AI assistance placeholders, and offline draft state.
The UX direction is warm, pastel, mobile-first, and educator-first, with simplified child navigation and an omnipresent conversational AI assistant.
Local Run
npm run dev
Open http://127.0.0.1:4173.
Verification
npm run check
npm run build
This prototype has no external dependencies. build validates the static artifact structure and copies the app into dist/.
Current Boundary
- No production deployment.
- No backend or database.
- No authentication.
- No AI provider integration.
- No persistent child-memory system.
- No push notification provider.
- No domain or infrastructure choice.
Those decisions require David approval before implementation.