Technologies & Platforms

The technology and AI behind every build.

From languages and frameworks to AI models, cloud, and the deployment layer, this is the full toolbox KUMO assembles into production software and AI. Explore the platforms we go deepest on below.

Assembled per build

Technologies we build with.

There is no single KUMO stack. Every build gets its own, assembled for your workload, your data, your team, and whoever maintains the system after handover. These are the technologies we assemble those stacks from, and why each earns its place.

01

Languages and runtimes

  • TypeScript logo, KUMO primary language TypeScript
  • Python logo, KUMO language for AI workloads Python
  • Go logo, KUMO language for high-throughput services Go
  • Rust logo, KUMO language for performance-critical paths Rust
  • Node.js logo, KUMO API runtime Node.js
  • Bun logo, KUMO fast JavaScript runtime Bun
  • Ruby on Rails logo, KUMO supports Rails in production Ruby on Rails

TypeScript end to end for most products: one language across frontend and API cuts handover cost and hiring risk. Python where the workload is AI-heavy. Go where raw throughput decides the architecture, and Rust on hot paths where every millisecond is money. We run Node.js and adopt Bun where its speed pays. Our engineers shipped and scaled Ruby on Rails at Volopay, and we still support Rails codebases in production.

02

Product surfaces

  • React logo, KUMO web framework React
  • Next.js logo, KUMO web framework Next.js
  • Astro logo, KUMO framework for content-heavy sites Astro
  • React Native logo, KUMO framework for iOS and Android apps React Native
  • Expo logo, KUMO React Native tooling Expo
  • Tailwind CSS logo, KUMO design-system styling Tailwind CSS
  • shadcn/ui logo, KUMO component system shadcn/ui
  • Radix UI logo, KUMO accessible component primitives Radix UI

React and Next.js for web products. Astro for content-heavy sites where load speed is the feature. React Native with Expo for iOS and Android from one codebase, native modules where the product demands them. Tailwind CSS with shadcn/ui and Radix for design systems that ship fast. Real-time and streaming interfaces with WebSockets and server-sent events, because AI products that make users wait for a full response feel broken.

03

APIs, data, and architecture

  • Convex logo, KUMO real-time serverless backend Convex
  • Node.js logo, KUMO API runtime Node.js
  • Hono logo, KUMO HTTP framework Hono
  • Postgres logo, KUMO default database Postgres
  • Drizzle ORM logo, KUMO typed database access Drizzle
  • Redis logo, KUMO caching and queues Redis
  • Zod logo, KUMO schema validation Zod
  • Better Auth logo, KUMO authentication Better Auth
  • FastAPI logo, KUMO Python API framework FastAPI
  • Supabase logo, KUMO rapid backend platform Supabase

Two backend tracks, chosen per product. Convex for real-time serverless products: queries, mutations, actions, a scheduler, cron jobs, storage, and live subscriptions. Node.js services with Hono and typed oRPC over Postgres and Drizzle ORM for relational, retrieval-heavy products. Postgres is extended with pgvector for vector search and full-text search, so most AI features ship without a second database. Redis for caching and queues. Zod for end-to-end validation, Better Auth for authentication, and FastAPI or Supabase where they fit the job.

04

AI models

  • OpenAI logo, KUMO builds AI on OpenAI GPT models OpenAI
  • Anthropic logo, KUMO builds AI on Anthropic Claude Anthropic
  • Google Gemini logo, KUMO multimodal AI model Gemini
  • Meta Llama logo, KUMO open-weight AI model Llama
  • Mistral logo, KUMO open-weight AI model Mistral
  • DeepSeek logo, KUMO open-weight AI model DeepSeek
  • ElevenLabs logo, KUMO production voice AI ElevenLabs

Model choice is an engineering decision, not a loyalty program. OpenAI GPT and Anthropic Claude for frontier reasoning, Google Gemini where multimodal or context length wins. Open-weight models, Llama, Mistral, DeepSeek, self-hosted when privacy or unit economics demand it. Specialist models where the product needs a specialist: ElevenLabs and dialogue-native TTS for production voice, Whisper for speech to text, dedicated embedding and reranking models for retrieval quality, image and vision models for documents and floor plans. Every model sits behind a provider-swappable abstraction, so switching is a configuration decision, not a rewrite.

05

AI application layer

  • Vercel AI SDK logo, KUMO AI application framework Vercel AI SDK
  • Qdrant logo, KUMO managed vector store Qdrant
  • LangGraph logo, KUMO AI orchestration LangGraph
  • Hugging Face logo, KUMO open-weight model sourcing Hugging Face

AI features are built on the Vercel AI SDK and Convex Agent and RAG components: structured outputs, agentic tool use, streaming, and embeddings. Retrieval on pgvector by default, with Cohere reranking and Tavily web-search fallback, and managed vector stores like Qdrant at scale. Orchestration with LangGraph or custom code, tool connectivity over MCP, the protocol now standardising how AI systems talk to software. And the part that decides whether AI survives production: evals before ship, tracing in production, structured outputs, semantic caching, and model routing to control cost.

06

AI infrastructure and GPU

  • Ollama logo, KUMO self-hosted model runtime Ollama
  • FFmpeg logo, KUMO media processing FFmpeg

We deploy AI through AWS Bedrock, Google Vertex AI, and Azure OpenAI where enterprise controls matter, direct APIs where speed matters, and vLLM or Ollama where self-hosting wins. Self-hosted GPU inference on RunPod with a scale-to-zero strategy, and image models through fal.ai. Media assembly and normalisation with FFmpeg.

07

Cloud, delivery, and jobs

  • AWS logo, KUMO deploys on AWS as an AWS Partner AWS
  • Google Cloud logo, KUMO production cloud Google Cloud
  • Microsoft Azure logo, KUMO production cloud Azure
  • Docker logo, KUMO containerised deployments Docker
  • Coolify logo, KUMO application deployment Coolify
  • Kubernetes logo, KUMO container orchestration Kubernetes
  • Turborepo logo, KUMO monorepo build system Turborepo
  • Terraform logo, KUMO infrastructure as code Terraform
  • GitHub Actions logo, KUMO CI/CD delivery GitHub Actions

AWS first: KUMO is an AWS Partner and runs its own SaaS, CampaignHQ, on AWS in production, with S3, EC2, CloudFront, and Route 53. Also Google Cloud, Azure, and client infrastructure including on-prem. Docker everywhere, Coolify and Kubernetes for deployment, serverless and edge where they fit. Monorepos on Turborepo, infrastructure as code with Terraform, background jobs on Trigger.dev, and delivery through GitHub Actions CI/CD.

08

Observability and quality

  • Sentry logo, KUMO application error monitoring Sentry
  • OpenTelemetry logo, KUMO distributed tracing OpenTelemetry
  • Playwright logo, KUMO end-to-end and AI browser testing Playwright

Sentry for application errors, Langfuse for LLM traces, model metadata, and token usage, and OpenTelemetry for distributed tracing. End-to-end and AI-driven browser testing with Playwright. Cost, latency, and error tracking by workflow and model, so problems surface before customers see them.

09

Payments and integrations

  • Stripe logo, KUMO payments and billing Stripe
  • Razorpay logo, KUMO payments and billing Razorpay
  • Resend logo, KUMO transactional email Resend
  • Discord logo, KUMO team and notification workflows Discord

Billing and payments with Stripe and Razorpay, subscriptions, webhooks, tax, and invoicing. Transactional email through Resend, team workflows over Discord, and the Google ecosystem, OAuth, Drive, and Sheets, wired in where products need it.

Explore

Platforms we go deep on.

Shopify Custom Shopify development

The custom systems, integrations and AI that sit alongside a Shopify store: operational backends, real integration layers, B2B logic, headless storefronts, and production AI. We do not build themes or set up stores. Starts at $20K to $50K.

Explore Shopify custom development →
WhatsApp Business Custom WhatsApp Business development

Custom WhatsApp Business systems for revenue stage teams: WABA setup, AI agents, deep CRM integration, and industry automations. CampaignHQ is a Meta Tech Provider. Starts at $20K to $50K.

Explore WhatsApp Business development →
Lovable App Development Lovable apps to scale

Built your product on Lovable and hit the wall? KUMO audits, secures and scales Lovable apps, Supabase and all: security fixes in days, then harden-in-place, engineer-the-backend, or full graduation. We are an independent studio, not affiliated with Lovable.

Explore Lovable to scale →
AWS Production AI on AWS

Bedrock, Lambda, ECS, RDS, and multi region compliance. KUMO is a verified AWS Partner shipping production AI and software on AWS.

Explore AWS →
React Native Cross-platform app development

Production iOS and Android apps from one React Native codebase. App Store and Play release, backend and API, and full IP transfer. Flickd shipped in three months.

Explore React Native →
n8n Production workflow automation

Self hosted n8n, AI agent workflows, CRM automation, and the production operating model behind reliable automation at scale.

Explore n8n →
Anthropic Claude Production software with Claude

Custom agents, long document processors, and internal knowledge agents built across the Claude model family, with evals, model routing, and cost controls. CampaignHQ uses Claude in production today.

Explore Anthropic Claude →
OpenAI Custom OpenAI development

Agents and tools on the Responses API, document AI, and product AI features, with evals, model routing, cost controls, and a deployment route chosen across direct OpenAI, Amazon Bedrock, and Azure OpenAI.

Explore OpenAI →

More platforms are documented as we ship them. The right technology for a build follows the workload, not the other way around.

Not sure what to build with?

30 minutes, no pitch deck. You describe the workload, we recommend the right technology honestly and tell you roughly what it costs.