Back to directory
Tested commands, real outputs

Deployment Recipes

Copy-paste setups that actually work. No marketing, no missing prerequisites, no "it should work on your machine." Just the commands, the expected output, and the fixes when something goes wrong.

26 recipes

DeploymentIntermediate

Deploy Multi-Model Routing with OpenRouter and LiteLLM

Set up a cost-optimized routing layer that sends routine tasks to cheap models and complex reasoning to frontier models — with automatic fallback and cost tracking.

openrouterlitellmmodel-routing
30 minOpen recipe
Self-HostingBeginner

Cloudflare Temporary Worker Deployment for Agents

Let your AI agent deploy a Cloudflare Worker, D1 database, or KV store with zero signup — a 60-minute temporary account for prototyping, previews, and human handoff.

cloudflareworkersdeployment
15 minOpen recipe
Self-HostingIntermediate

Self-Host Letta for Stateful Agents with Memory

Deploy Letta (formerly MemGPT) on your own infrastructure to run stateful AI agents with persistent memory blocks, archival storage, and self-editing context.

lettamemgptmemory
45 minOpen recipe
EvaluationIntermediate

Deploy a RAG Evaluation Pipeline with Ragas

Set up an automated evaluation pipeline that scores your RAG system on faithfulness, answer relevance, and context precision — so you know if changes help or hurt.

ragevaluationragas
40 minOpen recipe
Self-HostingIntermediate

Deploy appCrane as a Self-Hosted Agent PaaS

Self-hosted platform for apps your AI agents build and deploy — agent-first over MCP, with enterprise SSO, per-user audit, and a secret hard-wall.

dockerself-hostingpaas
45 minOpen recipe
Model ServingAdvanced

Deploy Ferrogate as a Self-Hosted AI Gateway

Stand up a Rust-based AI gateway with provider routing, virtual API keys, budget enforcement, and MCP tool execution — a high-performance alternative to LiteLLM or Portkey.

gatewayself-hostingrust
60 minOpen recipe
TestingIntermediate

Build an Agent Test Harness with Pytest

Treat your agent's behavior like production code — write repeatable tests that catch regressions before they reach users. No more "it worked yesterday" debugging.

testingpytestagents
35 minOpen recipe
Model ServingIntermediate

Deploy vLLM as an OpenAI-Compatible Server

Stand up vLLM with the OpenAI-compatible API so agents and tools can talk to open-weight models through a familiar base URL.

vllmopenai-compatiblegpu
35 minOpen recipe
Local StackBeginner

Open WebUI + Ollama for a Local Chat Front Door

Give non-terminal users a clean browser UI on top of local Ollama models without sending chats to a third-party SaaS.

ollamaopen-webuidocker
20 minOpen recipe
GatewaysIntermediate

LiteLLM Proxy for Multi-Provider Routing

Put one OpenAI-compatible proxy in front of OpenAI, Anthropic, Gemini, and local endpoints so agents can switch models with config, not code rewrites.

litellmgatewaymulti-provider
30 minOpen recipe
IDE IntegrationBeginner

VS Code + Continue with Local Ollama Models

Set up the Continue extension in VS Code to autocomplete, chat, and edit with local Ollama models so your code never leaves your machine.

vscodecontinueollama
15 minOpen recipe
DeploymentIntermediate

Deploy n8n with Local LLM Tools

Self-host n8n workflow automation and connect it to local Ollama models for private, agent-driven automations.

n8nollamaself-hosting
35 minOpen recipe
Self-HostingIntermediate

Self-Host SearXNG for Agent Web Search

Run a private metasearch engine that your agents can query without sending searches to commercial providers.

searxngsearchprivacy
30 minOpen recipe
Self-HostingAdvanced

Run Qwen3.6-27B on vLLM with NVFP4

Production recipe for serving Qwen3.6-27B efficiently on NVIDIA hardware using vLLM and NVFP4 quantization. Cut VRAM and boost throughput without major accuracy loss.

vllmqwennvfp4
45 minOpen recipe
Self-HostingBeginner

Run Ollama on macOS with Apple Silicon

Install Ollama on M1/M2/M3 Macs with Metal GPU acceleration. The easiest path to local LLMs for macOS developers.

ollamamacosapple-silicon
15 minOpen recipe
Agent DeploymentIntermediate

Build Your First OpenClaw Agent

Deploy a local OpenClaw agent on Linux or macOS, connect it to Ollama, and run your first tool-augmented task.

openclawollamalinux
45 minOpen recipe
Agent DeploymentIntermediate

Deploy Hermes Agent

Install Nous Research's provider-agnostic, self-improving agent and connect it to messaging, memory, and skills.

hermeshermes-agentnous-research
45 minOpen recipe
IDE IntegrationBeginner

VS Code + Continue for Local AI Coding

Set up the most popular local-first coding extension. Connect VS Code to Ollama for autocomplete, chat, and tab completion without sending code to the cloud.

vscodecontinueollama
15 minOpen recipe
IDE IntegrationBeginner

Use Cline with a Local Ollama Model

Run the Cline coding agent inside VS Code, sending every prompt to a local model so your code never leaves your machine.

clineollamavscode
20 minOpen recipe
Self-HostingAdvanced

Docker Compose Full AI Stack

One command to deploy Ollama, Open WebUI, and Nginx with SSL. The production-ready foundation for self-hosted AI infrastructure.

dockerdocker-composeollama
60 minOpen recipe
Enterprise PilotIntermediate

Pilot Microsoft Scout

Set up Microsoft's always-on Autopilot agent for desktop and Microsoft 365, with guardrails for safe piloting.

microsoft-scoutscoutautopilot
60 minOpen recipe
Cloud GPUBeginner

Rent a Cloud GPU on RunPod

Get NVIDIA GPU compute by the hour without buying hardware. Deploy Ollama on cloud GPUs for local-privacy inference with cloud convenience.

runpodcloud-gpunvidia
20 minOpen recipe
Self-HostingIntermediate

Run Ollama on Ubuntu 24.04 with NVIDIA CUDA

Install Ollama on Ubuntu with GPU acceleration — the standard foundation for local agents and LLMs.

ollamaubuntucuda
30 minOpen recipe
Self-HostingIntermediate

Deploy Open WebUI with Ollama

Run a self-hosted ChatGPT-style interface that talks to your local Ollama models and any OpenAI-compatible API.

open-webuiollamaself-hosting
25 minOpen recipe
DatabaseIntermediate

Self-Hosted pgvector for RAG Applications

Add persistent memory to your AI agents with PostgreSQL and pgvector. The essential database layer for retrieval-augmented generation.

postgresqlpgvectorrag
30 minOpen recipe
DeploymentIntermediate

Deploy Ollama with Docker

Run Ollama in a GPU-enabled container with persistent model storage and a stable REST API endpoint.

OllamaDockerself-hosting
25 minOpen recipe

Why these recipes are different

Tested paths

Every recipe follows a real install sequence. We note the versions that worked and the commands that failed.

Copy-paste ready

Commands are formatted to run as-is. No hand-waving about 'figure out the paths yourself.'

Failure modes included

We list the errors you are likely to see and the exact fix, not just the happy path.