KI-generierter Neubau von seetreff.ch — erstellt mit dem ÆON CopyCat Skill
This project is a CopyCat demo — the original seetreff.ch (a pizza & balkan restaurant in Erlenbach ZH) was automatically analyzed, cloned, and rebuilt from scratch using ÆON's CopyCat pipeline powered by local LLMs.
The rebuild is fully modern: Next.js 16, React 19, Tailwind CSS 4, TypeScript — with dark mode, mobile-first responsive design, and a side-by-side comparison page.
- 🍕 5 Seiten — Home, Pizza, Snacks, Getränke, Lageplan
- 🔄 Compare-Seite — Original vs. Rebuild side-by-side
- 🌙 Dark Mode — System-aware theme toggle
- 📱 Mobile-first — Responsive design throughout
- ⚡ Next.js 16 + React 19 + Tailwind CSS 4 + TypeScript
flowchart LR
A[🌐 URL] --> B[🔍 Recon]
B --> C[📸 Screenshots]
C --> D[📊 Lighthouse]
D --> E[🎨 Assets]
E --> F[📋 Spec]
F --> G[🤖 Build · LLM]
G --> H[👁️ Visual Diff]
H --> I[🔒 Security]
I --> J[🚀 Deploy]
style A fill:#f59e0b,color:#000
style G fill:#8b5cf6,color:#fff
style J fill:#10b981,color:#fff
graph TD
Layout[layout.tsx] --> Header[Header]
Layout --> Footer[Footer]
Layout --> TP[ThemeProvider]
TP --> TT[ThemeToggle]
Layout --> P1[Home]
Layout --> P2[Pizza]
Layout --> P3[Snacks]
Layout --> P4[Getränke]
Layout --> P5[Lageplan]
Layout --> P6[Compare]
P2 --> MT[MenuTable]
P3 --> MT
P4 --> MT
P1 --> PH[PageHeader]
style Layout fill:#0070f3,color:#fff
style TP fill:#8b5cf6,color:#fff
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| UI | React 19 |
| Styling | Tailwind CSS 4 |
| Language | TypeScript 5 |
| Deployment | Vercel |
| Pipeline | ÆON CopyCat (local LLMs) |
git clone https://github.com/iamaeon99/copycat-seetreff.git
cd copycat-seetreff
npm install
npm run devOpen http://localhost:3000.
src/
├── app/
│ ├── layout.tsx # Root layout with Header/Footer
│ ├── page.tsx # Home page
│ ├── globals.css # Global styles + Tailwind
│ ├── pizza/page.tsx # Pizza menu
│ ├── snacks/page.tsx # Snacks menu
│ ├── getraenke/page.tsx # Drinks menu
│ ├── lageplan/page.tsx # Location / map
│ └── compare/page.tsx # Original vs Rebuild
└── components/
├── layout/
│ ├── Header.tsx
│ ├── Footer.tsx
│ ├── ThemeProvider.tsx
│ └── ThemeToggle.tsx
└── ui/
├── PageHeader.tsx
└── MenuTable.tsx
| Metric | Score |
|---|---|
| Lighthouse Performance | 98/100 |
| Lighthouse Accessibility | 100/100 |
| Visual Diff Match | ~92% |
| Security Audit | ✅ Pass |
| Bundle Size | < 100 KB (First Load) |
| Aspect | seetreff.ch | CopyCat Rebuild |
|---|---|---|
| Framework | Static HTML | Next.js 16 |
| Dark Mode | ❌ | ✅ |
| Mobile | Partial | Full responsive |
| Performance | ~65 | ~98 |
| TypeScript | ❌ | ✅ |
| Accessibility | Limited | WCAG 2.1 AA |
Deployed automatically to Vercel:
npx vercel --prodLive: copycat-seetreff.vercel.app
MIT © 2026 Marcel Rapold
Built by ÆON · CopyCat Pipeline