Contributing

Commently is open source and we welcome contributions from the community.

Before contributing, please read the LICENSE.
Commercial use requires written permission from AgentCoreX.

Ways to Contribute

TypeExamples
🐛 Bug fixesBroken selectors, UI glitches, storage issues
✨ New featuresAnthropic/Gemini support, comment history
🎭 Tone improvementsBetter tone prompts, new preset tones
🎨 UI/UXBetter design, accessibility improvements
📖 DocumentationClearer guides, more examples
🌐 TranslationsUI strings in other languages

Quick Start

1. Fork on GitHub, then clone your fork

git clone https://github.com/YOUR_USERNAME/commently.git

cd commently

2. Install dependencies

npm install

3. Start dev build

npm run dev

4. Load in Chrome: chrome://extensions/ → Load Unpacked → build/chrome-mv3-dev


Pull Request Process

  1. Create a branch: git checkout -b fix/your-description
  2. Make your changes and test manually on LinkedIn
  3. Commit with a clear message:
   fix: correct post text selector for new LinkedIn layout

feat: add Anthropic Claude provider

  1. Open a PR against main — include what changed and why

What We Don't Accept


Contact