Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blazeisclone/next-stack
- Owner: BlazeIsClone
- Created: 2023-07-01T12:15:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T17:44:42.000Z (over 1 year ago)
- Last Synced: 2024-11-02T00:25:00.731Z (2 months ago)
- Language: TypeScript
- Homepage: https://next-stack-liard.vercel.app
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).