Can I vibecode Omentir?
KINDA · weekend projectThe personal loop is buildable in a sitting: score a list you already have, draft connection notes, queue sends, stop on replies. Live LinkedIn send is Unipile, a paid API, not a trivial key, and LinkedIn will still restrict a real account if you ignore the caps. The hosted product's own repo is already MIT with Docker Compose, so the interesting move is clone-and-run, not a from-scratch rebuild. That fork still needs Firebase, Unipile, and Gemini, which is ops. Keep paying if you want them to run those three, plus the three-bookings-a-week refund.
Build me a personal LinkedIn outreach workspace to replace Omentir. Requirements: - Local Node + TypeScript: Express on localhost:3000, better-sqlite3 for storage, node-cron for send windows. No frontend framework. - I define my product and ICP once in product.yaml: what I sell, titles, company sizes, geos, and disqualifiers. - Import prospects from a CSV of LinkedIn profile URLs I already have. Store name, title, company, profile URL, score, status, and last action. - Score each prospect 0-100 against the ICP in one LLM call (key in .env) with a two-line reason. Under 70 stays in a review pile and is never contacted. - Draft a connection note under 300 characters plus two follow-ups from the profile and my product.yaml. Drafts wait in an approval queue until I click Send. - Optional send path: if UNIPILE_DSN and UNIPILE_API_KEY are in .env, send through unipile-node-sdk from one connected LinkedIn account at 20 invites and 40 messages per day, randomized gaps in business hours. If those keys are missing, copy the approved text to the clipboard so I can send it myself. - Poll replies every 15 minutes when Unipile is configured, or let me paste a reply in by hand. Stop the sequence the moment one lands. Dashboard lists prospect, score, status, and thread. - No accounts, no telemetry, everything on my machine except the LLM and optional Unipile calls. Secrets in .env. - Out of scope: scraping LinkedIn, a contact database, a booking guarantee, and a hosted MCP control plane. Do not send except through Unipile or my clipboard. - README: CSV columns, .env keys, how to connect one LinkedIn account in Unipile, and a warning that per-account limits are real, so keep the caps low for the first two weeks.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
They pay $49 so they do not have to stand up Unipile, Firebase, and Gemini, and so a missed week of bookings can be refunded. The MIT repo is the same app; self-hosting just moves the vendor invoices onto you.
xthe three-bookings-a-week refund on the hosted plan
xsomeone else paying for and babysitting Unipile, Firebase, and Gemini
xdaily invite caps already wired, so you do not have to invent account-safety defaults
xMCP and the Agent API already pointed at a running workspace
xa support line when a sending account gets restricted
Omentir pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| pro | $49/workspace | — | 1 user, 1 LinkedIn account, unlimited AI agents, unlimited leads, unlimited campaigns, API access. |
| enterprise | custom | — | Unlimited users, unlimited LinkedIn accounts, SSO, dedicated onboarding, priority support. |
free tierno free tier on the hosted product
billingmonthly only, no annual plan on the public pricing page
hidden costsHosted Pro does not publish provider overages. Self-hosting the same repo still requires Unipile, Firebase or Firestore, and Gemini or Vertex.
verified 2026-08-17 · source ↗
Is Omentir free?
No free hosted plan. The MIT repo can be self-hosted, but Unipile, Firebase, and an AI provider still cost money. Paid is Pro at $49/mo (checked 2026-08-17).
Can I vibecode Omentir?
Kinda. The core of Omentir is buildable in a weekend with the prompt on this page, but there are real gaps: the three-bookings-a-week refund on the hosted plan, someone else paying for and babysitting Unipile, Firebase, and Gemini. Read the honest list above before committing.
How much does Omentir cost?
Omentir costs about $49/month (Pro, checked 2026-08-17), which is $588 per year.
What do I lose by replacing Omentir?
Honestly: the three-bookings-a-week refund on the hosted plan; someone else paying for and babysitting Unipile, Firebase, and Gemini; daily invite caps already wired, so you do not have to invent account-safety defaults; MCP and the Agent API already pointed at a running workspace; a support line when a sending account gets restricted. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Omentir?
Yes: Omentir (MIT repo) (the hosted product's own source; Docker Compose, still needs Unipile, Firebase, and Gemini), Unipile (the LinkedIn send/receive API the hosted product and any honest DIY build both rent), n8n (self-hostable workflow glue if you would rather wire ICP scoring to a send step than write a dashboard). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.