LaunchIQ Docs

Documentation and setup guide

LaunchIQ is a multipurpose HTML template for AI SaaS products, startups, fintech apps, dashboards, analytics tools, agencies, and digital businesses. This guide covers installation, file structure, customization, credits, and support workflow.

Introduction

Open preview.html to browse all homepage demos. Use index.html as the main landing page or start from any niche demo such as demo-ai.html, demo-crm.html, or demo-fintech.html.

Installation

  1. Extract the LaunchIQ package.
  2. Open any HTML file directly in your browser for local preview.
  3. Upload all files to your hosting environment for deployment.
  4. Keep relative folder paths intact for CSS, JS, and images.

File structure

LaunchIQ/
├── index.html
├── preview.html
├── demo-ai.html
├── demo-startup.html
├── demo-crm.html
├── demo-fintech.html
├── demo-agency.html
├── demo-analytics.html
├── demo-edtech.html
├── demo-dark.html
├── about.html
├── pricing.html
├── blog.html
├── blog-details.html
├── contact.html
├── login.html
├── signup.html
├── forgot-password.html
├── terms.html
├── privacy.html
├── 404.html
├── documentation/
├── marketplace-assets/
└── assets/
    ├── css/
    ├── js/
    ├── images/
    └── scss/

SCSS editing

style.scssMain SCSS entry point that imports all partials.
_variables.scssColor tokens, radii, shadows, spacing foundations.
_base.scssReset and global typography rules.
_components.scssButtons, cards, badges, form inputs, widgets.
_layout.scssHeader, hero, sections, grids, footer, and page layout rules.
_responsive.scssBreakpoint-specific adjustments for tablet and mobile.

Customization

  • Update brand text in the header and footer across all pages.
  • Replace assets/images/logo.svg and favicon.svg with your own brand files.
  • Swap demo SVGs or screenshot images in hero sections and preview cards.
  • Edit theme colors in assets/scss/_variables.scss and recompile.
  • Keep nav links aligned when duplicating or removing pages.

Forms and authentication

All forms in LaunchIQ are frontend UI only. Connect them to your backend, CMS, or form provider of choice before production use.

Marketplace assets

The marketplace-assets folder includes a ThemeForest-style thumbnail, preview image, widescreen banner, and six screenshots that can be adapted for your listing.

Credits

  • Inter font from Google Fonts.
  • Custom demo SVGs and listing graphics generated for LaunchIQ.

Support

When handling support requests, ask buyers for the product version, affected page, browser/device, and a screenshot or screen recording showing the issue.