A retro pixel-art web app to showcase mini apps, tools, and study resources.
Hosted on GitHub Pages — no build tools, no backend.
🔗 Live: https://quangnd.github.io/vibe-code-museum/
Drop your HTML file (or folder) into apps/:
apps/
├── calculator.html ← single file
└── snake-game/ ← folder with assets
└── index.html
{
"title": "My Cool App",
"description": "What it does",
"category": "Fun",
"type": "app",
"url": "apps/my-cool-app.html",
"icon": "🎮"
}For external links:
{
"title": "Useful Article",
"description": "Great read about X",
"category": "Study",
"type": "link",
"url": "https://example.com/article",
"icon": "📖"
}git add . && git commit -m "add my cool app" && git pushGitHub Pages auto-deploys. Done.
| Field | Required | Description |
|---|---|---|
title |
✅ | Display name |
description |
✅ | Short description shown on the card |
category |
✅ | Study, Tools, or Fun |
type |
✅ | app (iframe) or link (new tab) |
url |
✅ | Relative path for apps, full URL for links |
icon |
optional | Emoji shown on the card (default: 📦) |
Just open index.html in a browser. No server needed.
Or use a simple server for best results:
npx serve .- NES.css — pixel-art CSS framework
- Press Start 2P — retro font
- Vanilla HTML / CSS / JS — zero dependencies