Best example for community-driven plugin marketplace (in Elixir)

I’m working on a platform that allows users to add apps and use them in a writing assistant browser extension (https://anycursor.com).

Currently I’m building a system so the community can develop custom apps and publish them. I was looking at the Raycast Extensions (GitHub - raycast/extensions: Everything you need to extend Raycast. · GitHub) as an example and they seem to be using a NodeJs runtime (instead of Swift) to reduce the barrier for people to contribute.

While I prefer to keep things in Elixir, I’m wondering if there is a limit on the number of developers who can contribute.

Can anyone here think of a good Elixir product that does something similar?

1 Like