A collection of kaiju (giant monsters) curated by Mikee. This website showcases both classic kaiju and AI-generated original monsters.
This project started as a father-and-son bonding activity. Mikee loves kaijus, and together we created this website to showcase his favorite monsters.
The goal? When Mikee is ready to learn coding, this will be his first project to maintain and grow as a contributor. That's why we built it with pure semantic HTML and CSS — no JavaScript, no frameworks — just the fundamentals that every web developer should learn first.
- Pure semantic HTML5
- CSS styling (no frameworks)
- No JavaScript
- Responsive design
- Accessible markup
mikee-monsterverse/
├── index.html # Homepage
├── 404.html # Error page
├── styles.css # Global stylesheet
├── contents/ # Monster contents
│ ├── ai-generated/ # Original AI-generated kaiju
│ ├── classics/ # Classic kaiju
│ └── my-collection/ # Personal collection
├── images/ # Shared images (favicon, etc.)
├── fonts/ # Web fonts
├── LICENSE # License file
├── README.md # This file
└── TRACKER.md # Content tracker
Simply open index.html in your web browser, or use a local server:
npx live-serverThen visit http://localhost:8080 in your browser.
- Create a new folder under the appropriate category (e.g.,
contents/ai-generated/monster-name/) - Add the monster's image as
monster-name.jpeg - Create an
index.htmlfile for the monster's page - Update the category index page to include the new monster
- Go to Workers & Pages → Create → Pages tab → Connect to Git
- Select your GitHub repository
Build configuration:
| Setting | Value |
|---|---|
| Framework preset | None |
| Build command | exit 0 |
| Build output directory | . |
Contributions are welcome! Whether you want to fix a bug, improve the styling, or suggest new features — feel free to open an issue or submit a pull request.
This project is intentionally simple and beginner-friendly. Keep it that way.
This project is licensed under CC BY-NC 4.0.
You can share and adapt with attribution for non-commercial purposes.