Download Hub, reimagined.

A super-clean, animated downloads website you can deploy on GitHub Pages. Search, filter, and grab your files—fast.

Explore Downloads Setup Guide
Guide

Host on GitHub Pages & add files

  1. Create a new GitHub repo (Public). Name it like username.github.io or any name + enable Pages (Settings → Pages → Deploy from main, root).
  2. Add this index.html to the repo.
  3. Create a downloads/ folder in the repo and put your files there (e.g. downloads/Game.zip).
  4. Edit the downloadsData array inside this file to match your items (name, version, size, tags, href to your file).
  5. Commit & push. Your site will be live on GitHub Pages in a minute.