{% extends "public/base.html" %} {% block title %}{{ t('starter.page_title') if t else 'AgenticTrade Starter Kit — Build an AI Agent Marketplace' }}{% endblock %} {% block meta_description %}{{ t('starter.meta_desc') if t else 'The complete toolkit to build an AI agent marketplace. 36 production files, 4 templates, 13-chapter guide, Python SDK, and deployment configs. Free to start.' }}{% endblock %} {% block og_title %}{{ t('starter.page_title') if t else 'AgenticTrade Starter Kit — Build an AI Agent Marketplace' }}{% endblock %} {% block og_description %}{{ t('starter.meta_desc') if t else 'Build an AI agent marketplace in hours, not weeks. 36 production files, 13-chapter guide, 4 ready templates. Free.' }}{% endblock %} {% block tw_title %}{{ t('starter.page_title') if t else 'AgenticTrade Starter Kit — Build an AI Agent Marketplace' }}{% endblock %} {% block tw_description %}{{ t('starter.meta_desc') if t else 'Build an AI agent marketplace in hours, not weeks. 36 production files, 13-chapter guide, 4 ready templates. Free.' }}{% endblock %} {% block json_ld %} {% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {# Hero #}
{{ t('starter.badge') if t else 'STARTER KIT' }}

{{ t('starter.title') if t else 'Build an AI Agent Marketplace in Hours, Not Weeks' }}

{{ t('starter.subtitle') if t else 'The complete toolkit for developers who want AI agents to buy and sell services autonomously. Production templates, deployment configs, and a 13-chapter guide.' }}

36
{{ t('starter.feature_files') if t else 'Production Files' }}
13
{{ t('starter.feature_chapters') if t else 'Chapter Guide' }}
4
{{ t('starter.feature_templates') if t else 'Ready Templates' }}
{{ t('starter.price_free') if t else 'Free' }} — {{ t('starter.price_sub') if t else 'start building today' }}
{{ t('starter.guarantee') if t else 'Includes templates, guide, configs & CLI tools. Revenue from 10% platform commission.' }}
{{ t('starter.cta_get') if t else 'Get the Starter Kit' }}
{# What's Inside #}

{{ t('starter.whats_inside') if t else "What's Inside" }}

{{ t('starter.whats_inside_sub') if t else 'Everything you need from first line of code to production deployment' }}
{{ t('starter.card_api_title') if t else 'API Monetization Template' }}
{{ t('starter.card_api_desc') if t else 'Wrap any existing API behind metered billing. YAML config, bulk registration, and E2E test script included.' }}
{{ t('starter.card_api_tag') if t else 'Copy-paste revenue' }}
🤖
{{ t('starter.card_swarm_title') if t else 'Multi-Agent Swarm' }}
{{ t('starter.card_swarm_desc') if t else '5-agent economy that discovers, evaluates, purchases, and reports on marketplace services autonomously.' }}
{{ t('starter.card_swarm_tag') if t else 'Discover → Evaluate → Buy' }}
🔌
{{ t('starter.card_mcp_title') if t else 'MCP Commerce Server' }}
{{ t('starter.card_mcp_desc') if t else 'Let Claude, GPT, and other LLMs buy marketplace services natively via Model Context Protocol.' }}
{{ t('starter.card_mcp_tag') if t else 'Works with Claude Desktop' }}
🔔
{{ t('starter.card_webhook_title') if t else 'Webhook Automation' }}
{{ t('starter.card_webhook_desc') if t else 'Production event consumer with exponential retry, dead-letter queue, and Slack/Telegram notifications.' }}
{{ t('starter.card_webhook_tag') if t else 'Never miss a payment' }}
🚀
{{ t('starter.card_deploy_title') if t else 'Production Deploy' }}
{{ t('starter.card_deploy_desc') if t else 'Docker Compose stack with Nginx reverse proxy, SSL termination, rate limiting, and security headers.' }}
{{ t('starter.card_deploy_tag') if t else 'One-command deploy' }}
📦
{{ t('starter.card_sdk_title') if t else 'Python SDK' }}
{{ t('starter.card_sdk_desc') if t else 'Full marketplace client with service registration, proxy calls, teams, and webhooks. Plus a Buyer Agent that auto-handles x402 crypto payments.' }}
{{ t('starter.card_sdk_tag') if t else 'Import and go' }}
📚
{{ t('starter.card_guide_title') if t else '13-Chapter Guide' }}
{{ t('starter.card_guide_desc') if t else 'From first transaction to monetization strategy. Architecture deep dives, payment integration, SSRF protection, and business models.' }}
{{ t('starter.card_guide_tag') if t else '3,400+ lines of knowledge' }}
{# Guide Chapters #}

{{ t('starter.guide_title') if t else 'The Guide' }}

{{ t('starter.guide_sub') if t else '13 chapters taking you from zero to production marketplace' }}
  • 0 {{ t('starter.ch0') if t else 'Introduction: The Agent Commerce Revolution' }}
  • 1 {{ t('starter.ch1') if t else 'The Agent Economy Landscape' }}
  • 2 {{ t('starter.ch2') if t else 'Quick Start: First Transaction in 15 Min' }}
  • 3 {{ t('starter.ch3') if t else 'Architecture Deep Dive' }}
  • 4 {{ t('starter.ch4') if t else 'Service Registration & Discovery' }}
  • 5 {{ t('starter.ch5') if t else 'Billing & Credits System' }}
  • 6 {{ t('starter.ch6') if t else 'Proxy: SSRF Protection & Routing' }}
  • 7 {{ t('starter.ch7') if t else 'Payment Integration (3 Providers)' }}
  • 8 {{ t('starter.ch8') if t else 'MCP Server: Let LLMs Buy Services' }}
  • 9 {{ t('starter.ch9') if t else 'Multi-Agent Swarms' }}
  • 10 {{ t('starter.ch10') if t else 'Production Deployment' }}
  • 11 {{ t('starter.ch11') if t else 'Monetization Strategies' }}
  • 12 {{ t('starter.ch12') if t else "What's Next: Advanced Features" }}
  • + {{ t('starter.ch_plus') if t else 'API Reference & Troubleshooting' }}
{# Payment Providers #}

{{ t('starter.payment_title') if t else 'Three Payment Rails, One Framework' }}

{{ t('starter.payment_sub') if t else 'Accept crypto, fiat, or on-chain USDC — your marketplace, your choice' }}
{{ t('starter.table_provider') if t else 'Provider' }} {{ t('starter.table_currency') if t else 'Currency' }} {{ t('starter.table_agent_native') if t else 'Agent-Native' }} {{ t('starter.table_setup_time') if t else 'Setup Time' }}
NOWPayments {{ t('starter.table_200_cryptos') if t else '200+ cryptos' }} {{ t('starter.table_partial') if t else 'Partial' }} {{ t('starter.table_30min') if t else '30 min' }}
Stripe ACP {{ t('starter.table_fiat') if t else 'Fiat (USD, EUR, GBP)' }} {{ t('starter.table_no') if t else 'No' }} {{ t('starter.table_1hour') if t else '1 hour' }}
x402 + AgentKit {{ t('starter.table_usdc_base') if t else 'USDC on Base' }} {{ t('starter.table_fully_autonomous') if t else 'Fully autonomous' }} {{ t('starter.table_2hours') if t else '2 hours' }}
{# DIY vs Starter Kit #}

{{ t('starter.compare_title') if t else 'Build From Scratch vs. Starter Kit' }}

{{ t('starter.compare_sub') if t else 'The framework is open source. The Starter Kit saves you weeks.' }}
{{ t('starter.compare_feature') if t else 'Feature' }} {{ t('starter.compare_opensource') if t else 'Open Source (Free)' }} {{ t('starter.compare_starterkit') if t else 'Starter Kit (Free)' }}
{{ t('starter.compare_core') if t else 'Core Framework' }}
{{ t('starter.compare_api_docs') if t else 'API Docs' }}
{{ t('starter.compare_templates') if t else 'Production Templates (4)' }}
{{ t('starter.compare_deploy') if t else 'Deploy Configs (Nginx+SSL+Docker)' }}
{{ t('starter.compare_guide') if t else '13-Chapter Guide' }}
{{ t('starter.compare_mcp') if t else 'MCP Commerce Server' }}
{{ t('starter.compare_swarm') if t else 'Multi-Agent Swarm Template' }}
{{ t('starter.compare_webhook') if t else 'Webhook Automation' }}
{{ t('starter.compare_sdk') if t else 'Bundled SDK + Buyer Agent' }}
{{ t('starter.compare_cli') if t else 'CLI Smoke Test' }}
{{ t('starter.compare_cheatsheet') if t else 'API Reference Cheatsheet' }}
{# FAQ #}

{{ t('starter.faq_title') if t else 'FAQ' }}

{{ t('starter.faq1_q') if t else 'What tech stack does this use?' }}
{{ t('starter.faq1_a') if t else 'Python (FastAPI), SQLite, Docker. Payment integrations: NOWPayments (crypto), Stripe (fiat), x402+AgentKit (on-chain USDC). MCP for LLM integration.' }}
{{ t('starter.faq2_q') if t else 'Do I need blockchain experience?' }}
{{ t('starter.faq2_a') if t else 'No. The framework handles all crypto complexity. You configure an API key and wallet address — the framework does the rest.' }}
{{ t('starter.faq3_q') if t else 'Can I use this commercially?' }}
{{ t('starter.faq3_a') if t else 'Yes. The core framework is MIT-licensed. The Starter Kit content (templates, guide, configs) is licensed for your commercial use. Build your marketplace, charge your fees, keep your revenue.' }}
{{ t('starter.faq4_q') if t else "What's the difference from the open-source repo?" }}
{{ t('starter.faq4_a') if t else 'The open-source repo has the core framework. The Starter Kit adds 4 production templates, a bundled Python SDK with Buyer Agent, deployment configs, CLI tools, and a comprehensive 13-chapter guide. Think of it as the difference between a library and a complete project starter.' }}
{{ t('starter.faq5_q') if t else 'How long to get a marketplace running?' }}
{{ t('starter.faq5_a') if t else 'Chapter 2 gets you a working marketplace in 15 minutes. Full production deployment (with SSL, monitoring, and real payments) takes 2-4 hours following the guide.' }}
{# Final CTA — Email Gate Download #}

{{ t('starter.final_cta_title') if t else 'Ready to Build the Future of Agent Commerce?' }}

{{ t('starter.final_cta_desc') if t else '36 production files. 13-chapter guide. Ship your AI agent marketplace today.' }}

{{ t('starter.price_free') if t else 'Free' }}
{{ t('starter.email_gate_desc') if t else 'Enter your email to get the Starter Kit + onboarding tips.' }}
{{ t('starter.cta_github') if t else 'View Open Source Framework on GitHub' }}
{% endblock %} {% block extra_js %} {% endblock %}