by nself-org · Marketplace · v1.0.1
Two-sided marketplace with seller onboarding, product listings, Stripe-powered payouts, and buyer reviews.
Screenshots coming soon.
Paid template, $9.99 one-time
Requires an active ɳSelf+ license to download.
nself license set nself_pro_<your-key> nself init --template marketplace-starter ./my-app
Install all required plugins after init:
nself plugin install auth notify cms
1. Set your license key
nself license set nself_pro_<your-key>
2. Initialize from template
nself init --template marketplace-starter ./my-app
3. Install required plugins and start
cd my-app nself plugin install auth notify cms nself start