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.

bun create reepolee/reepolee __PROJECT_DIR__
cd __PROJECT_DIR__
bun dev

MIT licensed · Beta

ReeWeb

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

bun create reepolee/reeweb __PROJECT_DIR__
cd __PROJECT_DIR__
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.

Prefer a working starting point over an empty schema? The marketplace has starter code and tools built on Reepolee Framework, including a complete blog CMS.