nitropage
Version:
A free and open source, extensible visual page builder based on SolidStart.
32 lines (22 loc) • 1.42 kB
Markdown
<p><img src="https://codeberg.org/nitropage/nitropage/raw/branch/next/assets/logo.svg" alt="Nitropage" /></p>
Nitropage is an entirely free and open source, extensible visual page builder based on [SolidStart](https://start.solidjs.com/), offering a growing library of versatile building blocks. Create your own building blocks with [SolidJS](https://www.solidjs.com/) and enjoy the power of HMR.
**[Website](https://nitropage.org) • [Playground](https://nitropage.org/playground) • [Changelog](https://codeberg.org/nitropage/nitropage/src/branch/next/packages/nitropage/CHANGELOG.md) • [Roadmap](https://nitropage.org/roadmap)**
## Features
- [x] Reusable element **Presets** and **Layouts**
- [x] Publishing workflow with **Revisions**
- [x] Starter kit with dozens of **Blueprints**
- [x] Image optimization with **focal point** cropping
- [x] Selfhosted and CDN fonts
- [x] Multiple websites on one server
- [x] API for custom [SolidJS](https://www.solidjs.com/) page elements
- [x] Powerful developer architecture with [SolidStart](https://start.solidjs.com/) and [Vite](https://vitejs.dev/)
- [x] Automatic sitemap.xml and Atom (RSS) feeds
## Playground
Try out the visual editor at https://nitropage.org/playground.
## Getting started
Check out the [Guide](https://nitropage.org/docs/getting-started), or run one of these:
```sh
pnpm create nitropage@latest
# or:
npm init nitropage@latest
```