> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Submit your project

> How to add your open-source project to the Dodo Payments community directory.

<Steps>
  <Step title="Check eligibility">
    * The project is open-source with a permissive license.
    * It’s relevant to Dodo Payments (SDK, plugin, integration, template).
    * Has a README with install, usage, and maintenance status.
  </Step>

  <Step title="Add entry via PR">
    Edit `community/projects.mdx` and add a new `<Card>` under the most relevant tab.

    ```mdx theme={null}
    <Card title="PROJECT_NAME (LANG)" href="REPO_URL" icon="code">
      One-sentence description of your project.
      <br/>By <a href="GITHUB_PROFILE_URL">@github_username</a>
      <br/><br/>`LANGUAGE` `FRAMEWORK` `CATEGORY`
    </Card>
    ```
  </Step>

  <Step title="Open submission issue (optional)">
    If you prefer, open an issue using the "Community Project Submission" template with:

    * Repo URL, description, category (SDK/Plugin/Boilerplate)
    * Primary language/framework
    * Install/usage snippet link
    * Maintenance status and last update
  </Step>

  <Step title="Review & publish">
    We review for relevance, clarity, and safety. Approved entries are merged and published.
  </Step>
</Steps>

<Warning>
  We may remove entries that are unmaintained, insecure, misleading, or violate policy.
</Warning>
