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.

Interactive preview
New tab
devsnips.dev/templates/tailwind/northline-atelier/
iPhone 390 × 844
Fluid 320 → 1920
Tailwind/Templates/northline-atelier Responsive · System · 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.

  • 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.

Stack
Framework Tailwind CSS
Language HTML
Pages 4
Theme System
Style soft-modern
Files 8

root 4

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

pages/ 4

  • contact.html code
  • index.html code
  • projects.html code
  • studio.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/northline-atelier
registry path Tailwind/Templates/northline-atelier 8 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 "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.

Source

Read it before you ship it.

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

README.md
# 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.
46 lines UTF-8 · LF