https://github.com/flurdy/lucid
Host project information pages for mobile apps
https://github.com/flurdy/lucid
apps hugo mobile privacy
Last synced: 6 days ago
JSON representation
Host project information pages for mobile apps
- Host: GitHub
- URL: https://github.com/flurdy/lucid
- Owner: flurdy
- License: mit
- Created: 2026-02-24T19:54:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-25T14:44:25.000Z (4 months ago)
- Last Synced: 2026-05-02T20:39:32.971Z (about 2 months ago)
- Topics: apps, hugo, mobile, privacy
- Language: HTML
- Homepage: https://apps.flurdy.io
- Size: 320 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Lucid
A project to host project information pages for mobile apps and projects that do can not include public pages themselves.
Designed to be basic and simple. The value is within the app's own pages.
## Dream factory heritance
Dreamfactory is a project to list ideas and status of pet projects [github.com/flurdy/dreamfactory](https://github.com/flurdy/dreamfactory).
It is what runs on [code.flurdy.com](https://code.flurdy.com).
Lucid was create when a requirement for some apps listed in code.flurdy.com needed have further information online, but they did not have a public website, which is often the case for mobile apps.
## Live site
[apps.flurdy.io](https://apps.flurdy.io)
## Run
1. Fork project
```bash
git clone https://github.com/flurdy/lucid.git
cd lucid
```
2. Start Hugo in in docker compose
```bash
docker compose up
```
3. Open `http://localhost:1313`
## Architecture
See [docs/architecture](docs/architecture.md)
## Add app
Follow [docs/adding-an-app.md](docs/adding-an-app.md)
## Contribute
- Read [CONTRIBUTE.md](CONTRIBUTE.md)
## License
The Lucid application (Hugo configuration, templates, theme, and tooling) is licensed under [MIT](LICENSE) 2026. The content of individual app pages (privacy policies, terms of service, support pages, etc.) is not covered by this license.
## Creator
Ivar Abrahamsen/@flurdy: [flurdy.com](https:/flurdy.com)