Create a completely personalized and fast-loading start page to access your most important links instantly. Because it's a static webpage, it's incredibly quick and can be hosted anywhere, from a home server to a simple static site provider, or even used as your browser's new tab page. All your configurations are managed through a config.json file, giving you full control over the layout and content.
This tool offers a range of features to build your perfect dashboard:
All changes you make are saved locally in your browser, ensuring your links and data remain private. You can easily export your configuration file to back it up or share it across different devices.
services:
hiccup:
image: ghcr.io/bleckbeard/hiccup:latest
container_name: hiccup
ports:
- "8080:80"
volumes:
- ./data:/usr/share/nginx/html/data
restart: unless-stopped
# Hiccup is a static start page and typically does not require sensitive environment variables.
# If you configure external API integrations later, add their keys here.
Auto-fetched about 15 hours ago
Auto-fetched about 15 hours ago