Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blazeisclone/next-stack

NextJS scaffolding for building full stack applications that are focused on bleeding edge features, simplicity and typesafety.
https://github.com/blazeisclone/next-stack

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://create.t3.gg).