Skip to content

Adding full to your full-stack

Want to see remult in action in 60 sec?
Auth, DB, CRUD – using your stack.
npm init remult@latest

Examples

We have already a ton of examples! Pick and choose the one that fits your needs.

Todo MVC

react
vite
express

A classic Todo MVC implementation with Remult.

CRM

react
vite
express
postgres
mui

A fully featured CRM! Make sure to check out the link: Dev / Admin on top right!

Shadcn React Table

react
vite
express
postgres
shadcn

Using remult with server side sorting, filtering, paging & CRUD.

TanStack React Table

react
vite
tanstack logotanstack

Example of using remult with react table - most basic design, with server side sorting, paging & filtering.

Ready to Play

react
vite
sqlite
express

An environment to reproduce issues using stackblitz, with optional sqlite database.

Need more?

react
angular
svelte
vue
postgres
sqlite
mongodb
mysql

Want to see remult in action in 60 sec?
Auth, DB, CRUD – using your stack.

npm init remult@latest

Frequently Asked Questions

We've compiled a list of common questions and answers to help you get started with Remult. If you have any other questions, please don't hesitate to ask us on discord or github!

Is remult an ORM?+

Remult is also an ORM! But not limited to! That's just the tip of the iceberg! 🏔️

Think of it as a Swiss Army knife for full-stack devs:

  • REST out of the box, and you can add GraphQL, swagger, ...
  • Built-in validation mechanism, you don't need Zod, or yop, or joi, or ...
  • Metadata to have SSoT (Single Source of Truth) for eveything: labels, permissions, auth, ...
  • And yes, you don't need Prisma or Drizzle anymore!

Can I use Remult in my existing app?+

Absolutely! 🚀

No need to rewrite everything overnight. Just:

  1. Add Remult to your current stack
  2. Implement the "getUser" function
  3. Start using it alongside your existing code

One of our users migrated their project over a year, and guess what? They ended up with 75% less code! Talk about a productivity boost! 💪

Why is it different from other libs?+

Remult stands out in several key ways:

  • It's fully yours - we don't host anything for you! You are in full control of your application and data
  • We provide a complete toolkit for managing your full application, including ready-to-use Live Queries
  • Unlike many other solutions, Remult gives you the freedom to build exactly what you need without vendor lock-in

Does it Scale?+

Scaling is a common concern, but it's important to ask: Scale in what direction?

  • Number of users? ✅
  • Number of recurring users? ✅
  • Time spent by users? ✅
  • Database size? ✅

Yes, Remult scales in all these directions and more! Join our community to share your scaling metrics and learn from others' experiences 🚀

MIT Licensed | Made by the Remult team with ❤️