Project Overview
HouseBox v2.0.0 is a multi-page HTML template for the real estate industry, featuring 30+ pages including homepage variants, property details, blog, user dashboard, FAQ, loan calculator, etc. It is suitable for quickly building property rental and sales websites. The template is based on Bootstrap 5, jQuery-driven, and supports dark/light theme switching.
Tech Stack
- HTML5 / CSS3 (static template)
- Bootstrap 5
- jQuery 3.7.1
- Plugins: Owl Carousel, Swiper Slider, AOS Animations, Nice Select, Font Awesome
Project Structure
houseboxhtml-20/HouseBox_v2.0.0_Unzip-First/
├── 1.HouseBox_HTML_template/ # Template main body
│ ├── index.html ~ index4.html # Four homepage variants
│ ├── property-details-*.html # 4 property detail pages
│ ├── blog-*.html # Blog list/details
│ ├── dashboard.html # User dashboard
│ ├── loan-caculator.html # Loan calculator
│ ├── faq.html # Frequently asked questions
│ ├── pricing.html # Pricing page
│ └── assets/ # CSS, JS, images and other static resources
├── 2.HouseBox_Documentation/ # Official documentation (can be ignored)
└── 3.HouseBox_Figma_Template/ # Figma design file download instructions
Core File Description
1.HouseBox_HTML_template/index.html— Main homepage, top navigation + Banner + property showcaseproperty-details-v*.html— Property detail pages, supporting different layouts like map, half-image, etc.dashboard.html— User personal center panel (my listings, favorites, messages, etc.)loan-caculator.html— Loan monthly payment calculation toolfaq.html— Collapsible FAQ pageassets/css/main.css— Global style entry point, integrating all plugin styles
Quick Start
This project is a pure static template, no npm install or build steps required:
- Enter the
1.HouseBox_HTML_template/directory - Open
index.htmldirectly in a browser to preview - For a local server, run:
npx serve .(port 3000)
Usage Suggestions
The template contains many pages. It is recommended to selectively keep pages based on business needs and delete unnecessary pages and corresponding resources to control file size. All dynamic interactions (form submissions, user login) are static demos and require backend integration.
