Rishi (@rishic19) 's Twitter Profile
Rishi

@rishic19

🧑‍💻Software Engineer by day⚡️Builder by night⚡️ Building InvocifyAI - Join the waitlist - waitlist.invoicifyai.com

ID: 1334884018781818881

linkhttps://www.digitalnomads.solutions/ calendar_today04-12-2020 15:35:43

74 Tweet

37 Followers

363 Following

Rishi (@rishic19) 's Twitter Profile Photo

I'm building InvoicifyAI, an invoicing app with a bit of a twist. It has conversational AI, where an AI agent can follow up on late/overdue payments. It also features an AI marketplace, where a variety of task-specific AI agents are available. waitlist.invoicifyai.com

Rishi (@rishic19) 's Twitter Profile Photo

Just finished end to end integration with twilio ElevenLabs , OpenAI and Supabase. Now My conversational AI agent is ready to call clients if an invoice is overdue!! No more chasing clients !!! -> vimeo.com/1063014982/444…

Rishi (@rishic19) 's Twitter Profile Photo

I don’t know why people would pay $500 for Devin by Cognition AI. Claude Code and/or Cline with proper MCP tools—that’s just pure magic to me.

Rishi (@rishic19) 's Twitter Profile Photo

Stripe Connect for MicroSaaS – is it worth It or too much overhead? - I initially looked into Stripe Connect, but it seems like a lot of overhead—KYC, compliance, payout management, chargebacks, and regional restrictions. Are there easier alternatives?

Rishi (@rishic19) 's Twitter Profile Photo

I’m pretty much using conversational ai in all my products now :) including my website. Barrier to entry has never been this easier.

Rishi (@rishic19) 's Twitter Profile Photo

Just built receipt scanning with OCR in my invoicing SaaS — here's how it works 👇 1/ Freelancers & SMBs don’t want to spend hours manually entering expenses. So I built real-time OCR with Claude 3.5 that extracts data from receipts — image OR PDF. 2/ Upload flow: 📸 Scan a

Rishi (@rishic19) 's Twitter Profile Photo

Building #InvoicifyAI - Wired up Twilio subaccounts per tenant so each business user gets their own number and credentials for the AI voice agents. On first enablement, the Edge Function checks/creates the subaccount via Twilio’s API. I’ve also integrated number search & purchase

Rishi (@rishic19) 's Twitter Profile Photo

I’m slowly and painfully realizing that it’s not about how fancy the tech stack is, how well it can scale, or how good the UI looks — it’s all about distribution, reaching your customers, and getting feedback.

Rishi (@rishic19) 's Twitter Profile Photo

🚀 Behind the scenes of InvoicifyAI’s #invoice-reminder: 1️⃣ Business Logic scans for overdue invoices, checks customer’s preferred call window, then enqueues the call 2️⃣ Edge Function dequeues & kicks off real-time Twilio→ElevenLabs convo via WebSockets 3️⃣ o4-mini does

Rishi (@rishic19) 's Twitter Profile Photo

To all vide coders using supabase - Tighten default privileges so that only authenticated users can read new objects 1) Revoke all default table privileges in public schema ALTER DEFAULT PRIVILEGES IN SCHEMA public REVOKE SELECT, INSERT, UPDATE, DELETE ON TABLES FROM public,