Rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Stars
2.69K
Forks
252
Open issues
19
Closed issues
160
Last release
5 months ago
Last commit
5 months ago
Watchers
2.69K
Total releases
36
Total commits
885
Open PRs
1
Closed PRs
494
Repo URL
Platform
License
agpl-3.0
Category
Usecase
Scheduling
Offers premium version?
NO
Proprietary?
NO
About


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.

Get started
  1. Clone the repository switch to the project directory

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

    yarn
    
  3. Setup environment variables

    cp sample.env .env

    Create a .env file by copying sample.env then open it and set the required configuration options.

  4. Setup the database

    If you don't have a postgres database running locally, you can spin up a new database using docker by running:

    yarn dx
    

    If you already have a postgres database, you can run the migrations and seed the database by running:

    yarn db:setup
    

    This will:

    • run migrations to create the database schema
    • seed the database with test users and random data
  5. 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.

      

         

Alternative Projects

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.