Publishing Guide

Submit your plugin to the Adverant Nexus marketplace and reach thousands of users

Before You Begin

Requirements Checklist

  • Plugin built with official Nexus SDK
  • All tests passing
  • README with clear documentation
  • Semantic versioning (e.g., 1.0.0)
  • Valid package.json or setup.py
  • MIT, Apache 2.0, or compatible license
  • No security vulnerabilities

Publishing Steps

1

Create Developer Account

Sign up for a developer account on the Adverant Nexus platform.

Request developer access →
2

Prepare Plugin Metadata

Create a nexus-plugin.json file:

{
  "name": "my-plugin",
  "displayName": "My Awesome Plugin",
  "version": "1.0.0",
  "description": "Short description",
  "longDescription": "Detailed description...",
  "author": {
    "name": "Your Name",
    "email": "you@example.com",
    "website": "https://example.com"
  },
  "category": "ai-ml",
  "tags": ["analytics", "data"],
  "pricing": {
    "model": "subscription",
    "price": 49,
    "period": "month"
  },
  "requirements": ["PostgreSQL", "Redis"],
  "repository": "https://github.com/you/plugin"
}
3

Test Your Plugin

Run the plugin validation tool:

nexus plugin validate
4

Submit for Review

Publish to the marketplace:

nexus plugin publish

You'll receive an email when review is complete (typically 2-3 business days)

Review Process

Our team reviews all plugin submissions to ensure quality and security:

Code Quality
Clean, maintainable code following best practices
Security Audit
No vulnerabilities or malicious code
Functionality Test
Plugin works as described
Documentation Review
Clear installation and usage instructions

Best Practices

📝

Great Documentation

Include examples, troubleshooting guides, and API references

🎨

Professional Branding

Use a clear icon, compelling description, and screenshots

🔄

Regular Updates

Maintain your plugin with bug fixes and feature updates

💬

Responsive Support

Respond to user questions and issues promptly

Revenue Sharing

💰
80% Revenue Share
You keep 80% of all revenue from your plugin

Payment Details:

  • • Monthly automated payouts via Stripe
  • • Minimum payout threshold: $100
  • • Detailed revenue analytics dashboard
  • • Support for multiple currencies

Ready to publish?

Join our community of plugin developers and start monetizing your work today.