AI Builder Index¶
What it is¶
The AI Builder Index is the primary discovery portal for the homelab automation and AI engineering stack documented in this repository. It serves as a high-signal directory that routes users to the appropriate playbooks, tools, and architectural patterns based on their desired outcomes, whether they are building public websites, internal company operations, or specialized research agents.
What problem it solves¶
The repository contains a vast array of tools and patterns, which can be overwhelming for new users. The AI Builder Index solves this "discovery friction" by organizing the content into logical "outcome buckets." Instead of browsing a flat file list, builders can start with a goal (e.g., "Build a website for free") and immediately find the curated set of tools and instructions needed to achieve it.
Where it fits in the stack¶
Category: Knowledge Base / Entry Point. It is the navigational layer of the KnowledgeOps system, sitting between the Home Index and the detailed technical documentation for individual services and tools.
Typical use cases¶
- New User Onboarding: Quickly finding the "Starter Stack" to begin automating a home or small business.
- Project Selection: Deciding between a local-first approach (Ollama/LocalAI) or a hosted approach (OpenRouter/Vercel) for a new AI application.
- Research Workflow Design: Identifying the right combination of browsing (Browser Use) and memory (mem0) tools for market intelligence.
- Rapid Prototyping: Using the Free AI Website Playbook to launch an MVP in a single weekend.
Strengths¶
- Signal-to-Noise: Filters the entire repository into the most impactful tools and paths.
- Outcome-Driven: Focuses on "Jobs to be Done" rather than tool features.
- Highly Visual: Uses Mermaid diagrams and grid cards for rapid mental mapping.
- Opinionated Defaults: Provides clear "Practical Defaults" to reduce decision fatigue.
Limitations¶
- Index Lag: Requires manual updates when new high-impact tools are added to the repository.
- Abstraction Layer: Points to documentation but does not contain the deep technical implementation details itself.
- Path Dependency: Assumes users are following the repository's core philosophy of AI-assisted development and automation.
When to use it¶
- When you are new to the repository and don't know where to start.
- When you have a specific goal (e.g., "Set up an internal knowledge base") and need a curated stack.
- When you need a high-level overview of how the various architectural pieces (Agents, Infrastructure, Flows) fit together.
When not to use it¶
- If you already know exactly which tool you need (use the global search or specific category indices).
- If you are looking for low-level API references or installation logs (go to the specific tool page).
Getting started¶
To get the most out of the AI Builder Index:
- Identify your Goal: Scan the "Start by outcome" table below.
- Follow the Path: Click the link in the "Start here" column for your chosen goal.
- Adopt Defaults: If you are unsure, look at the "My practical defaults" section to see the recommended baseline stack.
- Explore the Map: Use the "Navigation map" at the bottom of the page to understand the structural hierarchy of the documentation.
Start by outcome¶
| Goal | Start here | Then go to | Best for |
|---|---|---|---|
| Build a website or app for free | Free AI Website Playbook | Vercel, Cloudflare Pages, GitHub Pages, Supabase | Founders, consultants, internal builders |
| Set up an AI-driven company stack | AI Company Starter Stack | n8n, Google Workspace CLI, mem0 | Teams building operating leverage |
| Build AI products | AI Tooling Landscape | Context7, Claude Cookbooks, OpenRouter | Product builders and engineers |
| Choose an agent framework or agent stack | Agent Framework Learning Map | LangGraph, OpenAI Agents SDK, OpenClaw | Builders deciding what to study vs what to use |
| Research markets, leads, or targets | AI Company Starter Stack | DeerFlow, Tavily, Browser Use | Agencies, sales, strategy work |
| Build internal knowledge assistants | AI Company Starter Stack | AnythingLLM, LocalAI, Ollama | Internal enablement and knowledge access |
| Run local or private AI | AI Company Starter Stack | LocalAI, llmfit, Ollama | Privacy-sensitive or cost-conscious teams |
Recommended entry paths¶
-
Build Websites
Start with the Free AI Website Playbook.
Use this when you need to decide: - what site to build, - what free host fits it, - and how to prompt the LLM correctly.
-
Ship AI Products
Start with the AI Tooling Landscape.
Use this when you need the broader map of providers, agents, frameworks, and serving layers before choosing implementation tools.
-
Run Operations
Start with the AI Company Starter Stack.
Use this when the real goal is not the app itself but the company operating system behind it.
-
Research And Leads
Start with the Research and lead-intel pack.
Use this when you need repeatable account research, market synthesis, or lead-generation workflows.
-
Internal Knowledge
Start with AnythingLLM and the Knowledge workspace pack.
Use this when the company needs a usable internal assistant before it needs a custom AI product.
-
Private / Local AI
Start with LocalAI and llmfit.
Use this when control, privacy, or cost discipline matters more than convenience.
Curated buckets¶
Website builders and launch stack¶
Use this bucket when the main question is, "What can I launch this week without paying for infrastructure yet?"
Product implementation stack¶
Use this bucket when the main question is, "How do I build the AI product itself without making architecture mistakes?"
Company operations stack¶
Use this bucket when the main question is, "How do I make the company itself run better with AI?"
Research and intelligence stack¶
Use this bucket when the main question is, "How do I create a machine for lead research, market synthesis, or target-account intelligence?"
Internal knowledge and workspace stack¶
Use this bucket when the main question is, "How do I give the team an internal assistant they will actually use?"
My practical defaults¶
If I had to route most people quickly:
- Public product or marketing site: Free AI Website Playbook -> Vercel -> Supabase if needed.
- Docs-heavy site or repo project: Free AI Website Playbook -> GitHub Pages.
- AI-driven company ops: AI Company Starter Stack.
- Product implementation questions: AI Tooling Landscape.
Navigation map¶
flowchart TD
A["Home"] --> B["Knowledge Base"]
B --> C["AI Builder Index"]
C --> D["Free AI Website Playbook"]
C --> E["AI Company Starter Stack"]
C --> F["AI Tooling Landscape"]
D --> G["Hosting pages"]
E --> H["Operations and research stack"]
F --> I["Broader ecosystem map"]
Related tools / concepts¶
- Knowledge Base Overview
- Free AI Website Playbook
- AI Company Starter Stack
- AI Tooling Landscape
- Agent Framework Learning Map
- Agent Protocols
- Agentic Workflows
- Home
- Infrastructure
- System Prompts
Sources / References¶
Contribution Metadata¶
- Last reviewed: 2026-05-10
- Confidence: high