feat: build juozas auto site

This commit is contained in:
9a0ffedc5b31823b
2026-05-02 22:32:02 +00:00
parent c44b6fa229
commit 5c47bdecb6
48 changed files with 9005 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
# Juozas Auto Implementation Plan
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
**Goal:** Build a production-ready Astro and Tailwind static website for Juozas Auto.
**Architecture:** Use Astro content collections for cars, small server-rendered components for layout and SEO, and one lightweight client gallery script. Keep configuration, Lithuanian strings, formatting utilities, and schema helpers separate so listing pages stay simple.
**Tech Stack:** Astro 4, TypeScript, Tailwind CSS, Astro Image, content collections, Vitest, static Vercel output.
---
## Tasks
- [ ] Scaffold Astro, Tailwind, sitemap, TypeScript, Vitest, and base config.
- [ ] Add formatting, slug, excerpt, contact, and JSON-LD utilities with tests.
- [ ] Add car content schema and three example listings with local photos.
- [ ] Build shared layout, header, footer, SEO, Meta Pixel, JSON-LD, and contact components.
- [ ] Build homepage, listing pages, about, contact, robots, and Meta CAPI stub.
- [ ] Add styling tokens, responsive layout, gallery behavior, and accessibility polish.
- [ ] Update README and run full verification: tests, build, and 375px browser inspection.