Skip to content
Yoan Daniel Ersen edited this page Aug 31, 2026 · 4 revisions

Lumaris Server Code

Overview

This repository contains the server code for lumaris.fr.eu.org, an intelligent educational platform for French students. The code is automatically assigned to Cloudflare accounts when users create the site.

What is Lumaris?

Lumaris provides:

  • School Management: ÉcoleDirecte integration for grades, homework, and timetable
  • AI Assistant: AI-powered tutoring and homework help
  • Workspace: File management, study notes, and organizational tools
  • Customization: Personalized interface with extensive options

Technologies

  • Cloudflare Workers: Serverless edge computing
  • Workers AI: AI/ML model inference
  • D1 Database: SQLite-compatible database
  • Supabase: Authentication and user management
  • MEGA.nz: Cloud storage integration

Documentation

Detailed technical documentation is available in the repository README files:

Quick Start

The site is already functional at lumaris.fr.eu.org. No setup required for basic usage.

For code modifications:

npm install
wrangler dev
wrangler deploy

License

MIT License - You are free to modify and adapt the code.

Documentation

Clone this wiki locally