I saw recently the FastHTML project has a section in their docs that provides information for LLMs. Is this something Roc should provide on the website?
Because FastHTML is newer than most LLMs, AI systems like Cursor, ChatGPT, Claude, and Copilot won’t give useful answers about it. To fix that problem, we’ve provided an LLM-friendly guide that teaches them how to use FastHTML. To use it, add this link for your AI helper to use:
* /llms-ctx.txtThis example is in a format based on recommendations from Anthropic for use with Claude Projects. This works so well that we’ve actually found that Claude can provide even better information than our own documentation! For instance, read through this annotated Claude chat for some great getting-started information, entirely generated from a project using the above text file as context.
If you use Cursor, type
@docthen choose “Add new doc”, and use the /llms-ctx.txt link above. The context file is auto-generated from ourllms.txt(our proposed standard for providing AI-friendly information)—you can generate alternative versions suitable for other models as needed.
@Anton has been talking about doing this for roc. I love the idea :grinning_face_with_smiling_eyes:
Yes, great idea, I've created some issues for this. I started on something similar earlier: https://github.com/roc-lang/examples/pull/195
Last updated: Jun 16 2026 at 16:19 UTC