We're an early-stage consulting practice focused on production-grade AI platforms with security testing from day one.
These case studies show actual projects—including in-progress work—so you can see how we approach architecture, security,
and deployment.
Completed · MCP Platform
Multi-tenant MCP API platform
Project overview: Built a multi-tenant SaaS platform with MCP server integration, Clerk authentication,
rate limiting, and production infrastructure on Vercel with comprehensive security testing.
Technical challenges
- Row-level security for multi-tenant data isolation
- Redis rate limiting per tenant + per tool
- MCP server integration with typed auth boundaries
- 2,000+ automated tests from the first sprint
Architecture decisions
- Next.js App Router with TypeScript strict mode
- Clerk for org-level authentication and RBAC
- Postgres + pgvector for semantic search
- Docker sandboxes for untrusted tool execution
Key outcomes
- Production deployment with zero downtime
- Auth boundaries prevent tenant data leakage
- Rate limiting handles API abuse gracefully
- Preview environments for every pull request
Multi-tenant
Architecture
Building in public: Demonstrates how we handle multi-tenant architecture with security testing from day one.
In progress · RAG
AI-powered SEO analysis platform
Project overview: Real-time keyword research platform using Claude and OpenAI,
built with a Next.js frontend and Python API backend. Currently in active development.
Technical challenges
- Live sitemap crawling and keyword extraction
- Multi-LLM inference orchestration
- Async Python workers for crawling + scoring
- Intelligent caching to reduce API costs
Architecture decisions
- Next.js 14 UI with RSC
- Python FastAPI backend for crawling logic
- Playwright for automated testing
- Vercel deployment with edge functions
Current status
- Core keyword analysis features deployed
- Sitemap scanning in production preview
- Multi-LLM inference pipeline operational
- Security testing integrated into CI/CD
Building in public: Shows our approach to multi-LLM orchestration and real-time data processing.
Internal project · Modernization
Rails 5.2 → 7.1 platform modernization
Project overview: Internal capability project to modernize a legacy Rails 5.2 platform. Project was paused before production launch when priorities shifted, but delivered a complete upgrade path, schema cleanup, and working prototype demonstrating modern Rails best practices.
Technical challenges
- Legacy Rails 5.2 codebase with years of technical debt
- Database schema inconsistencies accumulated over multiple versions
- No test coverage for critical business logic
- Outdated dependencies blocking security patches
Modernization approach
- Upgraded Rails 5.2 → 7.1 with incremental version jumps
- Normalized schema and added missing foreign keys
- Built RSpec suite covering auth and core workflows
- Implemented Postgres row-level security for tenant isolation
- Modernized deployment pipeline with CI/CD automation
Deliverables
- Working Rails 7.1 prototype with clean schema
- Comprehensive upgrade documentation for future launch
- Security improvements including row-level access controls
- Automated tests enabling confident refactoring
Rails 5.2 → 7.1 PostgreSQL RSpec Row-level security CI/CD
Project status: Paused before production launch when priorities shifted. Demonstrates our Rails modernization expertise and provides a proven upgrade path for similar legacy platforms.