Self-hostable doodle poll alternative. Find the best date for a meeting with your colleagues or friends without the back and forth emails.
Find a file
2025-01-17 11:39:24 +00:00
.github 🐛 Fix bug where data migration happens before email verification (#1500) 2025-01-16 18:56:18 +00:00
.vscode 🔧 Simplify tsconfig (#1496) 2025-01-15 10:33:26 +00:00
apps Set default values in new participant form when user is logged in (#1501) 2025-01-17 11:39:24 +00:00
assets/images 🐛 Fix readme images (#1292) 2024-09-03 10:50:42 +01:00
packages 🌐 New Crowdin updates (#1498) 2025-01-15 10:33:52 +00:00
scripts 🐛 Fix issue with DIRECT_DATABASE_URL being required (#1484) 2025-01-06 18:05:49 +00:00
.dockerignore ♻️ Switch to turborepo (#532) 2023-03-01 14:10:06 +00:00
.env.development 🐛 Fix issue with DIRECT_DATABASE_URL being required (#1484) 2025-01-06 18:05:49 +00:00
.gitignore New and Improved Screens (#1151) 2024-06-19 11:14:18 +01:00
.nvmrc 🧑‍💻 Update to node 20 and add .nvmrc file (#1169) 2024-06-20 08:55:41 +01:00
.prettierrc 📦 Update and fix prettier config (#987) 2024-01-19 14:23:07 +07:00
CODE_OF_CONDUCT.md 📝 Add community governance docs 2023-03-24 09:31:40 +00:00
CONTRIBUTING.md 📝 Reorganize docs + add contributing guide (#687) 2023-05-03 10:08:04 +00:00
crowdin.yml 🔧 Add ci skip tag to crowdin commit messages 2024-09-02 19:45:57 +01:00
docker-compose.dev.yml 🧑‍💻 Use mailpit as dev/test smtp server (#1486) 2025-01-10 14:27:08 +00:00
docker-compose.yml 🐛 Removed database port number from docker-compose.yml DATABASE_URL (#1132) 2024-06-10 12:20:25 +01:00
LICENSE First public commit 2022-04-12 07:14:28 +01:00
package.json ⬆️ Bump next from 14.2.15 to 14.2.21 (#1480) 2025-01-10 14:15:12 +00:00
README.md 🐛 Fix readme images (#1292) 2024-09-03 10:50:42 +01:00
turbo.json Use message queue for emails (#1446) 2024-11-30 19:00:56 +00:00
vitest.workspace.ts 🔧 Update vitest config for better vscode compatability (#1404) 2024-10-20 10:43:40 +00:00
yarn.lock ♻️ Migrate trpc route to app directory (#1488) 2025-01-11 18:37:57 +00:00

Rallly

Actions Status Crowdin License: AGPL v3 Discord Donate

Rallly

Schedule group meetings with friends, colleagues and teams. Create meeting polls to find the best date and time to organize an event based on your participants' availability. Save time and avoid back-and-forth emails.

Built with Next.js, Prisma, tRPC & TailwindCSS

Self-hosting

Check out the self-hosting docs for more information on running your own instance of Rallly.

Local Installation

The following instructions are for running the project locally for development.

  1. Clone the repository and switch to the project directory

    git clone https://github.com/lukevella/rallly.git
    cd rallly
    
  2. Install dependencies

    yarn
    
  3. Setup environment variables

    Create a .env file by copying .env.development. This will be were you can set your configuration options.

    cp .env.development .env
    

    Note: .env.development is preconfigured with default values for development. You can leave these as is for local development.

  4. Generate Prisma client

    yarn db:generate
    
  5. Setup database

    You will need to have Docker installed and running to run the database using the provided docker-compose file.

    To start the database, run:

    yarn docker:up
    

    Next run the following command to setup the database:

    yarn db:reset
    

    This will:

    • delete the existing database (if it exists)
    • run migrations to create a new database schema
    • seed the database with test users and random data
  6. Start the Next.js server

    yarn dev
    

Contributors

Please read our contributing guide to learn about how to contribute to this project.

Translators 🌐

You can help translate Rallly to another language by following our guide for translators.

License

Rallly is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. See LICENSE for more detail.

Sponsors

Thank you to our sponsors for making this project possible.

             

Become a sponsor →

And thank you to these companies for sponsoring and showing support for this project.

appwrite   Powered by Vercel   Ura Design

Digital Ocean   Sentry   Cloudron   Featurebase