From b5c325c060bb49dba7a0e664f128d6694410504a Mon Sep 17 00:00:00 2001 From: Alex Vega Date: Mon, 19 Jan 2026 19:46:42 +0700 Subject: [PATCH] docs: add audience notes to get-started pages Added "Who is this for?" notes to help readers quickly identify if the page matches their needs: - deploy-smart-contracts.mdx: Developers with basic Solidity knowledge - build-app.mdx: Frontend developers familiar with React/Next.js - launch-token.mdx: Creators and developers launching tokens - get-funded.mdx: Builders seeking funding - ai-prompting.mdx: Developers using AI tools - base-mentorship-program.mdx: Builders seeking mentorship Fixes #806 --- docs/get-started/ai-prompting.mdx | 4 ++++ docs/get-started/base-mentorship-program.mdx | 4 ++++ docs/get-started/build-app.mdx | 4 ++++ docs/get-started/deploy-smart-contracts.mdx | 4 ++++ docs/get-started/get-funded.mdx | 4 ++++ docs/get-started/launch-token.mdx | 3 +++ 6 files changed, 23 insertions(+) diff --git a/docs/get-started/ai-prompting.mdx b/docs/get-started/ai-prompting.mdx index 6c5725ec4..b451a0092 100644 --- a/docs/get-started/ai-prompting.mdx +++ b/docs/get-started/ai-prompting.mdx @@ -4,6 +4,10 @@ title: Use AI-powered IDEs description: How to use AI-powered IDEs to generate code for OnchainKit. --- + +**Who is this for?** Developers who want to use AI tools like Cursor, Claude, or GitHub Copilot for onchain development. + + import AiPowered from "/snippets/ai-powered.mdx"; diff --git a/docs/get-started/base-mentorship-program.mdx b/docs/get-started/base-mentorship-program.mdx index a40c0d644..50e5ff7ea 100644 --- a/docs/get-started/base-mentorship-program.mdx +++ b/docs/get-started/base-mentorship-program.mdx @@ -3,6 +3,10 @@ title: Base Mentorship Program description: Connect with experienced builders and industry leaders to accelerate your journey on Base --- + +**Who is this for?** Builders looking for guidance from experienced founders, operators, and investors in the Base ecosystem. + + ## Program Purpose The Base Mentorship Program connects builders with top operators and investors who have been there before, sharing lessons learned, making introductions, and helping you avoid costly mistakes. Mentors work closely with the Base team to ensure their advice is actionable and aligned with your stage and goals. diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index 449477e29..e8ddaa67b 100644 --- a/docs/get-started/build-app.mdx +++ b/docs/get-started/build-app.mdx @@ -3,6 +3,10 @@ title: Build an App description: A guide to building a next.js app on Base using OnchainKit --- + +**Who is this for?** Frontend developers familiar with React/Next.js who want to build their first onchain application. + + Welcome to the Base quickstart guide! In this walkthrough, we'll create a simple onchain app from start to finish. Whether you're a seasoned developer or just starting out, this guide has got you covered. ## What You'll Achieve diff --git a/docs/get-started/deploy-smart-contracts.mdx b/docs/get-started/deploy-smart-contracts.mdx index 7554b28ad..556744fbc 100644 --- a/docs/get-started/deploy-smart-contracts.mdx +++ b/docs/get-started/deploy-smart-contracts.mdx @@ -3,6 +3,10 @@ title: 'Deploy Smart Contracts' description: A guide to help you get started with deploying your smart contracts on Base. --- + +**Who is this for?** Developers with basic Solidity knowledge who want to deploy their first smart contract on Base. + + Welcome to the Base deployment quickstart guide! This comprehensive walkthrough will help you set up your environment and deploy smart contracts on Base. Whether you're a seasoned developer or just starting out, this guide has got you covered. ## What You'll Achieve diff --git a/docs/get-started/get-funded.mdx b/docs/get-started/get-funded.mdx index 160029c4c..e4a7a4ebd 100644 --- a/docs/get-started/get-funded.mdx +++ b/docs/get-started/get-funded.mdx @@ -3,6 +3,10 @@ title: 'Get Funded' description: "The Base ecosystem offers multiple funding pathways designed specifically for builders at every stage—from weekend experiments to full-scale ventures." --- + +**Who is this for?** Builders seeking funding for their Base projects, from hobbyists to aspiring founders. + + ## Funding Pathways Whether you're just starting to experiment or ready to become a full-time founder, Base provides structured funding opportunities that grow with your ambitions. Each pathway is designed for different stages of your builder journey, with clear progression paths between programs. diff --git a/docs/get-started/launch-token.mdx b/docs/get-started/launch-token.mdx index 103ee0fae..56ea0b7bb 100644 --- a/docs/get-started/launch-token.mdx +++ b/docs/get-started/launch-token.mdx @@ -2,6 +2,9 @@ title: 'Launch a Token' --- + +**Who is this for?** Creators and developers who want to launch their own token on Base, from no-code solutions to custom implementations. + Launching a token on Base can be accomplished through multiple approaches, from no-code platforms to custom smart contract development. This guide helps you choose the right method and provides implementation details for both approaches.