The Reepolee System

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.

A modern office building exterior reflected in glass

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

Bun application runtime

Server-rendered routes, .ree templates, and plain JavaScript on Bun, organised in code you can follow from request to response.

Database-first CRUD

Generate schema, validation, routes, queries, templates, and navigation from your database tables, then adapt the result as your domain grows.

Backoffice foundations

Invite-based users, profiles, translations, modules, images, and administration routes are part of the system instead of a later integration.

Operational building blocks

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.

  1. 1

    Model the data

    Begin with the tables and relationships that represent your organisation.

  2. 2

    Generate the first surface

    Use the in-tree resource tools to create the schema and CRUD starting point.

  3. 3

    Make it your application

    Adjust routes, validation, templates, and workflows in ordinary project files.

Your 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.

  • A self-hosted Bun application, deployable wherever you run Bun.
  • Application code and generated resources live together in one project.
  • A clear route from a ReeWeb static site to an editing backoffice when you need one.