A modern, production-ready platform for building interactive educational content, built with React Router v7, Drizzle ORM, and SQLite.
Install the dependencies:
npm installStart the development server with HMR:
npm run devYour application will be available at http://localhost:5173.
Create a production build:
npm run buildTo build and run using Docker:
docker build -t h5x-app .
# Run the container
docker run -p 3000:3000 h5x-app- Framework: React Router v7
- Database: SQLite with Drizzle ORM
- Styling: TailwindCSS & Shadcn UI
- Video: Vidstack
- Drag & Drop: @dnd-kit
- Icons: Lucide React
Built with ❤️ using React Router & Antigravity.





