FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Rallly Has a Free API — Heres How to Self-Host Meeting Scheduling Without Doodle
How-ToWeb Development

Rallly Has a Free API — Heres How to Self-Host Meeting Scheduling Without Doodle

via Dev.to WebdevAlex Spinov2h ago

Rallly is a self-hosted scheduling tool — like Doodle but open source. Create polls, find the best meeting time, and integrate with your calendar. Why Rallly? Self-hosted : Your server, no tracking No account needed : Participants vote without signing up Beautiful UI : Modern, responsive design API access : Programmatic poll management Email notifications : Updates when participants vote Time zones : Automatic timezone handling Free : Completely open source Self-Host git clone https://github.com/lukevella/rallly.git cd rallly # Configure cp .env.example .env # Edit .env: set DATABASE_URL, SECRET_PASSWORD, NEXT_PUBLIC_BASE_URL docker compose up -d Open http://localhost:3000 Create a Poll Through the UI: Enter title and description Add date/time options Share the link — no signup required API: Create Poll curl -X POST http://localhost:3000/api/polls \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "title": "Team Standup Time", "description": "When sho

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

Week 6 — No New Problems. Just Me and Everything I Already Learned.
How-To

Week 6 — No New Problems. Just Me and Everything I Already Learned.

Medium Programming • 2h ago

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)
How-To

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)

Medium Programming • 2h ago

Android Remote Compose:讓 Android UI 不用發版也能更新
How-To

Android Remote Compose:讓 Android UI 不用發版也能更新

Medium Programming • 4h ago

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 10h ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 12h ago

Discover More Articles