← All work
Core productAI commerce · Dropshipping operationsOperational foundation built2026–Present

AI Dropshipping Commerce Platform

A controlled supplier-to-order product foundation with explicit market, AI-review, campaign, checkout, analytics, and operating boundaries.

An end-to-end commerce operating system that connects supplier ingestion, international storefronts, AI-assisted pricing and content, creative and campaign workflows, analytics, and controlled automation.

Project brief

The product context, ownership, and current evidence.

Target users

Commerce founders, operators, and product teams replacing disconnected supplier, storefront, AI, campaign, checkout, and analytics workflows.

Intended buyer outcome

A controlled supplier-to-order product foundation with explicit market, AI-review, campaign, checkout, analytics, and operating boundaries.

Owned scope

Product architecture · Full-stack engineering · AI systems design

Evidence status

Core product, market, AI-control, campaign, checkout, analytics, and two-mode deployment foundations are implemented; credentialed external-provider acceptance is still pending.

Problem

Dropshipping operations fragment product data, supplier risk, market localization, pricing, creative production, advertising, checkout, and analytics across disconnected tools. Adding AI without controls can make that fragmentation more dangerous by publishing invented claims, unsafe prices, or unreviewed campaigns.

Approach

Built a modular Next.js and Prisma platform with separate admin and customer deployment modes, a generic supplier layer, market-specific product profiles, a central multi-provider AI router, review-gated creative and marketing workflows, and currency-aware analytics.

Current outcome

The operational foundation is implemented and verified across Prisma, focused workflow tests, TypeScript, ESLint, and production builds for both admin and customer modes. Live supplier, AI media, storage, and advertising connections remain in credentialed sandbox acceptance before production launch.

Maturity & lifecycle

What is complete, active, and still planned.

Core product, market, AI-control, campaign, checkout, analytics, and two-mode deployment foundations are implemented; credentialed external-provider acceptance is still pending.

Evidence reviewed

  1. Discovery

    Complete

    Supplier-to-order workflows, markets, operator roles, integrations, and costly failure modes were mapped.

  2. Scope & architecture

    Complete

    Modular commerce, provider, market, AI-control, review, checkout, and analytics boundaries were defined.

  3. Design & prototype

    Complete

    Admin/customer modes and review-gated vertical workflows were implemented as testable product slices.

  4. Build & integrate

    Complete

    The operational foundation, database model, routes, workflows, tests, and both production builds are in place.

  5. Verify & launch

    In progress

    Credentialed supplier, AI media, storage, and advertising sandbox acceptance remains before production launch.

  6. Handover & iterate

    Planned

    Operational monitoring, live acceptance evidence, and launch iteration follow successful provider validation.

System map

How the product boundary fits together.

  1. 01

    Supplier & product intelligence

    Normalize supplier data, preserve source snapshots, flag risk, and keep imports inactive until review.

  2. 02

    AI control plane

    Route each task through dashboard-selected providers, models, capabilities, fallbacks, and approval rules.

  3. 03

    International storefront

    Resolve market, language, currency, localized copy, and approved price without device-permission prompts.

  4. 04

    Operations & analytics

    Run creatives, campaigns, orders, attribution, insights, and actions through auditable review states.

Claim boundary

Constraints and unresolved risks

  • The implementation repository is private and no credentials, customer data, supplier tokens, or internal infrastructure may be exposed.
  • External supplier, AI media, storage, and advertising providers still require credentialed sandbox acceptance.
  • No live-store revenue, production scale, autonomous operation, or client-result claim is made.

Public evidence

What supports this case study

Engineering verification

Prisma checks, focused workflow tests, TypeScript, ESLint, diff validation, and admin/customer production builds passed at the recorded foundation checkpoint.

Verified

Architecture guide

Public explanation of platform boundaries, review states, international commerce, and launch acceptance.

AI control guide

Public explanation of draft, review, approval, audit, and safe publishing boundaries.

Engineering highlights

  • Separate admin and customer deployment modes with route and SEO isolation
  • Generic supplier model with AliExpress ingestion, review, approval, sync, and risk records
  • Country, language, currency, localized content, and editable AI price suggestions per market
  • Admin-controlled OpenAI, Anthropic, Gemini, Ollama, LM Studio, and compatible model routing
  • Review-gated product enrichment, creative generation, campaign drafting, and supplier operations
  • Currency-safe checkout snapshots and analytics that do not merge unlike currencies
  • Privacy-minimal event tracking with reviewed AI insights and suggestion-only actions
  • Credentialed sandbox acceptance plan for suppliers, media storage, AI providers, and Meta campaigns

Technology and domains

Next.jsTypeScriptPrismaPostgreSQLAI routingInternational commerceAnalyticsMeta Ads

01 / Commerce foundation

One operating model from supplier import to customer order.

The platform replaces disconnected dropshipping steps with explicit product, supplier, market, order, and operational records.

  1. 01.1A generic supplier schema supports current AliExpress ingestion and future provider adapters.
  2. 01.2Imported products stay inactive until an admin reviews, edits, and explicitly approves them.
  3. 01.3Supplier sync jobs preserve inventory and price snapshots, logs, and risk flags instead of silently overwriting state.
  4. 01.4Customer and admin deployments use different route boundaries, navigation, robots rules, and sitemap exposure.

02 / International selling

The same product can become a controlled offer for each market.

Market profiles keep localization and pricing editable while the storefront and checkout preserve the context the customer actually used.

  1. 02.1Each market can define country, language, currency, local copy, local price, shipping assumptions, tax assumptions, and margin fields.
  2. 02.2AI can suggest a standard price plus alternatives, reasoning, confidence, margin, and risk notes—but an admin must review and save it.
  3. 02.3Market detection follows campaign parameters, saved or manual preference, public request metadata, language, and default market without asking for device location.
  4. 02.4Orders persist market, currency, and price snapshots so historical reporting remains explainable.

03 / AI platform architecture

AI is a configurable service layer, not a hard-coded vendor call.

The admin dashboard controls which provider and model handles each commerce task while the feature code talks to a central router.

  1. 03.1Providers cover OpenAI, Anthropic, Gemini, Ollama, LM Studio, and other OpenAI-compatible runtimes.
  2. 03.2Task routes define primary and fallback models, allowed capabilities, local-model permission, output type, safety level, and approval requirements.
  3. 03.3Jobs, outputs, usage, and provider health checks create an auditable operating trail.
  4. 03.4Local models remain draft engines until the route and validation policy explicitly allow their output.

04 / Creative & growth operations

Generated assets and campaigns move through review, not directly to customers.

Product copy, pricing, image creatives, supplier decisions, campaigns, and analytics recommendations share a review-first operating principle.

  1. 04.1Product enrichment rejects invented certifications, warranties, safety ratings, shipping guarantees, and unverified technical claims.
  2. 04.2Creative assets persist as drafts with approve and reject states before use.
  3. 04.3Approved campaign drafts can be published to Meta as paused campaigns through idempotent, audited jobs.
  4. 04.4AI analytics creates reviewable insights and suggestion-only actions; execution remains deliberately disabled.

05 / Analytics integrity

Business reporting preserves market and currency truth.

The analytics model connects products, markets, suppliers, campaigns, creatives, customers, attribution, and data quality without producing misleading totals.

  1. 05.1Privacy-minimal events are captured through a public ingestion API and persisted as structured records.
  2. 05.2Revenue headlines stay scoped to a reporting currency, with other currencies shown separately instead of added together.
  3. 05.3AI insight runs save model, output, references, review state, and follow-up actions for auditability.
  4. 05.4Admin views cover revenue, product, market, supplier, campaign, creative, customer, attribution, and data-quality signals.

06 / Delivery evidence

The foundation was verified as a two-mode production build.

The implemented backlog reached a clean engineering checkpoint before external accounts and credentials are connected.

  1. 06.1Prisma schema formatting, validation, generation, and database synchronization completed without destructive changes.
  2. 06.2Focused workflow tests passed 5 of 5 with zero failures.
  3. 06.3TypeScript and ESLint completed with zero errors, and repository diff validation passed.
  4. 06.4Production builds passed for both admin and customer modes; remaining work is live credential and sandbox acceptance.

Client relevance

What this evidence can support in a product engagement.

These applications reflect demonstrated product reasoning and the stated maturity boundary—not an unsupported production or client-result claim.

Explore AI Commerce Platform Engineering
  • Design or modernize a supplier-to-order commerce platform with explicit operational boundaries.
  • Add multi-market language, currency, pricing, checkout, and reporting without losing historical truth.
  • Introduce AI for product, pricing, creative, campaign, or analytics work through editable and approval-gated workflows.
  • Create a provider-independent AI control plane with task routes, fallbacks, usage history, and local-model safeguards.
  • Audit an existing AI commerce stack and turn fragmented tools into a staged, testable delivery roadmap.

Related engineering notes

Related engineering notes

Related engineering journal

Related engineering journal

Have a related product problem?

Define the smallest useful next step.