
Buddy AI Note
The daily note that fills itself
165 followers
The daily note that fills itself
165 followers
A daily note that fills itself. Connect your email and calendar, and Buddy fills in today's agenda, the emails that actually need an answer, and a reply drafted in your voice for each. It breaks your tasks into a small plan and runs the safe steps. Anything that reaches another person waits for your review. You approve what goes out.
Products used by Buddy AI Note
Explore the tech stack and tools that power Buddy AI Note. See what products Buddy AI Note uses for development, design, marketing, analytics, and more.

ClerkAn authentication and user management platform
5.0 (108 reviews)
Auth, organizations and billing as one product. We needed multi-tenant orgs and plan/feature gating without building it. Clerk's JWT (with custom claims) plugs straight into Supabase RLS, and its org mode + billing covered our freemium/Pro plans out of the box.

Next.jsCreate web applications with the power of React components
5.0 (500 reviews)
App Router + React Server Components keep data-fetching and server actions next to the UI, and one framework serves the marketing site, the app, and the API our mobile app calls. Server actions for side-effects, client components for the editor, one codebase, SSR for SEO.

SupabaseThe open source Firebase alternative
5.0 (859 reviews)
Real Postgres, not a proprietary store. Row Level Security enforces per-user isolation in the DB itself (every query runs through Clerk-JWT RLS), and pgvector backs our knowledge graph. Auth + realtime + storage + SQL in one let a small team ship a secure multi-tenant backend fast. Firebase couldn't give us SQL + RLS.
Firebase
Convex