DEV Community

Dinith Perera
Dinith Perera

Posted on

Prod-ready TypeScript + Express starter for REST APIs

I got tired of setting up the same boilerplate for every REST API, so I made a TypeScript + Express starter kit you can use to kick-start your project.

It’s meant to be simple, clean, and ready for real-world APIs.

πŸ‘‰ Repo: https://github.com/D15-Labs/express-starter-kit

Roadmap (need your help):

  • Laravel-like DX (migrations + multi-database setup via a script)
  • RBAC (roles & permissions)
  • Better CLI setup

If you try it, I’d love feedback or PRs.
What would you want this starter to include next?

Top comments (0)