Skip to main content

What “Services” Means In This Repo

Services are the platform pieces that the product apps depend on. They are not the end-user apps themselves. They are the infrastructure and runtime layers that make the apps possible.

Main Service Areas

  • Supabase for auth, database, and user data
  • storage for uploads and generated files
  • AI SDK for provider abstraction and streaming
  • vector RAG for document-aware chat
  • credits and billing for monetization
  • email for contact sync and transactional flows
  • analytics for product tracking
  • Meta attribution for paid acquisition tracking
  • landing page, blog, SEO, security, and monitoring for the broader product experience

Why This Section Matters

If you skip the service docs and only read the app docs, you will understand what the product does but not why it works. This section explains the reusable platform layer underneath the apps.