FloLive - VEC canonical Forgejo repository
  • JavaScript 65.3%
  • CSS 33%
  • HTML 1.7%
Find a file
2026-05-23 20:44:37 -04:00
docs Initial Forgejo migration 2026-05-23 20:44:37 -04:00
scripts Initial Forgejo migration 2026-05-23 20:44:37 -04:00
src Initial Forgejo migration 2026-05-23 20:44:37 -04:00
vec Initial Forgejo migration 2026-05-23 20:44:37 -04:00
.env.example Initial Forgejo migration 2026-05-23 20:44:37 -04:00
.gitignore Initial Forgejo migration 2026-05-23 20:44:37 -04:00
AGENTS.md Initial Forgejo migration 2026-05-23 20:44:37 -04:00
favicon.svg Initial Forgejo migration 2026-05-23 20:44:37 -04:00
index.html Initial Forgejo migration 2026-05-23 20:44:37 -04:00
package.json Initial Forgejo migration 2026-05-23 20:44:37 -04:00
README.md Initial Forgejo migration 2026-05-23 20:44:37 -04:00
server.mjs Initial Forgejo migration 2026-05-23 20:44:37 -04:00

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.