Skip to main content

Welcome to Ever Works Minimal Template

· One min read

We're excited to introduce the Ever Works Minimal Directory Web Template — a lightweight, AI-optimized Astro template for building directory websites.

What is it?

A minimal, static-rendered Astro template designed as an intentionally blank canvas with headless, composable building blocks. AI agents assemble and style these components into complete directory websites.

Key Features

  • Static-first with optional ISR — Astro 6 with output: 'static' + @astrojs/vercel ISR adapter by default; opt out with ENABLE_ISR=false for pure static output
  • Plugin architecture — Almost every feature is a plugin that can be enabled/disabled
  • Git-first data — Content stored in YAML files within Git repositories
  • Headless components — Unstyled building blocks ready for AI customization
  • Extreme performance — Zero unnecessary JS, Astro islands architecture

Get Started

git clone https://github.com/ever-works/directory-web-minimal-template
cd directory-web-minimal-template
pnpm install
pnpm dev

Check out the documentation for more details.