Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Wedding invitation web app built using Next.js with configurable event details, i18n, QR scanning, and unique guest links.

Gatsby 5 starter for event websites using Flotiq headless CMS, Tailwind CSS, and Flotiq's source plugin.

A free wedding website template with RSVP, countdown timer, and gallery based on a Bootstrap HTML5 theme.

Free multipage responsive wedding event Bootstrap template with countdown, Google Map, guest list, and blog sections.

Gatsby starter for events using Flotiq headless CMS and Tailwind CSS.
Next.js Wedding Invitation Template is an open-source, server-rendered wedding invitation web app built with Next.js that turns a configuration file and a guest list into a deployable invitation website. It is published on GitHub by wzulfikar and includes a live demo at https://wedding-invite-demo.wzulfikar.now.sh, so you can see the result before writing any code.
The template is a React-based application using Next.js, which provides server-side rendering (SSR) for fast initial page loads and better SEO. As input, it reads event details from a JavaScript configuration file (for example, map URL and event date) and a guest list from a JSON file. As output, it generates a complete wedding invitation web page that can be deployed to any Node.js hosting service. The project is open source and available at https://github.com/wzulfikar/nextjs-wedding-invite.
src/config/app.js (renamed from app.sample.js) to change the map URL, event date, and other details; the demo shows changes updating in real time.The template follows a straightforward setup: rename src/config/app.sample.js to src/config/app.js and pages/guest_list.sample.json to pages/guest_list.json, then adjust the values in the config file. The Next.js server renders the invitation with the provided data, and optional features like the QR scanner or per-guest links are toggled through configuration. Because it uses server-side rendering, the site is fast and crawlable.
Yes, the repository is open source on GitHub, so you can use, modify, and deploy it without paying a license fee.
No, the QR scanner is optional. It is disabled by default and can be enabled later in the configuration if you want to use it for guest check-in or other purposes.
Yes, the template is essentially a configurable event invitation system. You can change the copy and config to suit birthdays, anniversaries, or other gatherings.
You should be comfortable editing JavaScript and JSON files and understand the basics of Next.js or React. The CodeSandbox demo lowers the barrier, letting you experiment without a local development setup.
A live demo is available at https://wedding-invite-demo.wzulfikar.now.sh, showing the default configuration with sample content.
