Group Monitored Applications into Projects

Valerio Barbera

Hi, I’m Valerio, CTO at Inspector.dev. Last week we released an important product update introducing the ability to group monitored applications into Projects.

Until today, applications connected to the monitoring system are listed in a single page. As Inspector is countuing to onboard new customers, some of them have become large accounts with custom data consumption plans and a long list of applications.

A single list with all items doesn’t help you access a specific application quickly. The idea to better organize the list of applications came out also in our Feature Requests dashboard. This gave us the push to plan this development immediately.

What is a Project

Projects allow you to group monitored applications for the same activity. You can create different environments of the same project, or group a client’s applications together.

Check out the new feature on the dashboard: https://app.inspector.dev/manage-apps

The orange button “Add application” in the top-right corner of the screen has a new sub menu “Manage projects” to create one. Next you can assign applications to a project in the “Application Settings”.

We decided for this design to serve various types of needs. We’ve also introduced the search bar to help find what you need rapidly. Anyway the evolution is always in progress.

Quick navigation

After associating more than one application to a project, the title of the monitoring dashboard became a dropdow menu. It allows you to quickly move to other applications in the same project.

Feature requested by customers

Thanks to Alexander Kramer to post this idea on the feature requests dashboard, helping us to identify a spot for making the product better for him and all other users.

Do you already have some idea to post? Find out what other developers are discussing!

To authenticate just click on the “Log-in” button. You will be automatically authenticated with your Inspector account and redirected back to the dashboard to post your ideas.

New to Inspector? Try it for free now

Are you responsible for software development in your company? Consider trying my product Inspector to find out bugs and bottlenecks in your code automatically. Before your customers stumble onto the problem.

Inspector is usable by any IT leader who doesn’t need anything complicated. If you want effective automation, deep insights, and the ability to forward alerts and notifications into your messaging environment try Inspector for free. Register your account.

Or learn more on the website: https://inspector.dev

Related Posts

PHP’s Next Chapter: From Web Framework to Agent Framework

I’ve spent the last year building Neuron, a PHP framework designed specifically for agentic AI applications. What started as a technical challenge became something else entirely when developers began reaching out with stories I wasn’t prepared to hear. They weren’t asking about framework features or deployment strategies. They were telling me about losing their jobs.

Storing LLM Context the Laravel Way: EloquentChatHistory in Neuron AI

I’ve spent the last few weeks working on one of the most important components of Neuron the Chat History. Most solutions treat conversation history in AI Agents forcing you to build everything from scratch. When I saw Laravel developers adopting Neuron AI, I realized they deserved better than that. The current implementation of the ChatHisotry

Managing Human-in-the-Loop With Checkpoints – Neuron Workflow

The integration of human oversight into AI workflows has traditionally been a Python-dominated territory, leaving PHP developers to either compromise on their preferred stack or abandon sophisticated agentic patterns altogether. The new checkpointing feature in Neuron’s Workflow component continues to strengthen the dynamic of bringing production-ready human-in-the-loop capabilities directly to PHP environments. Checkpointing addresses a