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
dependabot[bot] fe2dac7ef5
⬆️ Bump cookie from 0.5.0 to 0.7.2 (#1694)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 18:19:07 +01:00
.github ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
.vscode Updated sidebar layout (#1661) 2025-04-14 15:11:59 +01:00
apps ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
assets/images 🐛 Fix readme images (#1292) 2024-09-03 10:50:42 +01:00
packages ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
scripts ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
.dockerignore ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
.env.development 🐛 Fix infinite loop when trying to migrate legacy cookie (#1561) 2025-02-13 10:14:03 +07:00
.gitignore ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +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
.windsurfrules ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01: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 ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
pnpm-lock.yaml ⬆️ Bump cookie from 0.5.0 to 0.7.2 (#1694) 2025-04-27 18:19:07 +01:00
pnpm-workspace.yaml ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
README.md ♻️ Replace yarn with pnpm (#1693) 2025-04-27 15:16:38 +01:00
turbo.json 🌐 Fix i18n:scan 2025-03-25 16:02:35 +00:00
vitest.workspace.ts 🔧 Update vitest config for better vscode compatability (#1404) 2024-10-20 10:43:40 +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

    pnpm install
    
  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

    pnpm 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:

    pnpm docker:up
    

    Next run the following command to setup the database:

    pnpm 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

    pnpm 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