A CRUD framework for full stack TypeScript ↦
Full-stack web development is (still) too complicated. Simple CRUD, a common requirement of any business application, should be simple to build, maintain, and extend when the need arises.
Remult is a full-stack CRUD framework that uses your TypeScript entities as a single source of truth for your API, frontend type-safe API client and backend ORM.
This isn’t just production-ready, it’s been used in production since 2018.
Discussion
Sign in or Join to comment or subscribe
dikla
2022-10-19T06:29:34Z ago
Very cool!! What database does it work with?
dikla
2022-10-19T16:46:17Z ago
How does this differ from Prisma?