Skip to content

Web framework focused on flexibility and developer freedom

License

Notifications You must be signed in to change notification settings

primatejs/primate

Repository files navigation

Primate

Primate

   

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.

What is supported?

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.

Backends

Go JavaScript Python Ruby TypeScript

Frontends

Angular Eta Handlebars HTML HTMX Markdown Marko React Solid Svelte Voby Vue web Components

Runtimes

NodeJS Deno Bun

Databases

MongoDB MySQL PostgreSQL SQLite SurrealDB

Resources

License

MIT

Contributing

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 mode
  • npm run node:prod for Node in production mode
  • npm run deno for Deno in development mode
  • npm run deno:prod for Deno in production mode
  • npm run bun for Bun in development mode
  • npm run bun:prod for Bun in production mode
  • npm run bun:compile for compiling desktop app with Bun