Skills2026年4月10日·1 分钟阅读

Rallly — Open Source Meeting Scheduling & Polling Tool

Rallly is an open-source Doodle alternative for scheduling group meetings. Create polls, share availability, and find the best time — no sign-up required for participants.

Agent 就绪

这个资产会安全暂存

这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。

Stage only · 29/100策略:需暂存
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Stage only
信任
信任等级:Established
入口
step-1.md
安全暂存命令
npx -y tokrepo@latest install d54be0e0-349d-11f1-9bc6-00163e2b0d79 --target codex

先暂存文件;激活前需要读取暂存 README 和安装计划。

TL;DR
Rallly is a free, open-source Doodle alternative for scheduling group meetings without requiring sign-up.
§01

What it is

Rallly is an open-source alternative to Doodle for scheduling group meetings. It lets you create availability polls, share them with participants, and find the best meeting time. Participants do not need to create accounts to vote.

Rallly targets teams, communities, and event organizers who need simple group scheduling without the bloat and ads of commercial tools. It can be self-hosted for full data ownership or used via the hosted version.

The project is actively maintained and suitable for both individual developers and teams looking to integrate it into their existing toolchain. Documentation and community support are available for onboarding.

§02

How it saves time or tokens

Rallly eliminates the back-and-forth email chains for finding meeting times. Create a poll with proposed dates, share the link, and participants mark their availability. The visual grid shows which times work for the most people. No account creation, no app installation, no friction.

For teams evaluating multiple tools in the same category, the clear documentation and active community reduce the time spent on research and troubleshooting. Getting started takes minutes rather than hours of configuration.

§03

How to use

  1. Go to rallly.co or deploy your own instance using Docker.
  2. Create a new poll with a title, description, and proposed dates/times.
  3. Share the poll link with participants via email, Slack, or any messaging tool.
  4. Participants mark their availability (yes, if-need-be, no). The best time is highlighted automatically.
§04

Example

# Self-host Rallly with Docker Compose
git clone https://github.com/lukevella/rallly.git
cd rallly

# Configure environment
cp .env.example .env
# Edit .env: set DATABASE_URL, SECRET_PASSWORD, NEXT_PUBLIC_BASE_URL

# Start the application
docker compose up -d

# Access at http://localhost:3000
# Create your first poll and share the link
§05

Related on TokRepo

§06

Common pitfalls

  • Creating polls with too many date options. More than 10-15 options overwhelm participants and reduce response rates. Narrow down to the most likely candidates first.
  • Not setting a deadline for responses. Without a deadline, polls stay open indefinitely and decisions stall. Set a clear response date in the poll description.
  • Forgetting to configure email notifications in self-hosted setups. Without SMTP configuration, participants do not receive poll invitations or update notifications.
  • Not reading the changelog before upgrading. Breaking changes between versions can cause unexpected failures in production. Pin your version and review release notes.

常见问题

Is Rallly free?+

Yes. Rallly is open-source under the AGPL license. The hosted version at rallly.co offers a free tier. Self-hosting is completely free with no feature restrictions.

Do participants need accounts?+

No. Participants can vote on polls without creating an account. They enter their name and mark their availability. This is one of Rallly's key advantages over tools that require sign-up.

Can I self-host Rallly?+

Yes. Rallly provides Docker Compose files for self-hosting. You need a PostgreSQL database and optionally an SMTP server for email notifications. The application runs as a Next.js app.

How does Rallly compare to Doodle?+

Rallly is open-source, ad-free, and does not require participant accounts. Doodle is commercial with a free tier that includes ads and limits. Rallly offers the same core functionality with a cleaner experience.

Does Rallly support time zones?+

Yes. Rallly detects each participant's time zone and displays proposed times in their local time. This prevents confusion when scheduling across multiple time zones.

引用来源 (3)
🙏

来源与感谢

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产