Skip to content

Documentation

Last update: August 20, 2026

Everything you need to go from git clone to a deployed production website - written guides for every step, with video tutorials to match. Docs are expanding ahead of launch; founding members get each new guide and video first.

What Amrify Is

Amrify is a production-grade website boilerplate delivered as a monorepo:

  • Framework: Astro 7 (static generation) + SolidJS (interactive islands) + Tailwind CSS 4
  • Type safety: TypeScript throughout, with typed content schemas that catch content mistakes at build time - not in production
  • Structure: pnpm workspaces + Turborepo. Shared packages (layouts, SEO, UI, config) power every site; each site is a small app folder with its own config, content, and theme
  • Templates: ready-made niche templates - 10 production niches at launch (roofing, HVAC, plumbing, electrical, landscaping, cleaning, pressure washing, pest control, garage door, painting), with 30+ on the roadmap, all included as free updates
  • SEO + AI search: meta tags, sitemaps, canonical URLs, Open Graph, Schema.org structured data, llms.txt, and a city-page architecture for local rankings
  • Performance: static HTML, automatic WebP/AVIF image optimization, sub-second loads, 100/100 Lighthouse scores
  • Backend: AWS-first deploy tooling - S3 + CloudFront and a serverless contact-form API, the same setup our own live fleet runs on. The static output also deploys free to Vercel, Netlify, or Cloudflare Pages

One purchase covers all of it: every template, unlimited sites, lifetime updates.

Quickstart - The 60-Minute Build

This is the exact path shown in the launch video tutorial. Each step gets its own detailed guide.

  1. Get the code. Accept the private-repo invite from your account dashboard, then git clone and pnpm install.
  2. Pick your niche. Copy the niche template you need - say, roofing - into your new site folder. Every template ships with the service pages, sections, and schema its niche needs.
  3. Configure. Two JSON files hold your identity: business name, cities, services, phone, colors. Edit them by hand, run the interactive setup script - or skip to step 4 and let your AI editor do it.
  4. Let your AI take over. Open the project in Claude Code, Cursor, Copilot, or Windsurf. The bundled instructions and prompt kit walk your editor through configuration and content generation: service pages, city pages, FAQ, and about copy in your business voice.
  5. Preview. pnpm dev for a local preview. Content is markdown; settings are JSON; anything invalid fails the build with a clear message instead of breaking silently.
  6. Deploy. Push the static output to Vercel, Netlify, or Cloudflare Pages free - or run the included AWS deploy. Your site is live on a hosted URL inside the hour; point your custom domain at it whenever DNS is ready.

The AI Workflow

Amrify is built for AI-assisted development, not just tolerant of it:

  • CLAUDE.md and AGENTS.md ship in the repo. Your AI editor reads the project conventions, file map, and guardrails before touching anything.
  • The prompt kit covers the common jobs: initial niche setup, generating service pages, adding a city page, writing a blog post, changing the theme.
  • Typed content schemas mean the AI’s output is validated at build time - a wrong field or missing value is caught immediately with a readable error.
  • Plain-file architecture (markdown content, JSON config) keeps every change reviewable in a diff. No database, no admin panel, no hidden state.

A full video tutorial shows a complete site - configuration, content, deploy - built this way in under an hour.

Deploy Guides

  • Vercel / Netlify / Cloudflare Pages (free): connect the repo, set the build command, done. Static output means free tiers carry a production site comfortably.
  • AWS (included, production-grade): the tooling we run our own fleet on - S3 static hosting behind CloudFront, cache and redirect configuration, and a serverless contact-form API with spam filtering and email delivery. A typical site costs a few dollars a month.
  • Anything that serves files: the build output is plain HTML, CSS, and JS. If a host can serve a folder, it can serve your site.

Video Tutorials & Guides

Every major workflow gets both formats:

  • Video: the 60-minute full build, the AI workflow deep-dive, and per-step walkthroughs (configure, content, deploy).
  • Written: quickstart, configuration reference, content editing, theming with design tokens, adding pages and niches, SEO settings, and troubleshooting.

New tutorials are added continuously and announced on the changelog.

Roadmap

Amrify ships as a living product - owners get every update free:

  • More niche templates (professional services and digital business are the next waves)
  • More features and tooling across the boilerplate
  • More videos, more guides, and deeper AI workflows

Follow the changelog for what’s new, or join the founding list to get launch access and the founding price.

Questions?

Check the FAQ, try the free tools, speed-test the live showcase sites, or contact us - we reply within one business day.

Get Amrify Docs