Launch Fast. Look Great.
WebInstant is a fast, modern web design studio template & starter repo created to help creators, freelancers, and small businesses launch beautiful, mobile-first websites quickly. This repository contains starter code, guidelines, and resources to build, customize, and deploy a WebInstant site or client projects.
- Clean, modern, mobile-first responsive layout
- Fast load performance and accessibility-friendly structure
- SEO-ready HTML structure (meta tags, semantic markup)
- Simple design system (colors, fonts, buttons) matching the WebInstant brand
- Example pages: Home, About, Services, Portfolio, Contact
- Easy to customize and deploy (static hosting friendly)
- Name: WebInstant
- Slogan: Launch Fast. Look Great.
- Primary Color:
#2E86DE(Vibrant Blue) - Accent Color:
#00C9A7(Aqua Green) - Text Color:
#1F1F1F(Charcoal Black) - Background Light:
#FFFFFF - Fonts: Poppins (headings), Inter / Roboto (body)
/ (root) ├─ index.html # Home / Hero section ├─ about.html # About page ├─ services.html # Services overview ├─ portfolio.html # Portfolio / Projects ├─ contact.html # Contact form page ├─ css/ │ ├─ style.css # Main styles │ └─ variables.css # Color & spacing variables ├─ js/ │ └─ main.js # Optional interactivity ├─ assets/ │ ├─ images/ │ └─ logos/ └─ README.md
You only need a modern browser to preview. For local development you can optionally use:
- Node.js + npm (if using a dev server or build tooling)
- Live Server (VS Code extension) or
http-server/servenpm packages