AI Builder Index¶
This page is the discovery-oriented front door for building things with the stack in this repository.
It is inspired by the information-distribution pattern used on awesomeclaude.ai: put the highest-signal buckets near the top, explain why they matter in one sentence, and then route people into the right detailed pages.
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 |
| 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¶
Sources / References¶
Contribution Metadata¶
- Last reviewed: 2026-03-15
- Confidence: medium