Landing Website Overview
URLs
- Public home:
https://marketplace-landing.digitizweb.com/ - Login:
https://marketplace-landing.digitizweb.com/login - Registration:
https://marketplace-landing.digitizweb.com/sign-up - Pricing:
https://marketplace-landing.digitizweb.com/pricing
Summary
The landing site is a German-first wedding marketplace storefront branded as HOCHZEITSFLOHMARKT. It mixes marketplace discovery, user onboarding, and subscription upsell flows.Detected Stack
- Frontend: Next.js app-router style build (
/_next/...RSC endpoints observed) - Backend/API:
https://marketplace-backend.digitizweb.com - Auth model: cross-subdomain SPA auth via Laravel Sanctum-style CSRF/session flow
- Dashboard frontend: separate Vite SPA on
marketplace-dashboard.digitizweb.com
Home Page Structure
- Header with language switcher (
DE,EN), login, new listing CTA, radius search - Hero section with category shortcuts:
- Bride
- Groom
- Decoration
- Jewelry & Accessories
- Dienstleister
- Venues
- Other
- Marketplace stats block
- Featured listings carousel
- New listings grid
- “Jetzt verkaufen” seller CTA block
- General marketplace explanation / trust flow
- Footer with legal/static links and outbound MyHochzeit links
- Announcement modal shown on load
Notable Content/Behavior
- Public listing discovery is fully enabled without login.
- Listing and category pages are linked directly from the home page.
- “Neue Anzeige” sends anonymous users to login with a
nextredirect. - Announcement modal contains migration messaging about the platform being rebuilt and users resetting passwords.
Registration Page
Registration is pricing-aware.- Entry route:
/signup - The first view presents plan selection / pricing
- Plan query variants change the registration form:
/signup?plan=1/signup?plan=2/signup?plan=3
- Full submission was not executed, but the route behavior clearly changes by selected plan
Pricing Page
The pricing page is shared between public and authenticated flows.- Private plan is presented as free.
- Business tiers are presented as paid subscription upgrades.
- Authenticated dashboard users hitting
/pages/pricingare redirected to the landing pricing page with anextparameter.
Technical Notes
- Repeated console warning on the public site: geolocation attempt failure.
- Anonymous visits to auth-aware pages trigger expected
401calls before login state is established.
Screenshots
docs/screenshots/landing-home.pngdocs/screenshots/landing-home-mobile.pngdocs/screenshots/landing-login.pngdocs/screenshots/landing-sign-up.pngdocs/screenshots/landing-pricing.png
Visual Reference
