Commit 28c6770
feat(public): serve /llms.txt at site root from content repo (#16)
The content repo now owns llms.txt — a single LLM-discoverability
manifest (https://llmstxt.org) documenting the seven service
endpoints, the anonymous-tier model, the claim flow, and the
conventions an LLM should follow when scripting against the
platform.
The prerender script gained one step: after building all
per-route HTML, it copies .content/llms.txt to dist/llms.txt
so any static host serves it at https://instanode.dev/llms.txt.
This pairs with the upstream content commit that added a
"Prompt for any LLM (no setup needed)" section to every one
of the 104 use-case .md files. Each prompt is paste-ready into
ChatGPT, Claude, or Gemini — the LLM reads llms.txt for context,
then generates a runnable script that drives the platform's HTTP
API with real curl calls. No MCP server, no API key, no install.
Verified: dist/llms.txt is 5.7 KB (the full manifest); every
one of the 104 /use-cases/<slug>/index.html pages contains the
new prompt section.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 23ffb81 commit 28c6770
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
137 | 151 | | |
138 | 152 | | |
139 | 153 | | |
| |||
0 commit comments