Template Tailwind 4 pages MIT
Northline Atelier Architecture Studio
A premium four-page architecture studio template pairing an editorial grid with warm neutrals, quiet typography, generous whitespace, and restrained interactions. Built as a responsive Tailwind CSS site without local assets.
- Tailwind
- HTML
- soft-modern
- Pages
- 4 pages
- Stack
- Tailwind CSS + HTML
- Theme
- System
- Responsive
- Yes
- Files
- 8
- 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/northline-atelier/ 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.
- 4 connected pages sharing one Soft Modern design system
- editorial home page with featured project and studio metrics
- responsive project archive with category filters
- studio page with practice principles and team profiles
- contact page with project enquiry form and studio details
- inline SVG project diagrams and architectural motifs
- mobile-first layouts from 320px through 1920px+
- semantic HTML, accessible labels, focus states, and reduced-motion support
Technical
Stack, scripts, structure.
Everything you need to know before you install.
root 4
-
AGENTS.mddoc -
metadata.jsonconfig -
preview.htmlpreview -
README.mddoc
pages/ 4
-
contact.htmlcode -
index.htmlcode -
projects.htmlcode -
studio.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/northline-atelier Tailwind/Templates/northline-atelier 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 "Northline Atelier Architecture Studio" (Tailwind/Templates/northline-atelier) 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/northline-atelier"). Otherwise run npx devsnips add Tailwind/Templates/northline-atelier 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/northline-atelier 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.
# Northline Atelier — Architecture Studio Template
A premium four-page architecture studio website built with Tailwind CSS, semantic HTML, inline SVG, and small scoped vanilla JS where interaction is useful. The visual direction is **Soft Modern**: warm paper tones, quiet charcoal type, thin rules, editorial grids, restrained rounded corners, and generous whitespace.
## Structure
```text
northline-atelier/
├── pages/
│ ├── index.html # Home, featured project, practice overview, selected work
│ ├── projects.html # Project archive with category filters
│ ├── studio.html # Studio profile, principles, team, capabilities
│ └── contact.html # Enquiry form, studio details, process
├── preview.html # Template gallery shell: overview + pages index + design-system summary
├── metadata.json
└── README.md
```
There are no `assets/`, `css/`, `js/`, or `images/` directories. Visual details use Tailwind utilities, CSS shapes, gradients, and inline SVG.
## Design language
- Soft warm background: `#F5F2EC`
- Ink: `#20201D`; muted text: `#77746C`
- Fine borders instead of heavy cards
- Serif display headlines paired with a clean sans-serif body
- Large editorial whitespace and asymmetric grids
- Restrained olive accent used for active states and small highlights
- Subtle image-like architectural drawings made with inline SVG
## Pages
| Page | Purpose |
| --- | --- |
| Home | Studio introduction, featured project, selected work, approach and CTA |
| Projects | Filterable project archive with categories and project metadata |
| Studio | Practice story, principles, capabilities and team |
| Contact | Project enquiry form, process, contact details and studio hours |
## Responsive & accessibility
The layout is mobile-first and designed for 320px through 1920px+. Grids intentionally change composition at breakpoints rather than simply stacking. Navigation becomes a compact menu on smaller screens, forms remain touch-friendly, and long project titles wrap without overflow. Pages use semantic landmarks, visible keyboard focus, labelled form controls, descriptive SVG titles, and reduced-motion handling.
## Usage
Open any file in `pages/` directly or serve the template with a static server. Tailwind is loaded through the CDN, so no build step is required. # AGENTS.md — Northline Atelier Architecture Studio
Guidance for an AI agent adapting this template. Read this before editing.
## What this template is
A premium four-page architecture studio website built with Tailwind CSS, semantic HTML, inline SVG,and small scoped vanilla JS where interaction is useful. The visual direction is **Soft Modern**: warm paper tones, quiet charcoal type, thin rules, editorial grids, restrained rounded corners,and generous whitespace.
## Design system
Soft warm background `#F5F2EC`, ink `#20201D`, muted text `#77746C`, fine borders instead of heavy cards, serif display headlines paired with a clean sans-serif body, large editorial whitespace and asymmetric grids, a restrained olive accent used for active states and small highlights, subtle image-like architectural drawings made with inline SVG.
## File layout
```
northline-atelier/
├── pages/
│ ├── index.html # Home: studio introduction, featured project, selected work, approach, CTA
│ ├── projects.html # Filterable project archive with categories
│ ├── studio.html # Practice story, principles, capabilities, team
│ └── contact.html # Enquiry form, process, contact details, studio hours
├── preview.html # Template gallery shell
├── metadata.json
└── README.md
```
No `assets/`, `css/`, `js/`, or `images/` directories — visual details use Tailwind utilities, CSS shapes, gradients,and inline SVG.
## How to adapt it
1. **Swap the studio**: replace the Northline brand, projects, team profiles, principles and copy across the pages.
2. **Re-theme**: edit the color values in each page's inline `tailwind.config` (warm paper/ink/olive ramp), keeping one restrained accent.
3. **Add a page**: duplicate a `pages/*.html`, keep the shared navbar + footer,and swap the `<main>` content. Register it in `preview.html`'s page index.
## Do not
- Do not introduce a framework, a build step, or heavy card styling—the fine-border editorial grid is the design language..
- Do not replace the restrained olive accent with a saturated or neon color.
## Quality bar
Semantic landmarks, visible keyboard focus, labelled form controls, descriptive SVG titles, reduced-motion handling, mobile-first responsiveness from 320px through 1920px+. Validate with `python3 scripts/tooling/validators/validate.py` after changes.