Project Overview
Hostlar is a complete set of static HTML website templates designed for hosting service providers such as virtual hosts, cloud servers, and VPS. Built on Bootstrap 5, the template includes over 50 page templates covering homepage variants, pricing plans, domain search, user login/registration, blog, support pages, and more, along with complete WHMCS template integration documentation.
Tech Stack
- HTML5 / CSS3 (static pages)
- Bootstrap v5.3.2
- WHMCS (template integration support)
- Google Fonts (Open Sans, Poppins)
Project Structure
├── documentation/
│ ├── html-documentation/ # HTML template usage guide
│ │ ├── index.html
│ │ └── assets/css/
│ └── whmcs-documentation/ # WHMCS integration configuration docs
│ ├── index.html
│ └── assets/css/
└── html/
└── hostlar/ # Core template directory
├── index.html # Default homepage
├── index-*.html # Homepage variants (video background, slider, etc.)
├── pricing-*.html # Pricing pages
├── login*.html # Login pages
├── signup*.html # Signup pages
├── shared-hosting.html # Shared hosting introduction page
├── cloud-hosting.html # Cloud hosting introduction page
├── dedicated-server*.html # Dedicated server pages
├── domain-search*.html # Domain search pages
├── blog-*.html # Blog-related pages
├── support.html # Support page
└── assets/css/main.css # Bootstrap main stylesheet
Key File Descriptions
html/hostlar/index.html— Default homepage entry, includes navigation bar, hero section, and service introductionhtml/hostlar/assets/css/main.css— Complete Bootstrap 5 stylesheetdocumentation/html-documentation/index.html— HTML template customization and modification guidedocumentation/whmcs-documentation/index.html— WHMCS template installation and configuration documentationhtml/hostlar/pricing-*.html— Various pricing plan display pageshtml/hostlar/domain-search-result.php— A few dynamic files for domain search results
Quick Start
Since this project is a pure static site, no build tools are required:
- Deploy the
html/hostlar/directory to any web server - Open
index.htmldirectly in a browser to preview - Or use a local server (e.g.,
python -m http.server) to access
For WHMCS integration, refer to the installation guide in documentation/whmcs-documentation/.
Usage Suggestions
This template is suitable for quickly building a hosting service provider website, offering a large number of ready-made pages that can be directly modified and used. For dynamic functionality (such as user management, order processing), integrate with the WHMCS system; for pure display websites, static HTML files can be used directly. Remember to modify the meta tags and logo images in index.html to match your actual brand.
