https://github.com/polaroi8d/cactoide
π΅ Mobile first open-source RSVP platform. Alternative for meetup.com / eventribe for small companies and groups.
https://github.com/polaroi8d/cactoide
events gathering group rsvp
Last synced: about 1 month ago
JSON representation
π΅ Mobile first open-source RSVP platform. Alternative for meetup.com / eventribe for small companies and groups.
- Host: GitHub
- URL: https://github.com/polaroi8d/cactoide
- Owner: polaroi8d
- License: mit
- Created: 2025-08-27T06:35:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-08-27T20:40:06.000Z (about 1 month ago)
- Last Synced: 2025-08-28T05:14:06.351Z (about 1 month ago)
- Topics: events, gathering, group, rsvp
- Language: Svelte
- Homepage: https://cactoide.dalev.hu
- Size: 135 KB
- Stars: 81
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cactoide(ae) π΅
Events that thrive anywhere.
Like the cactus, great events bloom under any condition when managed with care. Cactoide(ae) helps you streamline RSVPs, simplify coordination, and keep every detail efficientβso your gatherings are resilient, vibrant, and unforgettable.
#### What is it?
A mobile-first event RSVP platform that lets you create events, share unique URLs, and collect RSVPs without any registration required.
### β¨ Features
- **π― Instant Event Creation** - Create events in seconds with our streamlined form. No accounts, no waiting, just pure efficiency.
- **π One-Click Sharing** - Each event gets a unique, memorable URL. Share instantly via any platform or messaging app.
- **π All-in-One Clarity** - No more scrolling through endless chats and reactions. See everyone's availability and responses neatly in one place.
- **π€ No Hassle, No Sign-Ups** - Skip registrations and endless forms. Unlike other event platforms, you create and share instantly β no accounts, no barriers.
- **π‘οΈ Smart Limits** - Choose between unlimited RSVPs or set a limited capacity. Perfect for any event size.
- **β¨ Effortless Simplicity** - Designed to be instantly clear and easy. No learning curve β just open, create, and go.### Quick Start
#### Requirements
`git, docker, docker-compose, node at least suggested 20.19.0`
Uses the [`docker-compose.yml`](docker-compose.yml) file to setup the application with the database. You can define all ENV variables in the [`.env`](.env.example) file from the `.env.example`.
```bash
git clone https://github.com/polaroi8d/cactoide/
cd cactoide
cp env.example .env
docker compose up -d
```### Development
```bash
git clone https://github.com/polaroi8d/cactoide/
cd cactoide
cp env.example .env
make db-only
npm run dev -- --open
```Your app will be available at `http://localhost:5173`. You can use the Makefile commands to run the application or the database, eg.: `make db-only`.
Use the `database/seed.sql` if you want to populate your database with dummy data.
### License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
**Made with β€οΈ by @polaroi8d**