AI SEO
stackfoundry/ai-seoFreeBlock
llms.txt, llms-full.txt, and AI sitemap routes for AI-ready discovery.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/ai-seo.jsonSource
1export const siteUrl = process.env.NEXT_PUBLIC_SITE_URL ?? "https://example.com";23export type AiSeoPage = {4 title: string;5 path: string;6 description: string;7 audience: string;8};910export const aiSeoPages: AiSeoPage[] = [11 {12 title: "Home",13 path: "/",14 description: "API SaaS positioning, install flow, module previews, and product overview.",15 audience: "founders, devtools builders, agencies, platform teams, and AI API teams",16 },17 {18 title: "Docs",19 path: "/docs",20 description: "How to install, review, author, and maintain source-delivered SaaS modules.",21 audience: "developers and automation installing or maintaining modules",22 },23 {24 title: "Registry",25 path: "/registry",26 description: "Catalog of modules, recipes, provider adapters, and registry families.",27 audience: "teams choosing API SaaS capabilities, provider adapters, and install paths",28 },29 {30 title: "Build and Grow a SaaS With Source-Owned Modules",31 path: "/blog/building-saas-with-source-modules",32 description:33 "Practical guide to building SaaS in layers: API keys, usage, billing, webhooks, auth, analytics, support, SEO, and vendor adapters as editable source.",34 audience: "builders planning SaaS architecture, growth loops, and production readiness",35 },36 {37 title: "SaaS Starter Alternatives",38 path: "/alternatives",39 description:40 "Index of comparison pages for Makerkit, Supastarter, ShipFast, Gravity, Open SaaS, Nextacular, BoxyHQ, and StackFoundry.",41 audience: "builders comparing SaaS starter kits and source-owned module alternatives",42 },43 {44 title: "Makerkit Alternative",45 path: "/alternatives/makerkit",46 description:47 "Compare Makerkit with StackFoundry when you want production SaaS modules as editable source instead of a paid all-in-one starter.",48 audience: "builders comparing SaaS starter alternatives",49 },50 {51 title: "Supastarter Alternative",52 path: "/alternatives/supastarter",53 description:54 "Compare Supastarter with StackFoundry when you want rich SaaS capabilities without making one starter own the app architecture.",55 audience: "builders comparing SaaS starter alternatives",56 },57 {58 title: "ShipFast Alternative",59 path: "/alternatives/shipfast",60 description:61 "Compare ShipFast with StackFoundry when speed matters but you still want source-owned API, billing, webhook, and operations modules.",62// … truncated
What it pulls in
Other registry items
Files it writes
More from stackfoundry
All 157 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Deletionaccount-deletion | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Modesaccount-modes | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Settingsaccount-settings | stackfoundry | Blocks | Free | no deps · 2 files | |
| Admin Consoleadmin-console | stackfoundry | Blocks | Free | no deps · 2 files | |
| Agent-Ready Installsagent-ready-installs | stackfoundry | Blocks | Free | no deps · 13 files | |
| AI Chatai-chat | stackfoundry | Blocks | Free | 3 deps · 4 files | |
| AI Chatbot SDKai-chatbot-sdk | stackfoundry | Blocks | Free | 3 deps · 2 files | |
| AI Elementsai-elements | stackfoundry | Blocks | Free | no deps · 5 files |
