https://github.com/moureau-dev/newstack
Nullstackive framework for SSR, SSG, and SPA.
https://github.com/moureau-dev/newstack
framework web-development
Last synced: about 19 hours ago
JSON representation
Nullstackive framework for SSR, SSG, and SPA.
- Host: GitHub
- URL: https://github.com/moureau-dev/newstack
- Owner: moureau-dev
- Created: 2026-03-20T00:52:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-10T06:18:41.000Z (17 days ago)
- Last Synced: 2026-04-10T07:43:25.074Z (17 days ago)
- Topics: framework, web-development
- Language: TypeScript
- Homepage:
- Size: 400 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newstack
A framework **extremely** similar to [Nullstack](https://nullstack.app/), but using different techs:
- [Hono](https://hono.dev/) for the server
- [ESBuild](https://esbuild.github.io/) for the bundler
- [Biome](https://biomejs.dev/) for the default linter and formatter
# Roadmap
- [x] Server-side rendering
- [x] Client-side rendering
- [x] Hydration
- [x] Navigation
- [x] Destruction
- [x] Reactivity with proxies
- [x] Bundle splitting with dynamic imports
- [x] Two-way data binding
- [x] Components with JSX (no react)
- [x] Public folder for assets
- [ ] Server functions
- [x] Basic execution
- [ ] Context aware executions
- [ ] Option to build for Node and Bun
- [ ] Biome integration
- [ ] Tests
- [x] CLI to create new projects
- [x] Context
- [x] (Server) Environment
- [x] (Client) Current route
- [x] (Client) Environment
- [x] (Server) Secrets
- [x] (Client) Page
- [x] (Client) Params
- [x] (Client) Router
- [x] (Client) Settings