/next-stack

NextJS scaffolding for building full stack applications that are focused on bleeding edge features, simplicity and typesafety.

Primary LanguageTypeScript

Next Stack

A bootstrap NextJS scaffolding for building full stack applications that are focused on bleeding edge features, simplicity and typesafety.

Roadmap

  • Authentication
  • Authorization
  • Logging
  • Notifications (mail)
  • Routing
  • Storage (s3, sftp)
  • Validation
  • Database Seeders
  • Models

Why The NextS tack

NextJs has made a lot of efforts to make React run better on the server but NextJs inherently doesn't come with any utility features for the backend for a good reason. It keeps the NextJs focused on improving the underlying framework itself and allows the team behind it to release cutting edge features more frequently. This is where Next Stack comes in, this stack is all about making NextJs a robust backend framework with abstractions and utility features. This stack is heavily inspired by the Create T3 App.