Pro Template Pack
Four production-ready, responsive, accessible starter templates (landing, dashboard, portfolio, docs) sharing one design-token system. Pure HTML/CSS/JS, no build tools or dependencies.
📄 Product Preview
Try the interactive reader and demo tools below, or get the full product with all content unlocked.
📖 Interactive Reader (Free Preview) ⚙ Try Demo Tools 📦 Download Free Sample📁 File Structure 23 files
📖 Documentation Preview README excerpt
Starter Templates Pro
Four production-ready, responsive, accessible static website starter templates that share a common design-token system. Open any template in a browser and start building immediately — no build tools, no package managers, no dependencies.
What's Included
| Template | Best for | Key sections |
|---|---|---|
Landing (templates/landing/) | SaaS / product marketing | Hero · Features · Pricing · Testimonials · FAQ · CTA |
Dashboard (templates/dashboard/) | Admin UI / internal tools | Sidebar nav · Stat cards · Bar chart · Activity feed · Data table |
Portfolio (templates/portfolio/) | Personal / freelance site | Hero · Filterable project grid · About · Contact cards |
Docs (templates/docs/) | Documentation / knowledge base | Topbar search · Collapsible sidebar TOC · Code blocks · Callouts · Prev/Next nav |
Each template is self-contained: copy its folder anywhere and it works.
Requirements
- Zero runtime dependencies — no npm, no bundler, no framework
- A modern browser (Chrome 90+, Firefox 88+, Safari 14+, Edge 90+)
- Optionally:
python -m http.server 8000or VS Code Live Server for local development
Quick Start
# Clone or unzip the product folder
cd starter-templates-pro
# Open any template directly:
open templates/landing/index.html
open templates/dashboard/index.html
open templates/portfolio/index.html
open templates/docs/index.html
# Or serve the whole package locally:
python -m http.server 8000
# then visit:
# http://localhost:8000/templates/landing/
# http://localhost:8000/templates/dashboard/
# http://localhost:8000/templates/portfolio/
# http://localhost:8000/templates/docs/
Template Catalog
Landing Page (`templates/landing/`)
Marketing landing page for a SaaS product (demo brand: NexaFlow). Includes a hero with a pure-CSS kanban preview, six feature cards, a three-step how-it-works section, testimonials, three-tier pricing with a "most popular" badge, FAQ accordion, and email CTA section.
Demo copy: NexaFlow project management platform
Color accent: Blue (#2563eb)
Admin Dashboard (`templates/dashboard/`)
Full app-shell layout: fixed sidebar, sticky topbar, stat cards, a CSS-only bar chart, activity feed, and a projects data table with status pills and progress bars. Sidebar collapses to a slide-in overlay on mobile.
Demo copy: NexaFlow Admin — AcmeCorp workspace
Color accent: Blue (#2563eb)
... continues with setup instructions, usage examples, and more.