rohitraj.tech Redesign
open sourcebackendscale·2026-01-31
Complete redesign from consultancy landing page to engineer-centric project directory with documentation-first aesthetic.
→ Live at rohitraj.tech
src/appsrc/componentssrc/dataDokumentation von Engineering-Entscheidungen, Architektur und Erkenntnissen aus dem Aufbau von KI-Systemen in der Produktion.
May 1, 2026
Technical co-founders in India cost 25-50% equity and 6-12 months to find. Here are the 2026 numbers, the 4-year dilution math, and the contrarian case that most pre-seed founders should hire a senior contractor first and a co-founder never.
Apr 29, 2026
Carta says 1.5% for hire #1, dropping to 0.33% by hire #5. Pave median is 1%. AI talent pressure pushed the floor up since March 2026. Honest 2026 numbers — plus the $0-equity alternative most pre-seed founders should default to.
Apr 27, 2026
Retool wins for the first 18 months. Custom wins after $20K in seat licenses or when the workflow stops fitting tables and forms. Honest 2026 numbers from a senior engineer who builds both.
Apr 26, 2026
Supabase row-level security is opt-in, silent when wrong, and tested with a superuser token that bypasses everything. In January 2025, 170+ Lovable apps leaked their production databases because nobody enabled RLS. Here are the 5 RLS bugs every vibe-coded app ships, and the audit pattern a senior engineer runs to catch them before user 500.
Apr 25, 2026
Most "6-week MVP" promises are 12-week projects with marketing copy. This is what a real 6-week sprint looks like — week one through week six, what gets built, what gets cut, and what production-ready means at day 42.
Apr 25, 2026
Every "should I use X or Y" debate costs you a week of the sprint. Here is the boring, opinionated, time-tested stack that ships a production MVP in 6 weeks — Next.js, Postgres, Vercel, Stripe, and a handful of opinionated picks.
Apr 25, 2026
A $15K-$30K fixed-price MVP and a $50K-$100K agency quote ship the same thing 80% of the time. The difference is who absorbs the markup. Here is the line-item breakdown — what is in scope, what is overhead, and where the agency margin actually comes from.
Apr 25, 2026
Most "3-month MVP" agency builds take 5-6 months. Most "6-week sprints" take 6 weeks. The difference is not engineer talent — it is the contract structure and the scope discipline. Honest comparison from someone who has seen both fail and succeed.
Apr 25, 2026
Marketplaces like Toptal, Arc, and Uplers add 30-50% markup, 2-4 weeks of recruiter delay, and zero portfolio transparency. Here is how going direct compares — pricing, speed, quality, and what each model actually optimizes for.
Apr 25, 2026
Lovable, Bolt, and v0 ship 70% of an MVP in a weekend. The remaining 30% — auth edge cases, RLS, payment webhooks, performance, schema migrations — is where every vibe-coded app breaks. Here are the 5 production bugs that always need a real engineer to fix, and what the rescue work actually costs.
Apr 24, 2026
Claude Mythos 5, GPT-5.4 Thinking, Gemini 3.1 Ultra, DeepSeek V4, Snap cutting 16% headcount — April 2026 reshaped the frontier. Most roundups list the news. This post tells founders, freelance devs, and founding engineers what to actually build, drop, or route next.
Apr 23, 2026
Fractional CTOs advise. Founding engineers ship. If you have an idea and no product, you need someone writing code — not slide decks. Here is the honest trade-off, with real costs, real timelines, and the signal that tells you which one to hire.
Apr 23, 2026
Every "best Lovable alternative" list recommends Bolt, Replit, v0, Emergent. The honest alternative for a founder whose Lovable app is breaking in production is a senior developer on a 2–4 week rescue contract. Here is why, what it costs, and what to look for.
Apr 22, 2026
Lovable ships your first prototype in a weekend. A founding engineer costs $180K + equity. Here is the honest trade-off, where Lovable breaks, and the in-between option nobody talks about.
Apr 22, 2026
The real 2026 breakdown of MVP cost in India vs the US — why the agency-vs-Silicon-Valley binary is a trap, and how independent senior engineers with AI tools now win on both axes.
Apr 22, 2026
Vibe coding ships prototypes in 2.4 days. Then the 500-user wall hits — auth bugs, payment edges, DB drift. The honest handoff playbook from AI tool to human engineer.
Apr 16, 2026
Architecture deep-dive into SynFlow — a full-stack intelligence platform that matches deals to profiles using rule-based scoring and AI-powered profile extraction from LinkedIn text.
Apr 16, 2026
Google just shipped an offline AI dictation app. Android 16 runs notification summaries on-device. The "cloud-first" mentality for AI apps is dying — here's how I built a production Android app with zero network permissions using Gemma 4, LiteRT, and regex fallback.
Apr 16, 2026
1 in 5 Indian families have been hit by UPI fraud. 51% never report it. Cloud-based scam checkers need internet — exactly what victims in Tier 2/3 India don't have. Here's why I built ScamRakshak with zero network permissions.
Apr 15, 2026
How I built FinBaby — an offline Android app that reads bank SMS messages, auto-categorizes transactions, and provides 50/30/20 budgeting for Indian middle-class families.
Apr 14, 2026
How I architected RetailOS — an India-first multi-tenant retail platform with billing, inventory, GST invoicing, khata ledger, and offline sync in a 12-module Maven monorepo.
Apr 14, 2026
The SaaS market hits $465B in 2026 and 70% of vendors use multi-tenancy. I built RetailOS — a 12-module Spring Boot monorepo with billing, inventory, GST invoicing, khata ledger, and offline sync — as a solo engineer. Here's every architecture decision.
Apr 13, 2026
Architecture decisions behind TripHive — a collaborative trip planner that works without internet using WatermelonDB, PowerSync, and MapLibre with downloadable offline tiles.
Apr 12, 2026
How I built ScamRakshak — a fully offline Android app that detects scams using a 3-tier AI inference engine with Gemma 4 on-device LLM, LiteRT classification, and regex fallback. Zero internet, zero data collection.
Apr 11, 2026
Architecture deep-dive into PaisaGuard — a privacy-first Android app for middle-class families with expense tracking, grocery budget mode, bill calendar, debt snowball, and 4 more modules. Zero backend.
Apr 5, 2026
How I architected a 5-language devotional app with bundled JSON content, offline-first storage, and expo-av audio streaming — shipping to Play Store at ~15MB.
Apr 5, 2026
A practical guide to building a streaming audio player in React Native with expo-av — background playback, progress tracking, and global player state with zero backend cost.
Apr 5, 2026
The full story of building and shipping a React Native app to Google Play — from problem discovery to architecture decisions to the actual Play Store submission process.
Apr 5, 2026
Honest cost breakdown for building Android and iOS apps in India — from a freelance developer who has shipped apps to Play Store. No agency markup, no inflated estimates.
Apr 5, 2026
A developer's honest guide to building AI chatbots — WhatsApp bots, customer support agents, and LLM-powered assistants. What works, what doesn't, and what it actually costs.
Apr 5, 2026
When should you hire a freelancer? When does an agency make sense? A working developer breaks down the real trade-offs — cost, quality, communication, and delivery.
Apr 5, 2026
An honest comparison of Spring Boot and Node.js for startup backends — performance, hiring, ecosystem, and when each one actually makes sense.
Apr 5, 2026
A practical guide to building your SaaS MVP — tech stack choices, cost breakdown, timeline, and the mistakes that kill most first-time founders.
Apr 5, 2026
A practical comparison of React Native and Flutter in 2026 — performance, ecosystem, hiring, and which one I recommend based on your specific situation.
Apr 5, 2026
A practical guide to integrating WhatsApp Business API for Indian startups — providers, costs, message templates, and building automated bots that actually convert.
Apr 5, 2026
A practical comparison of PostgreSQL and MongoDB for startups — when to use each, real performance numbers, and why most startups should just pick Postgres.
Apr 5, 2026
A practical guide to adding AI features to your existing application — where to start, what to avoid, and how to get real ROI without a complete rewrite.
Apr 5, 2026
The 10 questions you should ask before hiring a freelance developer — how to evaluate technical skills, communication, and reliability without being technical yourself.
Apr 5, 2026
The real architecture and costs behind building an on-demand app like Uber or Zomato — what you actually need for an MVP vs what agencies will try to sell you.
Apr 5, 2026
Most MVPs are overbuilt and overpriced. Here is how to scope, build, and launch a real product for under $10K — with examples from projects I have shipped.
Apr 5, 2026
Why your startup should start with a monolith, when microservices actually make sense, and how to avoid the architecture astronaut trap.
Apr 2, 2026
I built a financial advisor AI with AWS Bedrock (Nova Lite) after starting with OpenAI. Here's a real cost and latency comparison from production, not a marketing page.
Jan 28, 2026
How pgvector embeddings improve LLM-to-SQL accuracy by providing schema context instead of dumping entire schemas into prompts.
Jan 20, 2026
Implementing the Model Context Protocol for AI assistant tool integration using Spring Boot and Spring AI.
Jan 15, 2026
Service workers, IndexedDB, and background sync patterns used in MicroItinerary for reliable offline-first travel planning.
backendscale·2026-01-31
Complete redesign from consultancy landing page to engineer-centric project directory with documentation-first aesthetic.
→ Live at rohitraj.tech
src/appsrc/componentssrc/dataMicroItinerary·2026-01-27
AI-powered PWA for planning annual travel itineraries. Features intelligent destination suggestions via OpenAI GPT-4, cost estimation in INR, and Splitwise-style expense splitting for group trips.
→ Full-stack PWA with offline support, Google OAuth, Redis caching
backendwebdocker-compose.ymlspring-ai-mcp-server·2026-01-25
Spring Boot MCP server that converts natural language questions into read-only SQL using LLM. Retrieves schema context via pgvector for RAG-based query generation.
→ Natural language → SQL with safe read-only execution
stellarmind-serverstellarmind-clientsqs·2021-12-27
Reference implementation for AWS SQS integration with Spring Boot including producer/consumer patterns, retry logic, and dead-letter queue handling.
producerconsumerbackendscaleEngineering work visibility — portfolios show results but not thinking
Full implementation: Next.js 16, React 19, documentation-first design system
src/appsrc/componentssrc/dataMicroItineraryTravel apps lack intelligent suggestions and group expense management
Full-stack: Spring Boot 3.2.2 + Java 21 backend, React 18 + Vite PWA, OpenAI integration
backendwebtestspring-ai-mcp-serverNatural language database queries with retrieval-augmented context via pgvector
Full MCP server implementation, pgvector integration, Chain-of-Thought UI
stellarmind-serverstellarmind-clientpostmanmy-expenseSimple expense tracking without bloated features
Full-stack Java application with REST API
apipersistencereportssqsReference implementation for AWS SQS with Spring Boot
Producer/consumer patterns, retry logic, DLQ handling
producerconsumerconfigwealwa-apiPersonal wealth tracking and portfolio management
REST API design, portfolio analytics
apiportfolioanalyticsbackendscale (rohitraj.tech)Engineering work is often invisible. Traditional portfolios show polished results but not the thinking process.
Creating a documentation-first design system that feels like internal engineering docs while remaining visually professional.
MicroItineraryTravel apps lack intelligent suggestions based on season/budget and don't handle group expense splitting well.
Integrating OpenAI GPT-4 for destination suggestions and cost estimation while maintaining offline-first PWA capabilities.
StellarMIND (spring-ai-mcp-server)Business users need to query databases without knowing SQL. Existing tools lack context-aware query generation.
Retrieval-augmented SQL generation using pgvector for schema context, with strict read-only query enforcement for safety.