Can I vibecode meetergo?
KINDA · weekend projectThe public booking loop is weekend-buildable. The honest replacement, however, stops being a scheduler almost immediately: meetergo combines maintained multi-calendar sync, time-zone and conflict handling, round-robin and conditional routing, resource and multi-location booking, automated reminders, payments, video, CRM, client portals, e-signatures, invoicing, and AI across one EU-hosted system. An agent can reproduce the solo front door; replacing the operating layer behind customer meetings is an ongoing product and compliance job.
Build me a personal appointment scheduler to replace meetergo's solo booking loop. Requirements: - One Node 22 + TypeScript app using Fastify, Nunjucks, Luxon, and better-sqlite3; server-rendered pages with a little vanilla JS. - A public /book/:slug page for 30- and 60-minute meeting types. Guests see the next 21 days locally, then submit name, email, and an optional note. - An /admin page behind one ADMIN_TOKEN edits weekly availability, date overrides, minimum notice, daily limits, and buffers. Store timestamps in UTC. - Google Calendar OAuth credentials stay in .env. Read busy intervals before showing slots, then recheck inside a BEGIN IMMEDIATE transaction and create the calendar event with the guest invited so two people cannot take one slot. - Send confirmation, cancellation, rescheduling, and one reminder email through SMTP. Links use signed expiring tokens; node-cron reminders are idempotent. - The admin agenda shows upcoming bookings, status, guest details, and manual cancellation, with a CSV export. Keep a nightly 14-day SQLite backup. - No public accounts or telemetry. Run as one process behind HTTPS; all OAuth, SMTP, signing, and admin secrets live in .env. - Out of scope: Microsoft and Apple sync, team routing, payments, built-in video, CRM, e-signatures, AI, and formal compliance claims. Do not stub fake versions. - Add Vitest coverage for DST changes, buffers, concurrent booking, cancellation, and reminder retries. README the Google console setup and warn that OAuth is the fiddly part, plus deployment, backup, and restore commands.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
prompt copied. verdicts flip when models improve.
five vibe-coding tips + the verdicts that changed. thursdays, free, one-click out.
They pay because meetergo bundles what would otherwise be a stack of separate tools. Calendar reliability, routing, reminders, video, payments, CRM context, signed documents, and client follow-up share the same customer and meeting record, while EU hosting and ongoing integration maintenance remove operational risk. A DIY booking page can save a solo user money; a team pays to avoid rebuilding and operating the system around every customer meeting.
xmanaged Google, Microsoft, and Apple calendar sync with conflict protection
xround robin, routing forms, collective events, resource booking, and multi-location scheduling
xbuilt-in video, payments, coupons, reminders, and multi-step workflows
xshared CRM context, client portals, e-signatures, invoicing, meeting notes, and the built-in AI assistant
xEU hosting, support, integration maintenance, and compliance operations
meetergo pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| free | $0/user | $0/user | Unlimited users; 3 active booking types; 1 connected calendar/user; 10 CRM deals; 100 form submissions/month; 3 simple signatures, 3 invoices, and 3 client spaces; 45-minute 1:1 video. |
| light | — | $11.44/user | Unlimited booking types; 6 calendars/user; 3 workflows; 10 CRM deals; 100 form submissions/month; 3 simple signatures, 3 invoices, and 3 client spaces. |
| suite | — | $34.54/user | Unlimited CRM deals, form submissions, invoices, and client spaces; 50 advanced signatures/month. |
| premium | — | $57.65/user | WhatsApp workflows and Premium support; no single numeric WhatsApp allowance is published. |
free tierUnlimited users; 3 active booking types; 1 connected calendar/user; 10 CRM deals; 100 form submissions/month; 3 simple signatures, 3 invoices, and 3 client spaces; 45-minute 1:1 video.
billingmonthly + annual (-20% advertised); exact monthly prices were not exposed by the live static page; Suite and Premium introductory annual rates renew higher after 12 months
hidden costsOne plan applies account-wide; regular users and bookable resources consume seats; Suite/Premium renew at higher rates after year 1; WhatsApp/Meta conversation charges can be passed through.
verified 2026-08-14 · source ↗
Can I vibecode meetergo?
Kinda. The core of meetergo is buildable in a weekend with the prompt on this page, but there are real gaps: managed Google, Microsoft, and Apple calendar sync with conflict protection, round robin, routing forms, collective events, resource booking, and multi-location scheduling. Read the honest list above before committing.
How much does meetergo cost?
meetergo costs about $11.44/month (Light, checked 2026-08-14), which is $137.28 per year.
What do I lose by replacing meetergo?
Honestly: managed Google, Microsoft, and Apple calendar sync with conflict protection; round robin, routing forms, collective events, resource booking, and multi-location scheduling; built-in video, payments, coupons, reminders, and multi-step workflows; shared CRM context, client portals, e-signatures, invoicing, meeting notes, and the built-in AI assistant; EU hosting, support, integration maintenance, and compliance operations. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to meetergo?
Yes: Cal.com (open-source scheduling platform that can be self-hosted). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.