Sell digital art as NFTs directly from WordPress or Kirby CMS. Buyers pay on-chain — you receive 97% of every sale automatically. Zero upfront cost.
| Plugin | Docs |
|---|---|
| 🔵 WordPress | docs/WORDPRESS_PLUGIN.md |
| ⚪ Kirby CMS | docs/KIRBY_PLUGIN.md |
You list artwork with a price → no gas, nothing on-chain yet
Buyer clicks "Buy Now" → MetaMask opens
Buyer pays (price + gas) → smart contract mints NFT to buyer
97% → your wallet (instant)
3% → platform fee (every sale)
3% → royalty on every resale (ERC-2981)
- Lazy minting — NFT is minted on-chain only at point of sale
- Buyer pays all gas — zero cost for the artist
- Non-custodial — funds go directly to your wallet, no intermediary
- Download
wordpress/folder or grab the latest zip from Releases - Upload via Plugins → Add New → Upload Plugin
- Go to NFT SaaS → Settings → click "Get API Key"
- Full guide: docs/WORDPRESS_PLUGIN.md
- Copy
kirby/kirby-plugin/tosite/plugins/nft-saas/ - Add config to
site/config/config.php - Full guide: docs/KIRBY_PLUGIN.md
These plugins connect to the NFT SaaS backend API. The backend is hosted at:
https://nft-saas-production.up.railway.app
To get an API key, use the "Get API Key" button inside the WordPress plugin settings, or POST to /api/auth/activate with your email and wallet address.
MIT — see LICENSE
Backend infrastructure is proprietary and not included in this repository.