-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Context
This is 2026 and more and more people are vibecoding, it just makes sense to add a llms.txt from day 1. It makes the language more approchable by complete begginers or people who just want to try things out.
Proposal
Implement two files in the root directory/docs to serve as the "Source of Truth" for AI models:
llms.txt: A brief, high-level summary of Vix syntax, type system, links and project structure.llms-full.txt: A comprehensive markdown file containing the full API surface, including the libraries and all internal modules.
Reference
Many Companies, Frameworks and Libraries do this:
- Cloudflare: https://developers.cloudflare.com/llms.txt
- Angular: https://angular.dev/llms.txt
- Docker: https://docs.docker.com/llms.txt
- Tauri: https://v2.tauri.app/llms.txt
- Svelte: https://svelte.dev/llms.txt
Benefits
- Reduces Hallucination: Stops LLMs from mixing Python-style colons with Vix
endkeywords. - Vibe coding: Tools like Cursor, Windsurf, and Copilot can instantly ingest the language rules.
- Faster Adoption: Developers can create libraries faster if the AI knows the language rules.
Implementation
Since the language is still evolving, we should automate this. I'm not exactly sure the best way to go about this, we can take a look at others libraries and understand how they did it and copy from them. Or just find a way to do it ourselves, if the community approves the idea I'd like to help implement this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels