Bun application runtime
Server-rendered routes, .ree templates, and plain JavaScript on Bun, organised in code you can follow from request to response.
A web application you can own and evolve
Reepolee System is a commercially licensed Bun application reference implementation for teams building backoffices, operational tools, and durable web applications.
For the work behind your business
Use Reepolee when your application has real data, real users, and a useful life longer than the current frontend cycle. It gives a small team an explicit starting point for the server, data model, backoffice, and day-to-day operations - without hiding those decisions behind a platform.
The parts a working application needs
Server-rendered routes, .ree templates, and plain JavaScript on Bun, organised in code you can follow from request to response.
Generate schema, validation, routes, queries, templates, and navigation from your database tables, then adapt the result as your domain grows.
Invite-based users, profiles, translations, modules, images, and administration routes are part of the system instead of a later integration.
Use SQLite or MySQL, with optional queues, caching, and rate limiting when the application calls for them.
Start from your actual model
The product is designed for teams that want generated acceleration without surrendering control. The generated code lives in the project, so it remains readable, reviewable, and yours to change.
Begin with the tables and relationships that represent your organisation.
Use the in-tree resource tools to create the schema and CRUD starting point.
Adjust routes, validation, templates, and workflows in ordinary project files.
Why it is built this way
The product choices are not hidden conventions. These notes explain the reasoning behind the generator, the small dependency surface, and infrastructure you control.
Why generated code remains visible, adaptable, and owned by the team that runs it.
Read the noteWhy appropriate complexity is a feature for long-lived internal applications.
Read the noteWhy the location and operation of your software remain business decisions.
Read the noteYour software stays legible
Reepolee is not a hosted platform or a hidden runtime. You deploy the application and operate the infrastructure. The commercial license gives you the reference implementation; the code and operating choices stay in your hands.