SkillAgentSearch skills...

Rallly

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

Install / Use

/learn @lukevella/Rallly
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="./assets/images/logo-color.svg" width="200px" alt="Rallly" /> </div> <br /> <div align="center">

Actions Status Crowdin License: AGPL v3 Discord Donate

</div>

Screenshot

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

    Copy the sample environment file and fill in the required values:

    cp apps/web/.env.sample apps/web/.env
    cp packages/database/.env.sample packages/database/.env
    

    See configuration options for a full list of available options.

  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 && pnpm db:seed
    

    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.

<a href="https://github.com/coderabbitai" target="_blank"><img src="https://avatars.githubusercontent.com/u/132028505?s=200&v=4" width="48" height="48" /></a>  <a href="https://github.com/cpnielsen" target="_blank"><img src="https://avatars.githubusercontent.com/u/1258576?v=4" width="48" height="48" /></a>  <a href="https://github.com/iamericfletcher" target="_blank"><img src="https://avatars.githubusercontent.com/u/64165327?v=4" width="48" height="48" /></a>  <a href="https://github.com/arcticFox-git" target="_blank"><img src="https://avatars.githubusercontent.com/u/86988982?v=4" width="48" height="48" /></a>  <a href="https://github.com/zakwear" target="_blank"><img src="https://avatars.githubusercontent.com/u/55545774?v=4" width="48" height="48" /></a>  <a href="https://github.com/jonnymarshall" target="_blank"><img src="https://avatars.githubusercontent.com/u/42963069?v=4" width="48" height="48" /></a>  <a href="https://github.com/maximelouet" target="_blank"><img src="https://avatars.githubusercontent.com/u/8074940?v=4" width="48" height="48" /></a> 

Become a sponsor →

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

<table> <tbody> <tr> <td align="center"><a href="https://appwrite.io?utm_source=rallly"><img src="./assets/images/appwrite.svg" alt="appwrite" height="24" /></a></td> <td align="center"><a href="https://vercel.com/?utm_source=rallly&utm_campaign=oss"><img src="./assets/images/vercel-logotype-dark.svg#gh-light-mode-only" alt="Powered by Vercel" height="24" /></a></td> <td align="center"><a href="https://ura.design?utm_source=rallly"><img height="24" alt="Ura Design" src="./assets/images/ura-logo-blue.svg"></a></td> <td align="center"><a href="https://crowdin.com?utm_source=rallly"><img height="24" alt="Crowdin" src="./assets/images/crowdin-logo.svg"></a></td> </tr> <tr> <td align="center"><a href="https://m.do.co/c/f91efc9c9e50"><img src="./assets/images/digitalocean-logo.svg" alt="Digital Ocean" height="24" /></a></td> <td align="center"><a href="https://sentry.io?utm_source=rallly"><img src="./assets/images/sentry.svg" alt="Sentry" height="24" /></a></td> <td align="center"><a href="https://cloudron.io?utm_source=rallly"><img src="./assets/images/cloudron-logo.svg" alt="Cloudron" height="30"></a></td> <td align="center"><a href="https://featurebase.app?utm_source=rallly"><img src="./assets/images/featurebase.svg" alt="Featurebase" height="28"></a></td> </tr> </tbody> </table>

Related Skills

View on GitHub
GitHub Stars5.0k
CategoryData
Updated8h ago
Forks505

Languages

TypeScript

Security Score

100/100

Audited on Mar 26, 2026

No findings