Template Tailwind 1 page MIT
Krat Adventure Wilderness
A cinematic wilderness landing page inspired by premium outdoor editorial campaigns, combining oversized typography, saturated photography, asymmetrical adventure cards, field-note details, and a deep navy palette.
- Tailwind
- HTML
- cinematic-editorial
- Pages
- 1 page
- Stack
- Tailwind CSS + HTML
- Theme
- Dark only
- Responsive
- Yes
- Files
- 5
- 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.
devsnips.dev/templates/tailwind/krat-adventure/ 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.
- cinematic full-screen hero with oversized editorial typography
- asymmetrical three-card adventure grid
- responsive field-notes editorial section
- featured expedition image with route statistics
- staggered journal cards
- full-screen navigation overlay
- scroll progress indicator and subtle hover motion
- mobile-first layouts from 320px through 1920px+
- semantic HTML, keyboard focus states, skip link, alt text, and reduced-motion support
- no build step required; Tailwind CSS CDN
Technical
Stack, scripts, structure.
Everything you need to know before you install.
root 4
-
AGENTS.mddoc -
metadata.jsonconfig -
preview.htmlpreview -
README.mddoc
pages/ 1
-
index.htmlcode
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.
npx devsnips add Tailwind/Templates/krat-adventure Tailwind/Templates/krat-adventure 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 "Krat Adventure Wilderness" (Tailwind/Templates/krat-adventure) 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/krat-adventure"). Otherwise run npx devsnips add Tailwind/Templates/krat-adventure 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.
devsnips://templates/krat-adventure The same path the CLI, MCP server and Skills resolve — one registry, one resource URI.
Source
Read it before you ship it.
The README, manifest and entry document — verbatim, straight from the registry.
# Krat — Adventure Wilderness Template
A premium cinematic wilderness landing page built with Tailwind CSS. The visual direction follows the supplied reference: deep navy canvas, saturated blue surfaces, warm orange/yellow imagery, oversized display type, small technical labels, generous negative space, and an intentionally asymmetric editorial grid.
## Structure
```text
krat-adventure/
├── pages/
│ └── index.html
├── preview.html
├── metadata.json
└── README.md
```
There are no local asset, CSS, or JavaScript directories. Tailwind is loaded through the CDN; photography is referenced from fixed Unsplash image URLs and interaction code is scoped to the page. `preview.html` is the template gallery shell (overview + sections index + design-system summary); `pages/index.html` is the live single-page site.
## Design language
- Deep navy `#070A38` foundation
- Electric royal-blue surfaces
- Warm sun-yellow and ember-orange accents
- Space Grotesk display typography with Inter body copy
- JetBrains Mono for technical labels and metadata
- Oversized editorial headings and strong vertical rhythm
- Asymmetrical adventure cards with staggered positioning
- Cinematic image overlays rather than conventional cards
- Full-screen navigation overlay
- Fine rules, coordinates, route numbers, and field-note metadata
## Sections
| Section | Purpose |
| --- | --- |
| Hero | Full-screen campaign introduction with oversized KRAT wordmark |
| Adventures | Three staggered route cards |
| The Wild | Editorial image/text feature section |
| Expedition | Featured expedition with statistics |
| Journal | Three staggered field-note articles |
| CTA | Large conversion section |
| Footer | Minimal navigation and location metadata |
## Responsive & accessibility
The page is mobile-first and designed from 320px through 1920px+. Desktop compositions use asymmetric grids and staggered cards; mobile switches to a deliberate vertical editorial flow. It includes semantic landmarks, a skip link, labelled navigation controls, visible keyboard focus, descriptive image alt text, an accessible menu button, Escape-to-close behavior, and reduced-motion support.
## Usage
Open `index.html` directly or serve the directory with a static server. No build step is required. # AGENTS.md — Krat Adventure Wilderness
Guidance for an AI agent adapting this template. Read this before editing.
## What this template is
A premium cinematic wilderness landing page built with Tailwind CSS. The visual direction follows a supplied reference: deep navy canvas, saturated blue surfaces, warm orange/yellow imagery, oversized display type, small technical labels, generous negative space, and an intentionally asymmetric editorial grid.
## Design system
Deep navy `#070A38` foundation, electric royal-blue surfaces, warm sun-yellow and ember-orange accents, Space Grotesk display type + Inter body copy, JetBrains Mono technical labels/metadata, oversized editorial headings, asymmetrical adventure cards with staggered positioning, cinematic image overlays, a full-screen navigation overlay, fine rules, coordinates, route numbers and field-note metadata.
## File layout
```
krat-adventure/
├── pages/
│ └── index.html # Live single-page site
├── preview.html # Template gallery shell (overview + sections index)
├── metadata.json
└── README.md
```
No local asset, CSS, or JavaScript directories. Tailwind is loaded through the CDN; photography is referenced from fixed Unsplash image URLsand interaction code is scoped to the page..
## Sections
Hero (full-screen campaign introduction with oversized KRAT wordmark), Adventures (three staggered route cards), The Wild(editorial image/text feature), Expedition(featured expedition with statistics), Journal(three staggered field-note articles), CTA(large conversion section), Footer(minimal navigation and location metadata).
## How to adapt it
1. **Swap the destination**: replace the KRAT product copy, Unsplash photography URLs, routes, journal entries and statistics.
2. **Re-theme**: edit the color values in the page's inline `tailwind.config` (navy/blue/warm accent ramp).
3. **Add a section**: add a `<section>` to `pages/index.html` with matching editorial rhythm; keep the full-screen navigation overlay pattern.
## Do not
- Do not introduce a framework or local asset directories;the template is CDN + Unsplash by design.
## Quality bar
Semantic landmarks, a skip link, labelled navigation controls, visible keyboard focus, descriptive image alt text, an accessible menu button, Escape-to-close behavior, reduced-motion support. Validate with `python3 scripts/tooling/validators/validate.py` after changes.