Initial commit: specs and assets

This commit is contained in:
Tom Roth
2026-07-17 13:37:45 +02:00
parent 8101bfc69f
commit 6bd990e4a0
55 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
# Diana Website — Specification Overview (v1)
## Purpose
Build a **mobile-first, SEO-friendly, static website** for Diana (handywoman) that primarily **converts visitors into qualified quote requests**.
This document is the navigation map for the specification set.
## Goals
1. **Generate qualified leads** via a lightweight quote/contact form.
2. Communicate Dianas differentiation: **trustworthy, easy to work with, female handyman/handywoman**, strong **project coordination/mediation** skills.
3. **SEO-first information architecture**: separate service pages with clear local relevance (San Francisco + 50-mile radius).
4. **Fast, mobile-first UX** (Core Web Vitals friendly, readable, tap-target safe).
## Non-goals / Out of scope (v1)
- Blog
- Booking / calendar scheduling
- Payments
- Deployment/infrastructure work beyond “static site served behind Caddy reverse proxy”
## Key constraints
- Language: **English**.
- Site type: **static website**.
- Content updates expected to be infrequent (maintained by owner/you).
- Form should be **lightweight** (no file uploads in v1).
## Primary user flows
1. Visitor lands on Home page → scans credibility/services → taps **Request a Quote** → submits form.
2. Visitor lands on a Service page (SEO) → sees whats included + service area + CTA → submits form.
3. Visitor checks About / Testimonials for trust → CTA → submits form.
## Intended information architecture (high level)
- Home
- Services (hub)
- Service detail pages (one per service)
- About Diana
- Testimonials
- Contact / Request a Quote
## Specification documents
### Core specs (Phase 2)
- `00-overview.md` (this file)
- `01-requirements.md`
- `02-architecture-decisions.md`
- `99-open-questions.md`
### Themed specs (Phase 3 — planned)
- `33-frontend-spec.md` — pages, components, UX, mobile-first design, conversion flow
- `37-seo-content-spec.md` — page structure, metadata, schema.org, sitemap/robots, content requirements per page
- `38-lead-capture-spec.md` — form fields, validation, spam protection, delivery/routing, confirmation UX
(If a themed spec requires an architectural decision, it will be captured in `02-architecture-decisions.md`. If uncertainty remains, it will be captured in `99-open-questions.md`.)