harlan-zw/Mdream
Generate llms.txt artifacts from your static site HTML output for LLM consumption
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- MIT
Pinned Snippet
uses: harlan-zw/mdream@51d7d5e8c025534763afe7fa3478cb5ec9c4e51a # v1.4.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| glob | Glob pattern to match HTML files (e.g., "dist/**/*.html") | yes | — |
| site-name | Name of your site | yes | — |
| description | Description of your site content | yes | — |
| origin | Base URL of your site (e.g., "https://mysite.com") | yes | — |
| output | Output directory for generated files | no | . |
| chunk-size | Chunk size for streaming processing | no | 4096 |
| verbose | Enable verbose logging | no | false |
Outputs
| name | description |
|---|---|
| llms-txt-path | Path to the generated llms.txt file |
| llms-full-txt-path | Path to the generated llms-full.txt file |
| markdown-files | JSON array of generated markdown file paths |