Autonomous Go CLI & UX design engine generating high-end, animated Anti-AI-Slop landing page previews.
Powered by Tailwind CSS, GSAP 3.x, Lenis smooth scrolling, and automated design audit passes.
Installation • Features • Presets • Audit Engine
- Anti-AI-Slop Aesthetics:
- Asymmetrical 2-column hero layouts.
- Border-separated service list rows (strictly NO generic 3-card icon grids).
- Paired Google Fonts (
Plus Jakarta Sansfor headings,OutfitorInstrument Sansfor body text). - Zero raw
#000000/#ffffffinline colors—uses warm tinted neutrals (slate-950/zinc-100).
- Interactive Micro-Animations:
- Lenis smooth scroll (
autoRaf: true). - GSAP ScrollTrigger reveals (staggered opacity/transform-y entries).
- Lenis smooth scroll (
- Automated Impeccable Design Quality Audit Pass (
pkg/checker):- Validates Lenis/GSAP script synchronization, mobile viewport meta tags, custom Google Fonts links, valid phone CTA links (
href="tel:..."), and color safety before writing HTML to disk.
- Validates Lenis/GSAP script synchronization, mobile viewport meta tags, custom Google Fonts links, valid phone CTA links (
luxury_dark(Default): Dark glassmorphism, violet/cyan glows, Plus Jakarta Sans + Outfit.warm_editorial: Dark espresso background, warm amber accents, Instrument Sans.clean_architect: Deep slate background, sky blue accents, architectural grid lines.
go install github.com/spencer-life/mock-snap@latestnpx skills add spencer-life/mock-snapmock-snap --input "<path_to_leads.json>" [flags]| Flag | Short | Description | Default |
|---|---|---|---|
--input |
-i |
Path to leads JSON file | Required |
--output-dir |
-o |
Output directory for HTML previews | ./previews |
--style |
-s |
Theme preset (luxury_dark, warm_editorial, clean_architect) |
luxury_dark |
mock-snap --input /home/mlpc/dev/local-prospect/leads.json --output-dir ./previews --style luxury_darkRun the Go test suite:
go test -v ./...