Welcome! This kit is designed to help you add professional-grade payments to your website using AI coding tools (like Cursor, Antigravity, or Bolt).
You do NOT need to be an expert. Just follow the steps below and copy/paste the "Magic Prompts" into your AI tool.
🛠️ Prerequisites
Before you start, make sure you have:
- A Code Editor with AI: We recommend Cursor or Antigravity.
- A Stripe Account: Go to stripe.com and sign up (it's free).
- Your Project Open: Open your website folder in your AI editor.
🏁 Phase 1: Preparation (Do this first)
- Get your Stripe Keys:
- Go to Stripe Dashboard -> Developers -> API keys.
- Find your
Publishable key(starts withpk_test_). - Find your
Secret key(starts withsk_test_).
- Open your AI Chat:
- In Cursor/Antigravity, press
Cmd + L(Mac) orCtrl + L(Windows) to open the chat sidebar. - Tip: Use the "Composer" mode (Cmd+I or Ctrl+I) if available for better file editing.
- In Cursor/Antigravity, press
...