Files
relibre/README.md
2025-10-18 03:54:52 -04:00

32 lines
681 B
Markdown

# Relibre
**Music release one-page generator**
Relibre is a simple, free, and open-source landing-page generator—an alternative to HyperFollow—that produces a **single self-contained HTML file** you can host anywhere.
**Try the generator →** [`https://relibre.site`](https://circlewithadot.net/relibre)
---
## What you get
- A clean, responsive, single-file HTML page for a release
- No trackers, no analytics
- Host it anywhere (Neocities, object storage, GitHub/Gitea Pages, your own server, IPFS, etc.)
- Optional native desktop app (AUR or source build, Flatpak soon)
---
## Source build
```
make deps
make build
```
---
## Arch Linux (AUR)
```
makepkg -si
```