Your Amazing Product
-High-quality product with crypto payment support
-High-quality product with crypto payment support
-npm run dev so the AI can follow a working
- baseline.
- app/layout.tsx (or your top-level
- layout), wire basic hooks, and confirm no “login” button is added. Mini Apps
- should feel native and sessionless.
-
-
-
-Your FID: {userFid}
- {username &&Username: @{username}
} - {isAdded &&✅ You've added this Mini App
} - {location &&Launched from: {location}
} -Thanks for voting! Your choice: {userVote}
- )} -Initiated by FID: {context?.user?.fid}
- -
-
-
-## Overview
-
-This example showcases a complete AI agent implementation that:
-
-- **Authenticates users** with Base Account using [Sign-In with Base (SIWE)](/base-account/guides/authenticate-users)
-- **Manages Spend Permissions** allowing users to set daily spending limits using [ Base Account Spend Permissions](/base-account/improve-ux/spend-permissions)
-- **Processes natural language** requests to buy Zora creator coins using [OpenAI](https://openai.com/)
-- **Executes transactions** autonomously using CDP [Server Wallets](https://docs.cdp.coinbase.com/server-wallets/v2/introduction/quickstart) and [Trade API](https://docs.cdp.coinbase.com/trade-api/quickstart)
-- **Sponsors gas fees** using [CDP Paymaster](https://docs.cdp.coinbase.com/paymaster/introduction/welcome) for seamless UX
-- **Fetches creator coin details** using [Zora SDK](https://docs.zora.co/coins/sdk)
-
-{JSON.stringify({ user, client }, null, 2)}
}
```
-
diff --git a/docs/mini-apps/llms.txt b/docs/mini-apps/llms.txt
index 39f244bc3..bdea38c01 100644
--- a/docs/mini-apps/llms.txt
+++ b/docs/mini-apps/llms.txt
@@ -2,38 +2,47 @@
## Mini Apps Documentation
-> Mini Apps are social-native, instant-launch web apps that run inside Base App. This section provides instruction on how to get started with MiniKit and OnchainKit as well as best practices developers should follow.
+> Mini Apps are social-native, instant-launch web apps that run inside Base App. This section provides instruction on how to get started with MiniKit and OnchainKit as well as best practices developers should follow.
## Introduction
-- [Overview](https://docs.base.org/mini-apps/overview.md) — What Mini Apps are and why they matter
+- [Overview](https://docs.base.org/mini-apps/introduction/overview.md) — What Mini Apps are and why they matter
## Quickstart
-- [New Apps: Install](https://docs.base.org/mini-apps/quickstart/new-apps/install.md) — Scaffold a MiniKit project and run it locally
-- [Existing Apps: Integrate](https://docs.base.org/mini-apps/quickstart/existing-apps/install.md) — Add MiniKit to an existing Next.js app
-- [Launch Cehecklist](https://docs.base.org/mini-apps/quickstart/launch-checklist.md) - Steps to follow to ensure your mini app is best-in-class
-
-## Design Guidelines
-- [Best Practices](https://docs.base.org/mini-apps/design-ux/best-practices.md) — UX patterns for social-native apps
-- [OnchainKit UI](https://docs.base.org/mini-apps/design-ux/onchainkit.md) — Using OnchainKit components with MiniKit
+- [Create a New Mini App](https://docs.base.org/mini-apps/quickstart/create-new-miniapp.md) — Scaffold a MiniKit project and run it locally
+- [Migrate Existing Apps](https://docs.base.org/mini-apps/quickstart/migrate-existing-apps.md) — Add MiniKit to an existing Next.js app
+- [Build Checklist](https://docs.base.org/mini-apps/quickstart/build-checklist.md) — Steps to follow to ensure your mini app is best-in-class
+
+## Core Concepts
+- [Manifest](https://docs.base.org/mini-apps/core-concepts/manifest.md) — Declare capabilities and metadata for discovery
+- [Authentication](https://docs.base.org/mini-apps/core-concepts/authentication.md) — Auth flows and secure user identity
+- [Context](https://docs.base.org/mini-apps/core-concepts/context.md) — Access frame and user context data
+- [Notifications](https://docs.base.org/mini-apps/core-concepts/notifications.md) — Send notifications to users
+- [Embeds & Previews](https://docs.base.org/mini-apps/core-concepts/embeds-and-previews.md) — Rich link previews and embeds
+
+## Featured Guidelines
+- [Overview](https://docs.base.org/mini-apps/featured-guidelines/overview.md) — How to get featured in Base App
+- [Design Guidelines](https://docs.base.org/mini-apps/featured-guidelines/design-guidelines.md) — UX patterns for social-native apps
+- [Product Guidelines](https://docs.base.org/mini-apps/featured-guidelines/product-guidelines.md) — Product quality standards
## Growth Playbook
- [Optimize Onboarding](https://docs.base.org/mini-apps/growth/optimize-onboarding.md) — Reduce friction and increase conversion
- [Build Viral Mini Apps](https://docs.base.org/mini-apps/growth/build-viral-mini-apps.md) — Social distribution patterns
-## Features
-- [Manifest](https://docs.base.org/mini-apps/features/manifest.md) — Declare capabilities and metadata for discovery
-- [Authentication](https://docs.base.org/mini-apps/features/Authentication.md) — Auth flows and secure user identity
+## Quality & Publishing
+- [Quality Bar](https://docs.base.org/mini-apps/quality-and-publishing/quality-bar.md) — Minimum quality requirements
+- [Submission Guidelines](https://docs.base.org/mini-apps/quality-and-publishing/submission-guidelines.md) — How to submit your Mini App
## Troubleshooting
- [Common Issues](https://docs.base.org/mini-apps/troubleshooting/common-issues.md) — Fix frequent setup and runtime problems
-- [Base App Compatibility](https://docs.base.org/mini-apps/troubleshooting/base-app-compatibility.md) — Base App client-specific behaviors for issues where an app works in the Farcaster client but not Base App
+- [Base App Compatibility](https://docs.base.org/mini-apps/troubleshooting/base-app-compatibility.md) — Base App client-specific behaviors
## Technical Reference
- [MiniKit Overview](https://docs.base.org/onchainkit/latest/components/minikit/overview.md) — Architecture, provider, CLI, and hooks
- [Hooks: useMiniKit](https://docs.base.org/onchainkit/latest/components/minikit/hooks/useMiniKit.md) — Access frame context and client features
## Optional
-- [Search & Discovery](https://docs.base.org/mini-apps/technical-guides/search-discovery.md) — Indexing and ranking signals in Base App
-- [Sharing & Social Graph](https://docs.base.org/mini-apps/features/sharing-and-social-graph.md) — Viral distribution patterns
-
+- [Accept Payments](https://docs.base.org/mini-apps/technical-guides/accept-payments.md) — Integrate payments in Mini Apps
+- [Sharing & Social Graph](https://docs.base.org/mini-apps/technical-guides/sharing-and-social-graph.md) — Viral distribution patterns
+- [Dynamic Embeds](https://docs.base.org/mini-apps/technical-guides/dynamic-embeds.md) — Dynamic embed metadata
+- [How Search Works](https://docs.base.org/mini-apps/troubleshooting/how-search-works.md) — Indexing and ranking signals in Base App
diff --git a/docs/onchainkit/llms-full.txt b/docs/onchainkit/llms-full.txt
index 5f841d314..a9c462c82 100644
--- a/docs/onchainkit/llms-full.txt
+++ b/docs/onchainkit/llms-full.txt
@@ -50,7 +50,7 @@ export function Providers(props: { children: React.ReactNode }) {
- [Use Basename](https://docs.base.org/onchainkit/guides/use-basename-in-onchain-app.md) — Basename integration
- [Using AI IDEs](https://docs.base.org/onchainkit/guides/using-ai-powered-ides.md) — Copilot patterns
- [AI Prompting Guide](https://docs.base.org/onchainkit/guides/ai-prompting-guide.md) — Prompt patterns
-- [Testing with OnchainTestKit](https://docs.base.org/onchainkit/guides/testing-with-onchaintestkit.md) — E2E
+- [Build Onchain Apps](https://docs.base.org/onchainkit/guides/build-onchain-apps.md) — App building guide
- [Reporting Bug](https://docs.base.org/onchainkit/guides/reporting-bug.md) — Issues
- [Contribution](https://docs.base.org/onchainkit/guides/contribution.md) — Contribute
@@ -62,6 +62,7 @@ export function Providers(props: { children: React.ReactNode }) {
### Components (selected)
- [Appchain/Bridge](https://docs.base.org/onchainkit/appchain/bridge.md) — Bridge widget
- [Buy](https://docs.base.org/onchainkit/buy/buy.md) — Onramp UI
+- [Connected](https://docs.base.org/onchainkit/latest/components/connected/connected.md) — Connected wallet state
- [Checkout](https://docs.base.org/onchainkit/checkout/checkout.md) — Commerce flows
- [Earn](https://docs.base.org/onchainkit/earn/earn.md) — Yield UI
- [Fund Button/Card](https://docs.base.org/onchainkit/fund/fund-button.md) — Onramp components
diff --git a/docs/onchainkit/llms.txt b/docs/onchainkit/llms.txt
index 03e650649..aba6bc0aa 100644
--- a/docs/onchainkit/llms.txt
+++ b/docs/onchainkit/llms.txt
@@ -18,7 +18,8 @@
## Guides
- [Lifecycle Status](https://docs.base.org/onchainkit/guides/lifecycle-status.md) — Component and API lifecycle guidance
-- [Testing with OnchainTestKit](https://docs.base.org/onchainkit/guides/testing-with-onchaintestkit.md) — E2E patterns for wallet and tx flows
+- [Tailwind](https://docs.base.org/onchainkit/guides/tailwind.md) — Tailwind CSS integration
+- [Themes](https://docs.base.org/onchainkit/guides/themes.md) — Built-in themes and customization
## Templates
- [Onchain NFT App](https://docs.base.org/onchainkit/templates/onchain-nft-app.md) — Template for minting and displaying NFTs