Template Tailwind 11 pages MIT

AI SaaS Platform

  • Tailwind
  • editorial-warm-saas
Pages
11 pages
Stack
Tailwind
Theme
Light only
Responsive
Yes
Files
34
License
MIT

Preview

The whole site, live.

Scroll inside the frame, switch viewports, or open the raw preview in a new tab — it is the same file the CLI installs.

Interactive preview
New tab
devsnips.dev/templates/tailwind/ai-saas-platform/
iPhone 390 × 844
Fluid 320 → 1920
Tailwind/Templates/ai-saas-platform Responsive · Light only · MIT

What's inside

Everything the folder ships.

Straight from the registry's metadata — every line maps to a file you can open in the source tabs below.

Technical

Stack, scripts, structure.

Everything you need to know before you install.

Stack
Framework Tailwind
Pages 11
Theme Light only
Style editorial-warm-saas
Files 34

root 4

  • AGENTS.md doc
  • metadata.json config
  • preview.html preview
  • README.md doc

assets/ 15

  • icons/ai.svg asset
  • icons/bolt.svg asset
  • icons/chart.svg asset
  • icons/check.svg asset
  • icons/clock.svg asset
  • icons/grid.svg asset
  • icons/integrations.svg asset
  • icons/logo.svg asset
  • icons/shield.svg asset
  • icons/users.svg asset
  • illustrations/orb.svg asset
  • images/dashboard-mockup.svg asset
  • images/og-image.svg asset
  • images/workflow-mockup.svg asset
  • placeholders/avatar.svg asset

components/ 4

  • buttons.html code
  • footer.html code
  • navbar.html code
  • reusable-ui.html code

pages/ 11

  • blog-post.html code
  • blog.html code
  • customers.html code
  • dashboard.html code
  • docs.html code
  • features.html code
  • index.html code
  • integrations.html code
  • login.html code
  • pricing.html code
  • signup.html code

Install

One command, whole folder.

Pulls the template into your project through the DevSnips CLI. The registry path below is stable across the CLI, MCP server and Skills.

terminal · npm
npx devsnips add Tailwind/Templates/ai-saas-platform
registry path Tailwind/Templates/ai-saas-platform 34 files

AI-ready

Hand the whole job to your agent — Cursor, Cline, Claude Code or Windsurf. One prompt installs the template, fixes the theme toggle, optimises it and reshapes it for what you are building.

Scaffold the DevSnips template "AI SaaS Platform" (Tailwind/Templates/ai-saas-platform) into this project, then audit, fix and tailor it.

1. Install — if the DevSnips MCP server is connected, fetch the resource with get_resource(id="Tailwind/Templates/ai-saas-platform"). Otherwise run npx devsnips add Tailwind/Templates/ai-saas-platform and install the dependencies the template declares.

2. Audit — check the template end to end before changing anything: theme toggling (dark/light), responsive behaviour, accessibility, unused files and assets.

3. Fix — repair what the audit found, starting with the theme toggle: it must persist across reloads, never flash the wrong theme on first paint, and every component must read the same tokens in both modes.

4. Optimise and adapt — trim what the site does not need, then customise the template for the product being built here: replace the placeholder branding, copy, imagery, navigation and routes so it reads as this project rather than as a demo.

Source

Read it before you ship it.

The README, manifest and entry document — verbatim, straight from the registry.

README.md
# AI SaaS Platform — Multi-Page Tailwind Template

A premium, production-ready multi-page website template for an AI SaaS startup. Built with **Tailwind CSS only** (via CDN), vanilla HTML, and scoped vanilla JS. No frameworks, no build step.

Brand used in the template: **Nexus AI** — a fictional unified AI inference platform.

## Design language

A quiet, editorial, light-mode-first design:

- Warm paper background (`#F9F7F4`) with a refined neutral ink ramp (`#1C1917` → `#78716C`)
- A single terracotta accent (`#E07A5F` / `#C85D42`) — used sparingly for CTAs, active states, and emphasis
- Fraunces (display serif) + Inter (body) typography; oversized, tight-tracked, balanced headlines
- White cards, 1px hairline borders (`rgba(28,25,23,0.08)`), restrained soft shadows — no gradients as a primary visual language
- Subtle scroll-reveal, marquee, and float animations (all `prefers-reduced-motion` safe)
- Consistent spacing system and visual hierarchy across every page

## Structure

```
ai-saas-platform/
├── pages/
│   ├── index.html          # Landing: hero, logos, features, workflow, bento, integrations, testimonials, metrics, pricing, FAQ, CTA
│   ├── features.html       # Feature hero, capability grid, detailed sections, comparison table, CTA
│   ├── integrations.html   # Integration hero, ecosystem grid, API + SDK section, CTA
│   ├── pricing.html        # Pricing hero, plans (billing toggle JS), comparison table, enterprise, FAQ
│   ├── customers.html      # Customer hero, metrics, featured case study, testimonials, brand showcase, CTA
│   ├── blog.html           # Blog hero, featured article, categories, article cards, newsletter
│   ├── blog-post.html      # Article header, author, reading area, tags, related articles
│   ├── docs.html           # Docs layout: sidebar nav, search bar, code blocks, on-this-page TOC
│   ├── login.html          # Split-screen auth: branding panel + email/password + social login
│   ├── signup.html         # Split-screen: benefits panel + registration form + social signup
│   └── dashboard.html      # App UI: sidebar, top nav, analytics cards, charts, model mix, activity, cost
├── components/
│   ├── navbar.html         # Sticky paper navbar + mobile menu (scoped JS)
│   ├── footer.html         # Brand, link columns, newsletter, social, legal bar
│   ├── buttons.html        # Button system: terracotta primary, dark-ink solid, outline, ghost, pill badge, link-with-arrow
│   └── reusable-ui.html    # Eyebrow, accent headline, paper card, stat, avatars, marquee, accordion
├── assets/
│   ├── icons/              # logo.svg + feature icons (ai, chart, shield, grid, integrations, bolt, users, clock, check)
│   ├── images/             # dashboard-mockup.svg, workflow-mockup.svg, og-image.svg
│   ├── illustrations/      # orb.svg (gradient orb illustration)
│   └── placeholders/       # avatar.svg
├── preview.html            # Template gallery / index of all 11 pages
├── metadata.json
└── README.md
```

## Pages

| # | Page | Purpose |
|---|------|---------|
| 01 | Home | Complete SaaS landing experience |
| 02 | Features | AI capabilities, comparison, CTA |
| 03 | Integrations | App ecosystem + developer API |
| 04 | Pricing | Plans, billing toggle, comparison, FAQ |
| 05 | Customers | Stories, case study, metrics |
| 06 | Blog | Featured article + cards + newsletter |
| 07 | Blog post | Article layout + author + related |
| 08 | Docs | Sidebar nav + search + code blocks |
| 09 | Login | Split-screen authentication |
| 10 | Signup | Registration with benefits |
| 11 | Dashboard | Matching application UI |

## Usage

1. Open `preview.html` to browse the whole template.
2. Open `pages/index.html` for the marketing home page. All internal links are relative and work when served from the folder.
3. The `components/` files are reference snippets — copy individual blocks into your own pages. They are not server-included; each page is self-contained static HTML.

Serve the folder with any static server, e.g.:

```bash
python3 -m http.server
# then visit http://localhost:8000/Tailwind/Templates/ai-saas-platform/preview.html
```

## Interactivity (vanilla JS, scoped)

- **Navbar mobile menu** — `data-navbar` / `data-nav-toggle` / `data-mobile-menu`, toggles `aria-expanded`.
- **Accordion** — `data-accordion` + `data-accordion-item`, CSS-grid `grid-rows-[0fr]↔[1fr]` animation, single-open via `data-single-open`, chevron rotation.
- **Pricing billing toggle** — `data-billing` switches monthly/yearly price + period text.
- **Scroll reveal** — `[data-reveal]` elements fade-up via `IntersectionObserver` (graceful fallback if unsupported).

## Responsive & accessibility

- Mobile / tablet / desktop layouts throughout.
- Semantic HTML (`header`, `nav`, `main`, `section`, `article`, `aside`, `figure`, `footer`).
- ARIA labels, `aria-expanded` on toggles, `role="tablist"` on filter groups, focus-visible rings on interactive elements.
- `prefers-reduced-motion` respected for dashboard chart animations.

## Tech

- Tailwind CSS via CDN (`https://cdn.tailwindcss.com`)
- Google Fonts: Fraunces (display) + Inter (body)
- Pure HTML + scoped vanilla JS. No React/Vue/Bootstrap/DaisyUI/Flowbite.

## Customization

- Swap the brand name/mark, copy, and colors to fit your product.
- The palette lives inline in the per-page `tailwind.config` (`paper` / `ink` / `terracotta` ramp). Adjust those values to retheme every page at once.
- Replace SVG placeholders in `assets/` with real product screenshots when ready.
102 lines UTF-8 · LF