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.