Interactive Stack Reference / 2026

Dev / AI Coding Stack

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.

Last refreshed: March 15, 2026 Searchable linkboard @Philipid3s
Sections9
Tools27
Click To CopyCommands
ModeReference
27 tools visibleType to filter by name, purpose, tag, or local command

Frontend & UI

Modern frameworks and styling primitives for building fast, responsive interfaces.

framework

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.

components

Purpose: Accessible and customizable components to copy or adapt.

Local tip: npx shadcn-ui@latest init to configure your styles.

Backend & Orchestration

Runtimes, version control, and automation primitives that keep local builds moving.

runtime

Purpose: JavaScript runtime for APIs, bundlers, and tooling.

Local tip: node -v to verify, and keep npx handy.

language

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.

automation

Purpose: Local automation orchestrator for connecting APIs and DBs.

Local tip: npx n8n to launch the workflow designer.

AI Coding Assistants

Console-first copilots that read your repo, plan safely, and apply code changes.

ai copilot

Purpose: OpenAI's terminal-based coding agent for reading and editing code.

Local tip: npm install -g @openai/codex to install.

ai copilot

Purpose: Anthropic's CLI for agentic workflows and debugging.

Local tip: npm install -g @anthropic-ai/claude-code then run claude.

ai copilot

Purpose: Google's CLI for Gemini Code Assist with a large context window.

Local tip: npm install -g @google/gemini-cli to start.

ai copilot

Purpose: Grok-powered assistant for multi-file transactions and MCP tools.

Local tip: bun add -g @vibe-kit/grok-cli to install with Bun.

Free AI APIs

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.

Databases & Storage

Relational, document, vector, and cache layers for application state and retrieval.

platform

Purpose: Hosted Postgres platform with database, storage, edge functions, and realtime services.

Local tip: npx supabase init to start a local project config.

relational

Purpose: ACID-compliant database for transactional services.

Local tip: docker run -p 5432:5432 postgres for quick local dev.

document

Purpose: JSON-native document store for flexible schemas.

Local tip: docker run -p 27017:27017 mongo to start locally.

embedded

Purpose: Zero-setup file database for light tooling and tests.

Local tip: sqlite3 dev.db to inspect data immediately.

serverless

Purpose: Managed Redis and Kafka for serverless and edge.

Local tip: docker run -p 6379:6379 redis for mirroring.

vector

Purpose: PHP embedded vector database for HNSW ANN searches.

Local tip: composer install then run the PHP server.

Auth & Identity

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.

Security & Observability

Protecting secrets and monitoring application health in real-time.

security

Purpose: Secret management platform to sync env vars securely.

Local tip: infisical run -- npm run dev to inject secrets.

analytics

Purpose: Product OS for analytics, recordings, and feature flags.

Local tip: Use the JS SDK for instant client-side event tracking.

observability

Purpose: Error tracking and performance monitoring.

Local tip: npx @sentry/wizard -i nextjs for auto-config.

Payments

Billing and checkout tooling for charging customers and managing subscription flows.

payments

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.

Deployment & Hosting

Where the code lands and how updates are pushed from local development.

hosting

Purpose: Production hosting for static and serverless workloads.

Local tip: npm i -g vercel then run vercel dev.

domains

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.

managed

Purpose: Managed hosting for landing pages and monoliths.

Local tip: Upload assets via hPanel or Git deployment.

No tools matched that filter. Try a broader term like ai, db, or hosting.