Primate is a framework for building web applications primarily focused on flexibility and developer freedom.
Other frameworks lock you in. Primate sets you free, offering you unlimited choice in mixing and matching different tools that work best for you, rather than forcing to you accept the limitations and design decisions made by others.
Click on the tool badge for more info. If you're missing anything, feel free to open an issue detailing your use case and what tool you would like to see supported.
MIT
By contributing to Primate, you agree that your contributions will be licensed under its MIT license.
Clone this repo and https://github.com/primatejs/app in the same location,
and switch to the dev
branch in the app repo. Then, in the app repo, run
npm run node
for Node in development modenpm run node:prod
for Node in production modenpm run deno
for Deno in development modenpm run deno:prod
for Deno in production modenpm run bun
for Bun in development modenpm run bun:prod
for Bun in production modenpm run bun:compile
for compiling desktop app with Bun