-
Notifications
You must be signed in to change notification settings - Fork 336
Improve AI section #1901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Improve AI section #1901
Conversation
GigaHierz
commented
May 23, 2025
- add resources
- add MCP page
- add Vibe Coding page
- add MCP page - add Vibe Coding page
✅ Deploy Preview for celo-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docs/build/build-with-ai/mcp.md
Outdated
- **Local Data Sources**: Your computer's files, databases, and services that MCP servers can securely access | ||
- **Remote Services**: External systems available over the internet (e.g., through APIs) that MCP servers can connect to | ||
|
||
## Getting Started |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find the subsections here not very practical. It reads like an outline of things to do, without saying how.
docs/build/build-with-ai/mcp.md
Outdated
- [MCP GitHub Repository](https://github.com/anthropics/model-context-protocol) | ||
- [MCP Community Forum](https://community.modelcontextprotocol.io) | ||
|
||
## Support and Feedback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not offer support or feedback given that we don't (yet?) provide our own MCP tooling / templates
- **Visual Planning**: Automatic user flow diagram generation | ||
- **Payment Integration**: Built-in support for Stripe and Polar | ||
- **Version Control**: Direct GitHub integration | ||
- **Limitations**: Currently no Next.js support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd have the limitations outside of the list, otherwise it looks like a feature.
|
||
#### [Replit](https://replit.com/) | ||
A cloud-based development platform offering: | ||
- **Production-Ready**: Built-in production server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, the first item can't be read as following the list intro, needs rephrasing
Tools that help you gather and process information effectively. | ||
|
||
### AI-Powered Research | ||
- [Perplexity MCP](https://www.perplexity.ai/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this a chatbot and not an mcp?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use it as an MPC server on cursor and then its super useful. but might need rephrasing
- Automated data collection | ||
- Structured output | ||
|
||
## Getting Started |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This again reads vague and too generic. Remove or make concrete.
@@ -0,0 +1,116 @@ | |||
--- | |||
title: Vibe Coding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a list of every single tool out there. Is there a subset we can recommend for Celo?
Co-authored-by: Victoria <[email protected]>
Co-authored-by: Victoria <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the tools and tutorials in this section aren't Celo or even onchain specific and is just general information that could be googled.
Let's focus this section to be Celo specific tutorials and highlight how to use the Celo MCP and a quickstart on vibe coding an onchain app on Celo
- Initialize your project | ||
|
||
3. **Best Practices** | ||
- Start with a clear project structure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The vibe coding get started doesn't show how to do anything on Celo. A lot of these tools only build static front end websites and don't do anything to interact onchain. If anything, this section should be a vibe coding quickstart with how to use the Celo MCP to vibe code a project on Celo.
Co-authored-by: Victoria <[email protected]>