https://github.com/liascode/pranx
The next of preact
https://github.com/liascode/pranx
framework hono isg metaframework nextjs preact ssg ssr
Last synced: 2 months ago
JSON representation
The next of preact
- Host: GitHub
- URL: https://github.com/liascode/pranx
- Owner: LiasCode
- License: mit
- Created: 2025-06-20T09:53:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T22:13:48.000Z (9 months ago)
- Last Synced: 2025-06-28T23:24:16.294Z (9 months ago)
- Topics: framework, hono, isg, metaframework, nextjs, preact, ssg, ssr
- Language: TypeScript
- Homepage: https://pranx.onrender.com/
- Size: 129 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pranx
Pranx — the next of Preact.
A lightweight, Next.js-like fullstack metaframework for Preact apps.
> Note: Pranx is currently being rewritten from scratch. The API and internals are unstable and subject to change.
## Usage
```bash
npx create-pranx@latest -n "my-pranx-project"
```
## Why Pranx?
Pranx aims to provide a minimal, highly-performant fullstack developer experience inspired by Next.js but optimized for Preact and small bundles. Focus areas:
- Fast server-side rendering (SSR)
- Tiny client runtime and hydration
- File-system-based routing and simple API routes
- Extensible build & dev tooling with a small surface area
## Key features
- Preact-first rendering with minimal client payload
- File-system routing
- SSR, SSG, ISG and CSR
- API routes for server endpoints
- Easy static export / SSG support
- Opinionated defaults with extensibility hooks
## Project status
- Current state: full rewrite in progress
- Examples located in `examples/`
- Expect breaking changes until v1.0
Deployment targets: Node servers, serverless platforms, edge runtimes (dependant on handler compile target).
## Contributing
- Open issues for bugs / feature requests
- PRs welcomed — prefer small, focused changes
- Follow project linting and formatting rules (Prettier, Biome)
## License
MIT