Get started

Choose the smallest useful starting point

Both projects are open source under the MIT License. Start with ReeWeb for a static site or Reepolee Framework for users, data, and workflows.

Open-source Reepolee projects

MIT licensed · Beta

Reepolee Framework

For backoffices, internal tools, member systems, and operational applications built from the database outward.

git clone https://github.com/reepolee/reepolee.git __PROJECT_DIR__
cd __PROJECT_DIR__
bun reepolee:install
bun dev

MIT licensed · Beta

ReeWeb

For static sites, documentation, localization, and content publishing with `.ree` templates and Markdown.

git clone https://github.com/reepolee/reeweb.git __PROJECT_DIR__
cd __PROJECT_DIR__
bun reeweb:install
bun dev

Not sure where to begin?

Use ReeWeb when the output can remain static HTML. Use Reepolee when the application needs authentication, database writes, administration, or workflows. The projects can also run together when a static site needs managed content.