DEV Community

Cover image for I built a bot that donates my unused Cursor Composer tokens to open source
Amit Wagner
Amit Wagner

Posted on

I built a bot that donates my unused Cursor Composer tokens to open source

I use Cursor every day. Sonnet, the frontier models — constantly. But Composer and Auto? I'd open them, poke around, and close them. Those tokens just expire every month doing nothing.

So I built Iynx.

What it does

  1. Searches GitHub for trending repos with open issues
  2. Picks an issue it thinks it can actually fix
  3. Writes the code, runs tests inside Docker
  4. Opens a real PR automatically

Why I built it

  • Already paying for Composer and not using it
  • Want to contribute to open source but never have the time

Try it

https://github.com/amit221/Iynx

MIT licensed. Happy to answer questions!

Top comments (0)