Introducing the Loopstack Community Registry - a curated, open library of automations, tools, workflows, agents, and reusable components built by the community, for the community.

Today we’re excited to announce one of the most important steps in the evolution of Loopstack: the Loopstack Community Registry. It’s a curated, open library of automations, tools, workflows, agents, and reusable components built by the community, for the community.
The community registry is a public, searchable directory of Loopstack-compatible packages published via NPM and reviewed by the Loopstack team.
It’s a place where you can:
Think of it as a curated library designed to jumpstart ideas and accelerate experimentation.
Building AI automation from scratch can be time-consuming, especially when you’re prototyping, or exploring a new domain. With the Community Registry, you don’t have to start from zero. Instead you can install complete workflows or tools with a single command and see how others create agents or integrate external APIs. The Community Registry helps you turn your Loopstack creations into reusable modules that help others. As more developers contribute, the Registry becomes more powerful and certainly the foundation of a collaborative ecosystem.
Registry entries link to open source contributions hosted in github repositories. Some tools and common functionality is additioanlly published as NPM packages. Typically the registry entries fall into the following categories:
All contributions are open source and easy to install via the Loopstack CLI or via NPM. Initially submitting to the community registry will be in closed beta access. For informations on how to submit an entry please contact use on discord.
Registry entries can be added to your Loopstack project in two different ways, depending on how you want to use them.
The recommended and default way to install Registry entries is using the Loopstack add command:
loopstack add <package-name>This command installs the source code directly into your project, instead of placing it inside node_modules. This means that the full source code becomes part of your project and you can inspect, modify and extend the implementation. It’s a core design principle of the Loopstack Community Registry and enables real-world customization and learning.
For cases where no customization is required, Registry entries can also be installed as standard NPM packages:
npm install <package-name>Note, that not all entries are published on NPM. Generally, only tools and common features are published via NPM. You see on the detail pages of the registry entries, whether they are published to NPM or not.
Anyone can contribute. Whether it’s a simple helper, a full automation, or a niche workflow - it all makes Loopstack better. Your ideas, tools, and workflows will help shape the next generation of AI automation.
Reach out to us for early access!
Loopstack has always been built with a developer-first philosophy. Now, we’re opening the doors to a shared space where everyone can contribute and benefit, from beginners to experts, from hobbyists to teams shipping production AI workflows.
Welcome to the Loopstack Community Registry.
Your Loopstack Team