nitropage
Version:
A free visual website editor, powered with your own SolidJS components.
31 lines (21 loc) • 1.36 kB
Markdown
<p><img src="https://codeberg.org/nitropage/nitropage/raw/branch/next/assets/logo.svg" alt="Nitropage" /></p>
Nitropage is a completely free, open-source, self-hostable alternative to visual drag-and-drop website builders such as [Squarespace](https://www.squarespace.com/) and [Wix](https://www.wix.com/). 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] Multiple websites on a single instance
- [x] Image optimization with **focal point** cropping
- [x] API for your custom [SolidJS](https://www.solidjs.com/) page elements
- [x] Powerful developer architecture with [Vite](https://vitejs.dev/)
- [x] Automatic sitemap.xml and Atom-feed handling
## 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
```