Public website and documentation entry point for the MoodlIA ecosystem at moodlia.com.
- Present the active MoodlIA products with clear boundaries.
- Explain the shared safety and portability principles.
- Mark MoodlIA Studio accurately as a concept rather than an available product.
- Provide a foundation for future documentation, downloads, release notes, and integrations.
The first version is intentionally static and does not store user data, Moodle credentials, or analytics data.
Requirements:
- Node.js 22.13 or newer.
- npm 10 or newer.
Commands:
npm install
npm run dev
npm run build
npm run export:static
npm test
npm run checknpm run check runs linting, the production build, rendered HTML tests, and
Drizzle schema generation. CI also audits production and development
dependencies for high-severity vulnerabilities.
The site uses a Vinext and Cloudflare-compatible build. Hosting configuration lives in .openai/hosting.json.
npm run export:static converts the validated production build into a static
site under .static-export/ for deployment to the shared Oracle-hosted Nginx
service. Run npm run build first.