Minting Generosity at Scale with Serverless NFTs
Architecting Panxpan’s AI‑Driven Digital‑Collectible Fundraising Platform

Panxpan is a next‑generation fundraising platform where charities launch campaigns that reward donors with unique digital collectibles (NFTs). Features like an AI Campaign Creator and marketing automations have already powered 1 000 + live campaigns worldwide.:contentReference[oaicite:0]{index=0}
Pillar | Implementation Highlights |
---|---|
Serverless micro‑services | Cloudflare Workers & Durable Objects for stateless APIs; each endpoint versioned and rate‑limited, yielding < 200 ms global p95. |
NFT minting pipeline | On‑demand Solidity proxy contracts (ERC‑721) deployed to Polygon; Ethers.js + Alchemy webhooks stream mint events into Durable Objects. |
AI Campaign Creator | OpenAI GPT‑4 + DALL·E workflows orchestrated through a job queue (Cloudflare Queues) that stores creative assets in IPFS/S3. |
Payments & accounting | Unified ledger micro‑service reconciling Stripe Checkout, Coinbase Commerce, and on‑chain donations every 60 s. |
Real‑time engagement | Redis Pub/Sub + WebSockets push collectible‑claim alerts and funding milestones to campaign dashboards. |