langgenius/dify
langgenius
Production-ready platform for agentic workflow development.

Agents, workflows, and app builders for self-hosted automation.
Automation
Use this page when the goal is not just chat, but multi-step workflows, autonomous tasks, or internal AI applications.
Dify and n8n
Good starting points when you need app builders, workflow orchestration, or a hosted-like product surface under your control.
CrewAI and AutoGen
Better when you need multi-agent coordination and programmable task loops instead of a single assistant UI.
Why it works
App builders
Dify helps teams ship AI apps and internal tools without wiring every step manually.
Agent orchestration
CrewAI and AutoGen are stronger when you need multi-agent task flow instead of a single-turn assistant.
Workflow automation
The n8n starter kit is a practical entry point for self-hosted automation tied to AI actions.
Curated repositories
langgenius
Production-ready platform for agentic workflow development.
crewAIInc
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
microsoft
A programming framework for agentic AI
n8n-io
The Self-hosted AI Starter Kit is an open-source template that quickly sets up a local AI environment. Curated by n8n, it provides essential tools for creating secure, self-hosted AI workflows.
Related pages
Self-hosted ChatGPT alternatives
Private assistant apps and team chat portals for people who want a familiar front end around local or private models.
Local model runtimes and inference servers
Private inference stacks for running models locally or exposing an OpenAI-compatible endpoint inside your own infrastructure.
Self-hosted RAG tools
Document search, connectors, and knowledge assistants for private corpora and retrieval-heavy AI products.
Vector databases and retrieval storage
Storage and search layers for embeddings, filtering, persistence, and semantic retrieval at scale.
AI developer tools
Self-hostable coding assistants and repo-aware tools for local or private developer workflows.
Self-hosted AI tools
Browse open source AI tools you can run on your own infrastructure, from local LLM apps to RAG, agents, inference, and production tooling.
FAQ
Agents execute steps, call tools, and coordinate workflows. Chat apps present the conversation layer; agents handle the automation layer.
Use one when the job is repeatable, multi-step, and easier to maintain as a flow than as a prompt loop.