WeddIn - A free tool to build your weeding/event page and organize the invitations, surveys and more. https://weddin.site/
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-14 21:20:54 +02:00
images feat: add images and use them in Readme 2026-09-10 13:46:50 +02:00
.env.example chore: include TRANSFER_TOKEN_SALT in examples 2026-09-14 21:20:54 +02:00
.gitignore chore: Update README and add environment configuration files 2026-09-02 16:39:12 +02:00
docker-compose.yaml chore: include TRANSFER_TOKEN_SALT in examples 2026-09-14 21:20:54 +02:00
README.md feat: add images and use them in Readme 2026-09-10 13:46:50 +02:00

WeddIn

WeddIn logo with text

Organize your wedding event and guest list.

Create a digital custom invitation card for your wedding with WeddIn and send the link to your guests. Playfully build a website with all the content around your event, without any programming knowledge.

Documentation · Live Demo

Table of Content

🔎 About

WeddIn consists of two components:

🚀 Deployment

📲 clone this repository

git clone https://git.gromberg.net/jonathan/weddin.git
cd weddin

🔑 create your own .env file

Copy the .env.example file:

cp .env.example .env

Allow reading & writing only to yourself:

chmod 600 .env

Now you can adapt the client and server urls and generate the required Strapi keys using:

openssl rand -base64 64

🐋 Docker Compose deployment

Apply the docker-compose.yaml file:

docker compose up -d

Important

This setup assumes the use of a reverse proxy like nginx to serve certificates and route traffic to the corresponding endpoints.

🧾 License

You can copy the source code, edit it and build totally new projects with it. But however you are not allowed to use the code for commercial use.

See the LICENSE file for more licensing information.

🚫 Disclaimer

YOUR ARE FREE TO USE THE CODE IN YOUR PROJECTS HOWEVER MAKE CLEAR THAT THE CODE IS OFFERED "AS-IS, WITHOUT WARRANTY AND DISCLAIMING LIABILITY FOR DAMAGES RESULTING FROM USING THE CODE.