A beginner-friendly, no-code website builder that lets anyone create beautiful, responsive websites in minutes — no programming knowledge required.
Open
index.htmlin your browser to get started.
| Home Page | Templates Page |
|---|---|
| Hero section with CTA | Browse all available templates |
- 🎨 Multiple Ready-Made Templates — Business, Portfolio, Restaurant, Blog & Magazine, and more
- ✏️ Live Editor — Edit content in real time with an instant preview panel
- 📱 Mobile Responsive — All templates look great on any screen size
- 🚀 Zero Coding Required — Simple form-based editor for all customizations
- 🖼️ Image Upload Support — Upload your own logos, profile photos, and article images
- 🗂️ Category Management — Add/remove categories dynamically
- 👁️ Live Preview — See changes instantly as you type
web-template/
│
├── index.html # Main landing page
├── styles.css # Landing page styles
├── about.html # About Us page
├── templete.html # Template selection page
├── templetestyles.css # Template selection styles
│
├── businesstemp/
│ ├── index.html # Business template editor
│ └── styles.css
│
├── portfoliotemp/
│ ├── index.html # Portfolio template editor
│ ├── styles.css
│ └── script.js
│
├── restaurantfood/
│ ├── index.html # Restaurant template editor
│ ├── styles.css
│ └── script.js
│
├── blog&Magazine/
│ ├── index.html # Blog & Magazine template editor
│ ├── styles.css
│ └── script.js
│
└── educationcontent/
├── index.html # Course/Education template editor
└── styles.css
git clone https://github.com/Sauravkolte/web-template.git
cd web-templateSimply open index.html in any browser — no server or installation needed!
# Or use VS Code Live Server extension
# Right-click index.html → Open with Live Server| Template | Description | Path |
|---|---|---|
| Business Pro | Corporate website with professional layout | businesstemp/ |
| Creative Portfolio | Showcase for artists, designers, photographers | portfoliotemp/ |
| Restaurant Menu | Food menu with categories and item cards | restaurantfood/ |
| Blog & Magazine | Content-focused layout for writers | blog&Magazine/ |
| Course Content | Education/learning platform layout | educationcontent/ |
- Choose a Template — Browse the templates page and pick one
- Customize Content — Use the left-panel editor to update text, images, and info
- Preview Instantly — See live changes in the right preview panel
- Copy & Use — Copy the generated code or export your site
- HTML5 — Structure and markup
- CSS3 — Styling and responsive design
- Vanilla JavaScript — Dynamic editing and live preview
- Font Awesome — Icons (
cdnjs.cloudflare.com) - Google Fonts — Typography (Inter font family)
- Hero section with tagline
- Featured templates grid
- "How It Works" 3-step section
- Footer with navigation
- Grid of all available templates
- Preview images for each template
- Direct links to template editors
- Mission statement
- Feature highlights
- Who the builder helps
Contributions are welcome! To contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m "Add your feature" - Push to the branch:
git push origin feature/your-feature - Open a Pull Request
Saurav Kolte
GitHub: @Sauravkolte
⭐ If you found this project helpful, please give it a star on GitHub!