Purpose: React framework for production-grade web applications with SSR, static generation, and API routes.
Local tip: npx create-next-app@latest to scaffold a new project.
Interactive Stack Reference / 2026
A curated source of truth for the agents, runtimes, and cloud primitives that power the agentic workflow. Search the board, open the official docs, and click commands to copy them without leaving the page.
Modern frameworks and styling primitives for building fast, responsive interfaces.
Purpose: React framework for production-grade web applications with SSR, static generation, and API routes.
Local tip: npx create-next-app@latest to scaffold a new project.
Purpose: Utility-first CSS framework for rapid UI development.
Local tip: npm install -D tailwindcss to set up the build pipeline.
Purpose: Accessible and customizable components to copy or adapt.
Local tip: npx shadcn-ui@latest init to configure your styles.
Runtimes, version control, and automation primitives that keep local builds moving.
Purpose: JavaScript runtime for APIs, bundlers, and tooling.
Local tip: node -v to verify, and keep npx handy.
Purpose: General-purpose scripting, automation, and CLI glue.
Local tip: python -m venv env for isolated environments.
Purpose: Distributed version control and remote hosting for collaboration.
Local tip: git init and gh repo clone to start.
Purpose: Local automation orchestrator for connecting APIs and DBs.
Local tip: npx n8n to launch the workflow designer.
Console-first copilots that read your repo, plan safely, and apply code changes.
Purpose: OpenAI's terminal-based coding agent for reading and editing code.
Local tip: npm install -g @openai/codex to install.
Purpose: Anthropic's CLI for agentic workflows and debugging.
Local tip: npm install -g @anthropic-ai/claude-code then run claude.
Purpose: Google's CLI for Gemini Code Assist with a large context window.
Local tip: npm install -g @google/gemini-cli to start.
Purpose: Grok-powered assistant for multi-file transactions and MCP tools.
Local tip: bun add -g @vibe-kit/grok-cli to install with Bun.
Zero-cost tiers for connecting scripts to capable LLM models and low-latency inference.
Purpose: High-volume agentic workloads with multimodal outputs.
Limit: 60 RPM / 1,000 RPD through the Gemini CLI license.
Purpose: Groq-accelerated models with ultra-low latency.
Local tip: Sign up at console.groq.com for free API keys.
Relational, document, vector, and cache layers for application state and retrieval.
Purpose: Hosted Postgres platform with database, storage, edge functions, and realtime services.
Local tip: npx supabase init to start a local project config.
Purpose: ACID-compliant database for transactional services.
Local tip: docker run -p 5432:5432 postgres for quick local dev.
Purpose: JSON-native document store for flexible schemas.
Local tip: docker run -p 27017:27017 mongo to start locally.
Purpose: Zero-setup file database for light tooling and tests.
Local tip: sqlite3 dev.db to inspect data immediately.
Purpose: Managed Redis and Kafka for serverless and edge.
Local tip: docker run -p 6379:6379 redis for mirroring.
Purpose: PHP embedded vector database for HNSW ANN searches.
Local tip: composer install then run the PHP server.
Sign-in, user management, and permission layers for product access.
Purpose: Built-in authentication for email, OAuth, magic links, sessions, and row-level security workflows.
Local tip: npx supabase start to run the local auth stack with your project.
Protecting secrets and monitoring application health in real-time.
Purpose: Secret management platform to sync env vars securely.
Local tip: infisical run -- npm run dev to inject secrets.
Purpose: Product OS for analytics, recordings, and feature flags.
Local tip: Use the JS SDK for instant client-side event tracking.
Purpose: Error tracking and performance monitoring.
Local tip: npx @sentry/wizard -i nextjs for auto-config.
Billing and checkout tooling for charging customers and managing subscription flows.
Purpose: Payment infrastructure for subscriptions, one-time checkouts, invoices, and webhooks.
Local tip: stripe listen --forward-to localhost:3000/api/webhooks for local webhook testing.
Where the code lands and how updates are pushed from local development.
Purpose: Production hosting for static and serverless workloads.
Local tip: npm i -g vercel then run vercel dev.
Purpose: Domain registrar for buying, renewing, and pointing product domains at your hosting stack.
Local tip: Configure DNS records there before pointing traffic at Vercel or other hosts.
Purpose: Managed hosting for landing pages and monoliths.
Local tip: Upload assets via hPanel or Git deployment.
ai, db, or hosting.