Build the Open Grid with Us
The Grid is an open, interoperable fabric for AI—built in the open, by and for developers. If you believe AI should be modular, auditable, and connectable across tools, frameworks, and venues, you’re in the right place.
- Core (Covia):
https://github.com/covia-ai/covia - Documentation:
https://github.com/covia-ai/covia-docs - Frontend:
https://github.com/covia-ai/frontend - All repositories:
https://github.com/covia-ai - Discord:
https://discord.gg/fywdrKd8QT
Why contribute
- Help define open standards that make AI systems composable and portable.
- Ship real infrastructure: venues, adapters, operations, and governance tooling.
- Work in a pragmatic codebase with a strong focus on DX, observability, and security.
- Join an active community of builders (researchers, operators, and application devs).
Ways you can contribute
- Fix a bug or improve docs (great for first contributions)
- Add or enhance an adapter (e.g., LangChain, HTTP, MCP, custom venues)
- Implement new grid operations or examples
- Improve testing, CI, and developer tooling
- Propose protocol and governance improvements
Get started in minutes
-
Explore the docs
-
Pick an issue
- Core issues:
https://github.com/covia-ai/covia/issues - Docs issues:
https://github.com/covia-ai/covia-docs/issues - Frontend issues:
https://github.com/covia-ai/frontend/issues
- Core issues:
- Look for labels like "good first issue", "help wanted", or "docs".
- Run the docs locally (optional, for docs changes)
pnpm install
pnpm run start
- Submit your PR
- Fork the repo, create a branch, open a PR against
develop. - Provide a concise description, screenshots where helpful, and test notes.
- Fork the repo, create a branch, open a PR against
Development pointers
- Adapters live under the user guide: see
User Guide → Adaptersfor integration patterns. - Keep code clear and self-explanatory; prefer readability over cleverness.
- Add meaningful tests and docs alongside code changes.
- Follow existing formatting and conventions; avoid unrelated refactors.
Community & support
- Join Discord to ask questions, share work, and find collaborators:
https://discord.gg/fywdrKd8QT - Follow updates on X:
https://x.com/CoviaAI - Discussions and proposals happen via issues and PRs on GitHub:
https://github.com/covia-ai
Not sure where to start?
Tell us what you want to build in Discord, and we’ll help you map it to the Grid—whether that’s a new venue, a custom adapter, or a production workflow. Your feedback directly shapes the roadmap.
Ready? Open your first issue or PR today:
- Core:
https://github.com/covia-ai/covia - Docs:
https://github.com/covia-ai/covia-docs - Frontend:
https://github.com/covia-ai/covia-frontend