Self-hostable agentic workflows.
nginA is based on n8n (open source workflow engine for technical teams) and Supabase (data storage as a service).
One of the main reasons for building nginA was the requirement for the solution to be self-hostable and open source.
The main use of nginA provide a user interface for AI agents (you can use non-AI services as well).
AI agents are implementations of SOPs (Standard Operating Procedures) and must be:
- Reliable
- Auditable/Observable
- Billable
- Secure
nginA has two main setups to deliver AI workflows, content or chatbots to other people.
Key users design agentic workflows for their department and publish dashboards or push automations for internal users.
Internal users must authenticate before accessing dashboards.
The agency's developer(s) design agentic workflows for customers and publish dashboards or push automations.
Customers must authenticate before accessing dashboards.
This React/Vite/MUI frontend offers four main features
- the Agent Catalog
- the AI assisted Agent Builder
- the main component Agent Operator which manages n8n workflow instances
- an complementary Accounting Agent to control the costs
All users must be authenticated with a valid JWT issued by Supabase.
Depending on the use case of your company (external/internal) many more authentication methods can be supported (e. g. social login).
nginA is prepared to support any language:










