Skip to Content

Announcing the Loopstack Community Registry

Loopstack Team,ReleaseCommunityRegistry

Announcing the Loopstack Community Registry

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

Loopstack Team
January 12, 2026
3 min read
ReleaseCommunityRegistry
Announcing the Loopstack Community Registry

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.

What is the Community Registry?

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:

  • Discover production-ready workflows and tools
  • Reuse well-tested, modular NestJS-based components
  • Share your own tools and solutions with others
  • Learn from real-world examples built by the community
  • Collaborate on best practices and new automation patterns

Think of it as a curated library designed to jumpstart ideas and accelerate experimentation.

Why we built it

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.

What you’ll find inside

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:

  • Workflows - multi-step automations for common use cases
  • Tools - reusable utilities and services
  • Modules - complex or bundled functionality built from multiple components
  • Examples - examples showing different patterns and use cases

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.

How installation works

Registry entries can be added to your Loopstack project in two different ways, depending on how you want to use them.

loopstack add

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.

Optional: NPM installation

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.

Contributing to the Registry

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!

Get ready

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