Zynapse v1 ist eine brands-first Marketing-Site für AI-Marketingkampagnen mit zwei klaren Onramps:
- Brand Inquiry Wizard für Brands mit Kampagnenbedarf
- Application Flow für AI-Kreative und Spezialist:innen im kuratierten Netzwerk
Die v1 verkauft kein Tool und keinen offenen Creator-Marktplatz, sondern ein koordiniertes Ergebnis:
- Brands kommen mit Briefing, Ziel, Offer und Budget
- Zynapse kuratiert das passende Spezialist:innen-Setup
- Daraus entstehen lean koordinierte Kampagnen-Setups mit Varianten, Review und Handover
- Nicht: generische AI-Video-Plattform
- Nicht: offener Creator-Marktplatz
- Nicht: klassischer Agentur-Overhead
- Sondern: kuratiertes Netzwerk plus orchestrierter Kampagnenfluss
pnpmNext.js 16App RouterReact 19Tailwind CSS 4react-hook-form+zodVitest+Playwright
pnpm install
pnpm devOpen http://localhost:3000.
Copy .env.example to .env.local and set the values you actually need.
Example:
cp .env.example .env.localNEXT_PUBLIC_SITE_URLNEXT_PUBLIC_ANALYTICS_IDINTAKE_WEBHOOK_URLNOTIFY_EMAILTURNSTILE_SITE_KEYTURNSTILE_SECRET_KEY
If INTAKE_WEBHOOK_URL is not set, intake submissions are accepted and logged server-side as a safe fallback for local and preview verification.
pnpm lint
pnpm test
pnpm build
pnpm test:e2esrc/app/*: pages, route handlers, metadata routessrc/components/*: layout, UI primitives, marketing sections, form flowssrc/lib/*: content, validation, intake adapters, SEO helpers, utilitiessrc/types/*: public types for site content and intake payloadstests/e2e/*: browser coverage for key user pathsdocs/*: aktive Messaging-, Launch- und Operating-Notes