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

  1. Header with language switcher (DE, EN), login, new listing CTA, radius search
  2. Hero section with category shortcuts:
    • Bride
    • Groom
    • Decoration
    • Jewelry & Accessories
    • Dienstleister
    • Venues
    • Other
  3. Marketplace stats block
  4. Featured listings carousel
  5. New listings grid
  6. “Jetzt verkaufen” seller CTA block
  7. General marketplace explanation / trust flow
  8. Footer with legal/static links and outbound MyHochzeit links
  9. 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 next redirect.
  • 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/pricing are redirected to the landing pricing page with a next parameter.

Technical Notes

  • Repeated console warning on the public site: geolocation attempt failure.
  • Anonymous visits to auth-aware pages trigger expected 401 calls before login state is established.

Screenshots

  • docs/screenshots/landing-home.png
  • docs/screenshots/landing-home-mobile.png
  • docs/screenshots/landing-login.png
  • docs/screenshots/landing-sign-up.png
  • docs/screenshots/landing-pricing.png

Visual Reference

Landing home Landing mobile view Signup pricing flow