Documentation & Help
Devanshu AI Template is a modern, responsive HTML template built for AI tools, SaaS, and software landing pages. It includes 14 fully designed pages, Bootstrap 5, AOS scroll animations, Swiper sliders, and a dark theme with cyan/purple accents.
Tech stack: HTML5, CSS3, Bootstrap 5, AOS (Animate On Scroll), Swiper, Remix Icon, Vanilla Tilt, vanilla JavaScript. No Node.js or build step required.
Main_Files folder.index.html in your browser to view the homepage. Other pages (e.g. about.html, pricing.html) can be opened the same way.Main_Files folder run:
# Python 3
python -m http.server 8000
# Node.js (npx)
npx serve .
# PHP
php -S localhost:8000
Then open http://localhost:8000 in your browser. Replace 8000 with another port if needed.Open Documentation/index.html in your browser (double-click the file or drag it into the browser). You can also go to http://localhost:8000/Documentation/ if you are using a local server.
Main_Files/
├── index.html # Homepage
├── about.html # About page
├── contact.html # Contact page
├── faq.html # FAQ page
├── pricing.html # Pricing page
├── services.html # Services page
├── blog.html # Blog listing
├── portfolio.html # Portfolio / case studies
├── signin.html # Sign in / Sign up
├── coming-soon.html # Coming soon page
├── 404.html # Error page
├── terms.html # Terms of Service
├── privacy.html # Privacy Policy
├── cookie.html # Cookie Policy
├── README.md # Quick reference (this setup in text form)
├── license.txt # License & third-party credits
├── Documentation/
│ └── index.html # This documentation (open in browser)
└── assets/
├── css/ # Stylesheets (style.css, bootstrap, animate, swiper, etc.)
├── js/ # main.js, preloader.js, swiper, bootstrap, vanilla-tilt
├── scss/ # Source SCSS (optional – compile to css/style.css)
└── images/ # hero, testimonials, showcase, footer, icons
Main_Files folder.Main_Files to your web server (e.g. public_html, www, or your project root) via FTP, cPanel File Manager, or your host’s file upload.assets/, Documentation/, and all HTML files must stay in the same relative positions.index.html as the default document if your server requires it (most hosts use index.html by default).yoursite.com/landing/), all links will still work as long as the internal structure is unchanged. The template uses relative paths.
assets/css/ and assets/js/ were uploaded and paths in the HTML match (e.g. assets/css/style.css).file://.Edit CSS variables in assets/css/style.css (or assets/scss/abstracts/_variables.scss if you use SCSS):
:root {
--bg-dark: #030610;
--accent-cyan: #7dd3fc;
--accent-purple: #a78bfa;
--text-main: #ffffff;
--text-muted: #d6defc;
}
Plus Jakarta Sans is loaded from Google Fonts in each HTML file. To use a different font, replace the <link> in the <head> and update --font-main in your CSS.
Replace placeholder content and images in:
assets/images/hero/ – Hero section imagesassets/images/testimonials/ – Testimonial avatarsassets/images/showcase/ – Showcase/feature graphicsassets/images/footer/ – Footer imagesUpdate contact details (email, address, social links) in contact.html and the footer of each page.
If you prefer to edit SCSS, run: npx sass assets/scss/style.scss assets/css/style.css
| Page | Description |
|---|---|
| index.html | Homepage – Hero, features, pipeline, integrations, testimonials, pricing, FAQ, CTA |
| about.html | About – Team, mission, story |
| contact.html | Contact form, map, sidebar info |
| faq.html | FAQ accordion + support card |
| pricing.html | Pricing plans |
| services.html | Services/features grid |
| blog.html | Blog listing with cards |
| portfolio.html | Portfolio/case studies grid |
| signin.html | Sign in / Sign up forms |
| coming-soon.html | Coming soon with countdown |
| 404.html | Custom 404 error page |
| terms.html | Terms of Service |
| privacy.html | Privacy Policy |
| cookie.html | Cookie Policy |
This template uses the following third-party assets. Please ensure you comply with their respective licenses when using this template:
| Asset | License | Link |
|---|---|---|
| Bootstrap 5 | MIT | getbootstrap.com |
| AOS (Animate On Scroll) | MIT | michalsnik.github.io/aos |
| Swiper | MIT | swiperjs.com |
| Remix Icon | Apache 2.0 | remixicon.com |
| Plus Jakarta Sans | SIL Open Font License | Google Fonts |
| Animate.css | MIT | animate.style |
| Vanilla Tilt | MIT | vanilla-tilt.js |
Thank you for choosing Devanshu AI. For support, please refer to the marketplace where you purchased this template.