# Momentshare Momentshare is a QR-code photo and video sharing platform for weddings, parties, and other events. Guests scan a QR code (or follow a direct link) to upload photos and videos to a single shared event gallery — no app installation required. Hosts get all the media in one place: either via their own Google Drive (Basic) or with unlimited storage, a live slideshow, and faster uploads (Premium). Pricing is a one-time fee per event, no subscription. The site is operated by a Dutch team and is available in English, Nederlands, Español, Français, and Deutsch. ## Key pages - [How it works](https://momentshare.io/how-it-works): Set up a photo-sharing event in minutes; share a QR code with guests and collect all media in one place. - [Pricing](https://momentshare.io/prices): Basic (via Google Drive) and Premium (unlimited storage, slideshow, faster uploads). One-time fee per event. - [Reviews](https://momentshare.io/reviews): Verified Trustpilot reviews from hosts who used Momentshare at their wedding or party. - [About](https://momentshare.io/about): Founders and background of Momentshare. - [FAQ](https://momentshare.io/faq): Common questions about event setup, supported file types, storage, and account management. - [Blog](https://momentshare.io/blog): Articles on event photo collection, QR-code setup, and wedding photo logistics. - [Contact](https://momentshare.io/contact): Reach the team for support or partnership questions. ## Locale handling Every URL above is locale-neutral. Fetching `/prices` (or any other key page) follows two redirects — first to add the user's locale prefix, then to swap the English slug for the localized one — and lands on the right page. Locale is resolved in this order: 1. The `i18n_redirected` cookie if set. 2. The `Accept-Language` request header (negotiated against `nl`, `es`, `fr`, `de`, `en`). 3. English by default. Example: an agent serving a Dutch user that fetches `https://momentshare.io/prices` with `Accept-Language: nl` follows `/prices` → `/nl/prices` → `/nl/prijzen`. ## Notes for agents - The product is event-scoped: each event has its own QR code and gallery. Event pages under `/event/*` are private (uploads from guests) and are not crawlable. - There is no public API. Account and admin areas (`/*/account/**`, `/*/admin/**`) are authenticated and not indexable. - Sign-in uses Google OAuth as the user's identity / storage provider.