diff --git a/docs/tutorials/ai-plus-flow/index.md b/docs/tutorials/ai-plus-flow/index.md index 82f49db032..070997bba1 100644 --- a/docs/tutorials/ai-plus-flow/index.md +++ b/docs/tutorials/ai-plus-flow/index.md @@ -32,9 +32,9 @@ In this tutorial series, you'll discover how to: ## Tutorials -- **[Use Flow Knowledge Base in Cursor][cursor]** - Learn how to set up Cursor with Flow knowledge bases to get intelligent assistance while developing Flow applications. -- **[Use Flow Knowledge Base in ChatGPT][chatgpt]** - Create a custom GPT that understands Flow and Cadence to provide accurate answers to your development questions. -- **[Flow Data Sources][flow-data-sources]** - Learn about this comprehensive resource and how to integrate it with various AI platforms. +- [Use Flow Knowledge Base in Cursor] - Learn how to set up Cursor with Flow knowledge bases to get intelligent assistance while developing Flow applications. +- [Use Flow Knowledge Base in ChatGPT] - Create a custom GPT that understands Flow and Cadence to provide accurate answers to your development questions. +- [Flow Data Sources] - Learn about this comprehensive resource and how to integrate it with various AI platforms. ## Best Practices @@ -54,6 +54,9 @@ After completing these tutorials, you'll be equipped to leverage AI tools effect - [Native VRF][native-vrf] - Implement verifiable random functions in your applications - [Token Launch][token-launch] - Create and launch tokens on Flow +[Use Flow Knowledge Base in Cursor]: ./cursor/index.md +[Use Flow Knowledge Base in ChatGPT]: ./chatgpt/index.md +[Flow Data Sources]: ./flow-data-sources.md [cross-vm-apps]: ../cross-vm-apps/introduction.md [native-vrf]: ../native-vrf/index.md [token-launch]: ../token-launch/index.md diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 585786f001..95d5274699 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -34,12 +34,25 @@ keywords: - randomness - Random Beacon - commit-reveal + - AI + - ChatGPT + - Cursor + - Flow documentation + - Flow AI assistance --- Flow Cadence and Flow EVM are two VMs running on the Flow blockchain. A few months after the release of the Crescendo upgrade, we're seeing more apps that aren't Cadence apps -OR- EVM apps, they're both! Cadence unlocks superpowers such as vast computation and storage, native VRF, a much safer and more secure language for handling digital ownership, and more. Flow EVM unlocks the power of the Ethereum ecosystem, allowing you to bring in traditional tools, assets, and liquidity. For this grand future, we'll need a new suite of tutorials, guides, and resources to help you build with the best of both worlds. This section is dedicated to those tutorials. +## AI Plus Flow + +Learn how to leverage AI tools to enhance your Flow development experience. These tutorials show you how to integrate various AI assistants with Flow development to boost productivity and code quality. + +- [Use Flow Knowledge Base in Cursor] - Learn how to set up Cursor with Flow knowledge bases to get intelligent assistance while developing Flow applications +- [Use Flow Knowledge Base in ChatGPT] - Create a custom GPT that understands Flow and Cadence to provide accurate answers to your development questions +- [Flow Data Sources] - Learn about this comprehensive resource and how to integrate it with various AI platforms + ## Token Launch Learn how to launch your own token on Flow using Cadence and EVM. This guide covers the process of registering and deploying tokens that can be used across both virtual machines. @@ -68,6 +81,9 @@ Explore Flow's unique capabilities through fun benchmark applications that showc - [Build a Fully-Onchain Image Gallery] - Create a fully onchain image gallery that demonstrates Flow's efficient storage capabilities +[Use Flow Knowledge Base in Cursor]: ai-plus-flow/cursor/index.md +[Use Flow Knowledge Base in ChatGPT]: ai-plus-flow/chatgpt/index.md +[Flow Data Sources]: ai-plus-flow/flow-data-sources.md [Register a Token]: token-launch/register-token.md [Introduction to Cross-VM Applications]: cross-vm-apps/introduction.md [Interacting with COAs]: cross-vm-apps/interacting-with-coa.md diff --git a/src/ui/design-system/src/lib/Pages/HomePage/GridData/BuildGridData.tsx b/src/ui/design-system/src/lib/Pages/HomePage/GridData/BuildGridData.tsx index 32d5d642cb..6d556073cb 100644 --- a/src/ui/design-system/src/lib/Pages/HomePage/GridData/BuildGridData.tsx +++ b/src/ui/design-system/src/lib/Pages/HomePage/GridData/BuildGridData.tsx @@ -36,7 +36,7 @@ export const buildGridData = { cardColor: 'black', icon: 'hello-world', variant: 'horizontal', - href: 'tools/cursor', + href: 'tutorials/ai-plus-flow', }, ], },