# Agent DNA Marketplace — Program Overview

> A NotebookLM-ready source document. Plain Markdown, no images, structured for retrieval and Q&A.

**Site:** https://agentmarketplace.diy
**Tagline:** The Future Runs on Agents. Prebuilt AI Workflows That Work for You.
**Built by:** Swade Soul — Top 1% Vibe Coder 2025, featured at NFT NYC 2025
**Track record:** 2,000,000+ lines of production code shipped across 100+ live platforms in 2025.

---

## 1. What it is

Agent DNA Marketplace (also known as Agent Marketplace DIY) is a curated storefront for **prebuilt, production-tested AI agent workflows**. Each "workflow" is a packaged AI agent — extracted from a real shipped product — that a buyer can purchase, claim into their personal Vault, customize, and deploy.

Workflows span seven categories:

1. **Music** — generation, mixing, mastering
2. **Media** — video creation, editing, publishing
3. **Crypto** — market analytics, signals, trading bots, DeFi / RWA token stacks
4. **Education** — course, quiz, and lesson builders
5. **Wellness** — guided meditation, tracking, wellness companions
6. **Real Estate** — lead gen, listings, client automation
7. **Creator Tools** — content, fanbase, and monetization on autopilot

Unlike marketplaces that sell prompts or demos, every product on Agent DNA is "DNA" — the same building blocks used in shipped platforms such as ABAGALE, TheFreq, Maestro Radio, TeachVirt, and a suite of DeFi/RWA token products.

---

## 2. Who it helps

| Audience | What they gain |
|---|---|
| **Solo creators** (musicians, video producers, influencers) | Drop-in AI workflows that replace hours of manual production. |
| **Indie founders & operators** | Production-grade automations they can launch without engineering hires. |
| **Agencies & consultancies** | Resellable agent stacks for client projects. |
| **Educators & course creators** | Curriculum, quiz, and content automation. |
| **Crypto / DeFi builders** | Battle-tested token, signal, and analytics agents. |
| **Real-estate professionals** | Lead capture, listing generation, and client follow-up automation. |
| **Wellness practitioners** | Branded AI companions for guided experiences. |
| **Learners & tinkerers** | Real, dissectible agent code — not toy examples. |

---

## 3. How it helps

- **Skip the build.** Every workflow has already been shipped in production; buyers get the final shape, not a prototype.
- **Own it forever.** Purchases are one-time and added permanently to the buyer's Vault.
- **Customize without code.** Workflows are designed to be configured via UI rather than rewritten.
- **Trust the source.** Provider setup guides, cost profiles, and feature options come with each workflow so buyers know exactly what is required and what it will cost to run.
- **Stay in compliance.** RLS-protected database, public-only exposure of vendor-safe fields, dedicated Terms and Privacy pages.

---

## 4. Core features

### 4.1 Marketplace
- Browse and filter workflows by category, search query, or popular tags.
- 7 featured workflows on launch (AI Music Producer, AI Video Studio, Crypto Market Agent, AI Course Builder, Wellness Companion, Real Estate Agent, Creator OS).
- Ratings, pricing, and one-click purchase per card.
- Featured bundles that combine multiple workflows at a package price.

### 4.2 Authentication
- Email + password sign-up and sign-in.
- **Google OAuth** sign-in.
- Email verification before first sign-in.
- Session managed by Lovable Cloud (Supabase auth under the hood).

### 4.3 Purchase & Checkout
- One-time pricing per workflow (and per bundle).
- Stripe-powered checkout session created on the server.
- Successful purchases are recorded and made available in the buyer's Vault.

### 4.4 Vault
- Every purchased workflow, bundle, and customized build appears in the user's private Vault.
- Vault entries link to deliverables and setup material.

### 4.5 Custom Requests
- Buyers can submit a custom-build request describing what they need.
- Requests are tracked in the database and reviewed by the operator.

### 4.6 Provider Setup Guides & Cost Estimates
- Every workflow ships with documentation about which third-party providers it depends on (e.g. OpenAI, ElevenLabs, Stripe).
- Cost profiles and provider cost estimates give buyers a clear "what will this cost me to run" answer **before** they buy.
- Provider change alerts notify owners when a referenced provider updates its terms or pricing.

### 4.7 Reviews & Favorites
- Buyers can leave reviews on workflows they own.
- Anyone can favorite a workflow to come back to later.

### 4.8 Bundles
- Curated groups of workflows priced together.
- Useful for verticals (e.g. an entire "Creator Stack" or "DeFi Stack").

### 4.9 Admin & God Mode
- Role-based access via a dedicated `user_roles` table (no roles on profiles — prevents privilege escalation).
- Admin dashboard for managing products, bundles, categories, pricing, and homepage settings.
- **Super Admin / God Mode** for the owner account (`swadesoul@gmail.com`): claim products for free, override checkout, manage all data. Surfaced visually via the **God Mode badge** in the header.

### 4.10 Email System
- Transactional emails (purchase confirmations, custom-request acknowledgments).
- Unsubscribe-token system and suppression list to honor opt-outs.
- Email send log + send-state tracking for delivery diagnostics.

### 4.11 Legal & Compliance
- Dedicated `/privacy` and `/terms` routes maintained as first-class pages.
- Cookie-free analytics posture, transparent data flows.

### 4.12 Security Posture
- Row-Level Security on every user-scoped table.
- Public read access only to fields safe for prospective buyers; owner-only fields (cost profiles, provider requirements, feature options) remain owner-restricted while published rows expose buyer-facing summaries.
- Double edge-function checks before release.
- Secrets stored as server-side environment variables, never in client code.

---

## 5. How it works (buyer journey)

```
Discover → Customize → Deploy & Scale
```

1. **Discover.** Land on the homepage, browse 7 categories, or search by use case.
2. **Inspect.** Open a workflow to see what's included, what it costs to run, and reviews.
3. **Sign in.** Email/password or Google.
4. **Buy.** Stripe checkout, one-time payment. Super-admin can "Claim Free" via God Mode.
5. **Vault.** The workflow appears in the buyer's Vault with deliverables and setup guide.
6. **Configure.** Follow the bundled provider setup guide, plug in API keys, customize options.
7. **Deploy.** Launch the workflow. Provider change alerts keep the buyer informed over time.

---

## 6. Feature matrix by role

| Capability | Visitor | Buyer | Admin | Super Admin (God Mode) |
|---|:---:|:---:|:---:|:---:|
| Browse marketplace | ✓ | ✓ | ✓ | ✓ |
| Read published cost & requirement summaries | ✓ | ✓ | ✓ | ✓ |
| Favorite a workflow | — | ✓ | ✓ | ✓ |
| Purchase (Stripe) | — | ✓ | ✓ | ✓ |
| Claim free | — | — | — | ✓ |
| Access Vault | — | ✓ (own) | ✓ (own) | ✓ (all) |
| Leave reviews | — | ✓ (purchased) | ✓ | ✓ |
| Submit custom request | ✓ | ✓ | ✓ | ✓ |
| Manage products / bundles / pricing | — | — | ✓ | ✓ |
| Manage users & roles | — | — | partial | ✓ |
| Override RLS for support | — | — | — | ✓ |
| God Mode badge in header | — | — | — | ✓ |

---

## 7. Data model (high level)

The platform uses 29 Postgres tables grouped by purpose:

- **Catalog:** `products`, `categories`, `product_tags`, `product_platforms`, `product_pricing`, `product_deliverables`, `product_feature_options`, `product_cost_profiles`, `product_provider_requirements`, `product_requirement_maps`
- **Bundles:** `bundles`, `bundle_products`
- **Providers:** `provider_links`, `provider_setup_guides`, `provider_cost_estimates`, `provider_change_alerts`
- **Commerce:** `purchases`, `customized_build_packages`, `custom_requests`
- **Engagement:** `reviews`, `favorites`, `homepage_settings`
- **Users & access:** `profiles`, `user_roles`
- **Personal:** `vault_items`
- **Email infra:** `email_send_log`, `email_send_state`, `email_unsubscribe_tokens`, `suppressed_emails`

Every user-scoped table is protected by RLS. Public read policies are limited to rows where `status = 'published'` and only expose buyer-safe columns.

---

## 8. Tech & operating posture

- **Framework:** TanStack Start (React 19, Vite 7) deployed on Cloudflare Workers.
- **Backend:** Lovable Cloud (managed Supabase): Postgres, Auth, Storage, server functions.
- **Server logic:** TanStack `createServerFn` with Supabase auth middleware. No client-side service-role keys.
- **Payments:** Stripe checkout sessions.
- **Email:** Transactional system with suppression and unsubscribe support.
- **SEO:** Per-route `head()` meta (title, description, og:title, og:description), single H1 per page, semantic HTML, canonical tag.
- **Accessibility:** Light-bg and dark-bg transparent logos to keep contrast clean across surfaces; responsive across mobile, tablet, iOS, and desktop.

---

## 9. Differentiators

- **Real DNA, not demos.** Every workflow is extracted from a shipped product.
- **God Mode operator account.** A single super-admin can support buyers end-to-end.
- **Buyer-first transparency.** Cost profiles and provider requirements are surfaced **before** purchase.
- **One platform, many verticals.** Music, media, crypto, education, wellness, real estate, and creator — under one Vault.

---

## 10. Glossary

- **Workflow** — A packaged AI agent product (one row in `products`).
- **Bundle** — A priced group of workflows.
- **Vault** — A buyer's private library of purchased / claimed workflows.
- **Provider** — A third-party service a workflow depends on (e.g. OpenAI).
- **Cost profile** — Estimated cost per use for a workflow's provider stack.
- **God Mode** — The super-admin operator role for the platform owner.
- **DNA** — The reusable building block extracted from a shipped product.

---

## 11. FAQ

**Is this a subscription?** No. Workflows and bundles are one-time purchases.

**Can I resell what I buy?** No — purchases are for the buyer's own use unless a separate license is granted.

**Do I need to bring my own API keys?** Yes. Cost profiles tell you which providers and how much they typically cost.

**What if a provider changes its terms?** Provider change alerts notify affected owners.

**Who runs this?** Swade Soul, an independent builder featured at NFT NYC 2025.

**How do I contact support?** hello@agentmarketplace.diy

**How do I read the legal terms?** See `/terms` and `/privacy` on the site.
