Wedding Invitation
Hugo
JavaScript
Python
Supabase
Tailwindcss
TypeScript
Vercel
Hugo
JavaScript
Python
Supabase
Tailwindcss
TypeScript
Vercel
Simple, elegant, and customizable digital wedding invitation built with Hugo, TailwindCSS, and Supabase. It allows couples to create shareable, personalized invitation links for their guests, complete with RSVP tracking and a clean, minimal interface.
guest.txt
Clone the Repository and navigate to the project directory:
git clone https://github.com/odhyp/wedding-invitation.git && cd wedding-invitation
Install Frontend Dependencies:
cd frontend && npm install
Fill data/guest.txt
with guests name in each line
Run main.py
python main.py
Voila! You can share the link to your guests using
https://your-site.com/guest_name
To set up the Backend, create a new Supabase project
Navigate to backend directory and create a .env
file with your credentials:
cd backend
SUPABASE_PASS=<Your_Supabase_Password>
DATABASE_URL=<Your_Connection_Pooling_URL>
DIRECT_URL=<Your_Direct_Connection_URL>
Distributed under the MIT License. See LICENSE for more information.