Build Productive,
Convenient, Fast
Backend

npx zely-cli init --dir=app --template=typescript

zely

Build Productive, Convenient, Fast Backend

githubnpmwebsite


  • File-based routing. zely creates routes automatically with filenames.
  • Server Reload. You don't have to restart server to apply changes.
  • Typescript Supported.
  • Lightning fast. zely uses esbuild as javascript loader.

Zely Documentation ➞

Terminal
npm install --save-dev zely

#Getting Started

You can easily build a server by getting the template.

Terminal
npx zely-cli init --dir my-app --template=typescript

#License

MIT