From 9762eabbfe29bdbebe992eba6fb431aae3da51e6 Mon Sep 17 00:00:00 2001
From: UfukNode <208284577+UfukNode@users.noreply.github.com>
Date: Mon, 6 Jul 2026 18:44:01 +0300
Subject: [PATCH] docs: add Base app builder prompt
---
docs/get-started/prompt-library.mdx | 32 +++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/docs/get-started/prompt-library.mdx b/docs/get-started/prompt-library.mdx
index 83e6c2bd3..e60070fa8 100644
--- a/docs/get-started/prompt-library.mdx
+++ b/docs/get-started/prompt-library.mdx
@@ -7,3 +7,35 @@ description: Learn practical AI prompting techniques to enhance your coding work
import AiPrompt from "/snippets/prompt-library.mdx";
{`Use the official Base docs, llms.txt, and this repository as your source of truth.
+
+I want to build this on Base:
+[describe idea]
+
+First inspect the repository. Then turn the idea into a complete Base Sepolia implementation plan and build it.
+
+Include:
+1. Frontend and backend requirements
+2. Smart contracts if needed
+3. Wallet integration with wagmi, viem, and Base Account where appropriate
+4. Server-side payment verification if the app accepts payments
+5. Builder Code attribution for transaction-sending flows
+6. Environment variables
+7. Tests, typechecks, and build commands
+8. Deployment steps, addresses, and explorer links
+
+Rules:
+- Default to Base Sepolia unless I explicitly ask for Base Mainnet.
+- Do not expose private keys or server secrets in frontend code.
+- Do not trust frontend-only payment success.
+- Verify wallet capabilities before batching, paymasters, sub-accounts, or spend permissions.
+- Run the relevant checks before finalizing.`}
+
+Before accepting the output, check that the assistant inspected the repository, used Base Sepolia for development, linked to the relevant Base docs, kept secrets out of client-side code, verified payments server-side, included tests or explained why they could not run, and returned deployment details with remaining risks.