6 ms·
Nice, which frameworks are you using? What did you learn from customers? I'd consider a different name to avoid issues with supabase should you take off.
by davidpapermill 2mo ago
Nice, which frameworks are you using? What did you learn from customers?
I'd consider a different name to avoid issues with supabase should you take off.
- BilalBudhani 2mo agoThanks, My tech stack consists of: - Ruby on Rails - Vue.js + Inertia.js - PostgreSQL - TailwindCSS with Shadcn Vue UI the app runs on Hetzner VM deployed via Kamal. I'm planning to do a detailed blog post on the tech stack soon. I found initial customers by manual outreach within my network. I don't see any potential issue with Supabase. Both names are drastically different and we serve different markets. Besides, there are plenty of other products name with "supa" prefix.
- davidpapermill 2mo agoThanks, would really like to read the blog post. Are you using any of the major agentic frameworks (Mastra, LangSmith etc)? Or is the AI harness etc entirely custom-built?
- BilalBudhani 2mo agoI'm using RubyLLM which is an incredible framework for building agents.
- davidpapermill 2mo agoHadn't heard of it! Site here: https://rubyllm.com/ https://rubyllm.com/ This looks really nice. Snippet from site: chat = Chat.create! model: "claude-sonnet-4" chat.ask "What's in this file?", with: "report.pdf"
- BilalBudhani 2mo agobeautiful interface right? It is honestly so great working with such well thought out gem.