gitwtfhub

wtf is anway?

anway-dev/anway — explained in plain English

Analysis updated 2026-05-18

7TypeScriptAudience · ops devopsComplexity · 4/5LicenseSetup · hard

TL;DR

A beta platform that connects GitHub, Datadog, Kubernetes and other DevOps tools into one AI-queryable surface for incident response.

Mindmap

mindmap
  root((Anway))
    What it does
      Connects DevOps tools
      Single query surface
      Traces incidents with agents
    Tech stack
      TypeScript
      Next js
      Fastify
      Python
      PostgreSQL
      Neo4j
    Use cases
      Investigate incidents faster
      Query across tools at once
      Run governed actions
    Audience
      SREs
      Developers
      Product managers
    Features
      Demo mode
      Audit trail
      Kubernetes and Terraform support

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Connect GitHub, Datadog, Kubernetes, PagerDuty and other DevOps tools into one queryable system.

REASON 2

Ask a single question during an incident and let agents trace the root cause across every connected tool.

REASON 3

Run a local demo tenant to show stakeholders how agentic incident response could work.

REASON 4

Deploy the platform to production with Helm charts and Terraform modules for AWS, GCP or Azure.

What's in the stack?

TypeScriptNext.jsFastifyPythonPostgreSQLNeo4jRedis

How it stacks up

anway-dev/anwayadguardteam/ruleseditoramazing-things/open-controller
Stars777
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-07-01
MaintenanceActive
Setup difficultyhardeasymoderate
Complexity4/52/53/5
Audienceops devopsdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · hard Time to first run · 1h+

Requires Docker Compose for Postgres, Redis and Neo4j, plus an LLM API key for chat.

Free to use, modify and redistribute for any purpose, including commercial use, as long as you keep the copyright notice.

Wtf does this do

Anway is a beta platform that positions itself as a central hub connecting all the tools a software team already uses, things like GitHub, Datadog, Linear, Kubernetes, Loki, Prometheus, Jira, ArgoCD, PagerDuty, Terraform and various cloud providers. The idea is that instead of an engineer, SRE, product manager or business analyst jumping between a dozen dashboards, everyone can ask a single question and get an answer that pulls context from across the whole toolchain, then take action through one governed system. The typical flow described is that a signal, like an alert or incident, fires, someone asks a question once, and background agents trace the root cause by looking across every connected tool. From there the system can carry out a gated action, meaning a human still approves anything sensitive, and everything is recorded in an audit trail. The project is split across two repositories, this one holds the actual platform, including the web interface, gateway, agent logic, command line tool and connectors, while a separate repo holds the cloud testing environment built with Terraform and Kubernetes manifests. Technically the system is a set of connected services. A Next.js web app talks to a Fastify gateway that handles authentication, permissions and auditing, which in turn talks to a Python FastAPI service that runs the AI reasoning and keeps a memory graph of past events. Data is stored in PostgreSQL with vector and graph extensions, Redis handles session memory and background job queues, and Neo4j stores the episodic event graph. To run it locally you need Node.js, pnpm, Docker and Python, then you start the supporting infrastructure with Docker Compose, run database migrations and a seed script that fills in sample services and incidents, and finally start the gateway and web app in separate terminals. There is also a demo mode that spins up a single pre populated tenant so anyone can log in without credentials, meant only for live demos, never for production use. The project is released under the MIT license and is still actively developed, so its APIs and data structures may still change.

Yoink these prompts

Prompt 1
Explain how Anway's gateway, agent-service and web app talk to each other.
Prompt 2
Walk me through setting up Anway locally with Docker Compose, Prisma migrations and the seed script.
Prompt 3
Show me how to enable Anway's demo mode and log in without credentials.
Prompt 4
Help me configure Anway to connect to an Anthropic or OpenAI LLM provider.

Frequently asked questions

wtf is anway?

A beta platform that connects GitHub, Datadog, Kubernetes and other DevOps tools into one AI-queryable surface for incident response.

What language is anway written in?

Mainly TypeScript. The stack also includes TypeScript, Next.js, Fastify.

What license does anway use?

Free to use, modify and redistribute for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is anway to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is anway for?

Mainly ops devops.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.