About Work Services Free Heroes ✦ Hire Me
HEROES

Free Hero
Sections

Ready-to-use hero sections with full source code. Download any one — HTML, CSS & JS — no sign-up, no cost. Built by me, free forever.

⚡ Pure HTML/CSS/JS 📦 Download & Use 🎁 Always Free
Filter:
Loading...

How to Add a New Hero

01
Create a folder inside heroes/ — e.g. heroes/my-hero-name/
02
Add your files: index.html, style.css, script.js, preview.png, and readme.json
03
Edit manifest.json in the root — add a new entry with the id, folder, title, description, tags, and preview path.
04
Deploy. The gallery auto-reads the manifest and shows the new card immediately.
readme.json format
{
  "title": "Hero Name",
  "description": "What makes this hero special.",
  "tags": ["Dark", "Animated", "Minimal"],
  "preview": "preview.png",
  "files": ["index.html", "style.css", "script.js"],
  "instructions": "Any usage notes for the person downloading."
}