The Best Notary

1 Project

The Best Notary (talk2make.com) — product and marketing site for Talk 2 Make, a Make.com blueprint analysis and AI Q&A SaaS.

Talk 2 Make

May, 2024 ~ July, 2024
Product and marketing site for Talk 2 Make — a production SaaS for Make.com blueprint analysis and AI Q&A.
  • Independently owned product discovery, system design, implementation, and deployment across frontend, API layer, database, third-party APIs, and billing.
  • Solo-built and deployed Talk 2 Make, a production SaaS for Make.com blueprint analysis and AI, in about two months of spare time.
  • Shipped a Next.js 15 (App Router) + React 19 + TypeScript + Tailwind stack on Vercel, with route groups separating public and authenticated experiences.
  • Modeled and migrated a PostgreSQL schema with Prisma: users, OAuth, projects, blueprints, prompt history, team memberships, subscriptions, and pgvector embeddings.
  • Implemented Auth.js flows - Google OAuth, email verification, magic links, password reset, and guest usage with server-enforced limits.
  • Integrated OpenAI (assistant threads per user, streaming) and blueprint JSON context with token budgeting and compression for large scenarios.
  • Built embeddings chunking, storage, and vector search in Postgres to support retrieval-style features alongside direct context.
  • Connected Make.com API import, uploads/bulk flows, and supporting blueprint APIs (e.g. summarize/resync patterns in the codebase).
  • Added Stripe checkout, portal, verification, and webhooks with subscription-aware team limits; used Vercel Blob for file storage.
  • Used Docker Compose for local Postgres, Prisma migrations for schema changes, and security-oriented headers in Vercel config.