From e0953465227afe6220b5fa6725dd1d9a71d8e737 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Dec 2025 18:47:03 +0100 Subject: [PATCH] Add CLAUDE.md documentation --- CLAUDE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..b70d65a --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,31 @@ +# SunHouse Landingpage + +Landingpage für SunHouse Tour - energieautarkes Musterhaus in Tirol. + +## Tech Stack +- Vite + React + TypeScript +- Tailwind CSS +- React Router + +## Seiten +- `/` - Hauptseite mit Hero, Features, Testimonials, Pricing +- `/danke` - Danke-Seite nach Stripe-Zahlung +- `/impressum` - Impressum (Institut für Nachhaltigkeit) + +## Stripe Payment Links (Test) +- Solo (49€): `https://buy.stripe.com/test_4gw8Af7zGdHX6XKcMM` +- Duo (79€): `https://buy.stripe.com/test_00g4jZ4nu6fv4PC3cd` +- Gruppe (99€): `https://buy.stripe.com/test_cN2g2HgacdHX12q8wz` + +Success URL: `https://booking.samsrv.site/book/{CHECKOUT_SESSION_ID}` + +## Deployment +- Domain: `tour.sunhouse.energy` +- Coolify: Static Site mit Dockerfile +- Git: `git.samsrv.site/samsrv/sunhouse-landingpage` + +## Commands +```bash +npm run dev # Development +npm run build # Production build +```