Submit your plugin to the Adverant Nexus marketplace and reach thousands of users
Sign up for a developer account on the Adverant Nexus platform.
Request developer access →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"
}Run the plugin validation tool:
nexus plugin validate
Publish to the marketplace:
nexus plugin publish
You'll receive an email when review is complete (typically 2-3 business days)
Our team reviews all plugin submissions to ensure quality and security:
Include examples, troubleshooting guides, and API references
Use a clear icon, compelling description, and screenshots
Maintain your plugin with bug fixes and feature updates
Respond to user questions and issues promptly
Join our community of plugin developers and start monetizing your work today.