A clean, minimalist completion checklist for Hollow Knight: Silksong.
Even though there are several checklists out there, many are cluttered, behind paywalls, or require logins.
This one is simple, open, and beautifully minimal — designed to focus purely on tracking your progress without distractions.
- ✅ Beautiful, dark, Hollow Knight–inspired UI
- 🪶 No login, no tracking, completely local
- 📱 Fully responsive — works on mobile and desktop
- 🧩 Built with Vite + React
- 💾 Progress stored locally (nothing uploaded)
- 💖 Open source, no paywall
🔗 Visit here: https://runanka.github.io/silksong-checklist
If you’d like to run it locally:
# clone the repository
git clone https://github.com/Runanka/silksong-checklist.git
# enter directory
cd silksong-checklist
# install dependencies
npm install
# start development server
npm run devThen open http://localhost:5173 in your browser.
- Vite — blazing fast frontend tooling
- React — for component-based UI
- CSS — custom handcrafted theme with dark gradients and glow
- GitHub Pages — free static hosting
Contributions are very welcome — whether it's fixing a bug, adding missing items, improving UI, or suggesting features.
-
Fork this repository
→ Click here to fork -
Clone your fork
git clone https://github.com/<your-username>/silksong-checklist.git cd silksong-checklist
-
Create a new branch
git checkout -b feature/your-feature-name
-
Make your changes
- Update code or data in
/src - Test locally using
npm run dev
- Update code or data in
-
Commit & push
git add . git commit -m "Add: your short description" git push origin feature/your-feature-name
-
Open a Pull Request
- Go to your fork on GitHub and click “Compare & pull request”.
- Describe your change and submit!
Your PR will be reviewed, and once approved, merged into the main branch.
Have a new idea?
Open a Discussion or Issue — let’s make it even better together.
If you like this project, consider supporting it:
This project is open source under the MIT License.
Designed and built by Runanka
Inspired by Team Cherry’s Hollow Knight universe.
