Open-source, no-fluff launchpad for quick fixes and trusted tools. Search, filter, click. Copy common repair commands with one tap.
Any static server works. Two easy options:
VS Code Live Server: install the extension and click “Go Live” in the status bar.
Python (already on many systems):
python -m http.server 5173
# open http://localhost:5173- Commit + push this repo to GitHub.
- In the repo settings → Pages, set Branch:
main/ folder:/ (root)or/docsif you move files. - Wait a minute; your site goes live at
https://<yourname>.github.io/<repo>.
Edit data/resources.json. Each item:
{
"title": "Speedtest",
"url": "https://www.speedtest.net",
"description": "Check internet speed",
"category": "Networking",
"tags": ["latency", "bandwidth"],
"snippet": "optional command to copy"
}Prefer reputable sources. Keep descriptions short and neutral. PRs welcome.