Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
[![CI](https://img.shields.io/github/actions/workflow/status/TerrifiedBug/vectorflow/ci.yml?branch=main&style=flat-square&label=CI)](https://github.com/TerrifiedBug/vectorflow/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/TerrifiedBug/vectorflow?style=flat-square)](https://github.com/TerrifiedBug/vectorflow/releases)
[![License](https://img.shields.io/badge/License-AGPL--3.0-blue?style=flat-square)](LICENSE)
[![Docs](https://img.shields.io/badge/Docs-GitBook-blue?style=flat-square)](https://terrifiedbug.gitbook.io/vectorflow)
[![Docs](https://img.shields.io/badge/Docs-vectorflow.sh-blue?style=flat-square)](https://vectorflow.sh/docs)

Design, deploy, and monitor [Vector](https://vector.dev) data pipelines visually.

Stop hand-editing YAML. Build observability pipelines with drag-and-drop<br>and deploy them across your fleet from a single dashboard.

[Documentation](https://terrifiedbug.gitbook.io/vectorflow) · [Quick start](#quick-start) · [Deployment](#deployment) · [Features](#features) · [Configuration](#configuration) · [Development](#development)
[Documentation](https://vectorflow.sh/docs) · [Quick start](#quick-start) · [Deployment](#deployment) · [Features](#features) · [Configuration](#configuration) · [Development](#development)

> 🌐 **[Try the live demo →](https://demo.terrifiedbug.com)**
> 🌐 **[Try the live demo →](https://demo.vectorflow.sh)**

</div>

Expand Down
5 changes: 0 additions & 5 deletions docs/public/.gitbook.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions docs/public/.gitbook/gitbook-skill.md

This file was deleted.

48 changes: 6 additions & 42 deletions docs/public/README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,11 @@
# Introduction
# Public docs moved

VectorFlow is a visual pipeline management platform for [Vector](https://vector.dev), the high-performance observability data pipeline. It gives teams a web-based UI for designing, deploying, and monitoring Vector pipelines across an entire fleet of nodes -- no hand-edited TOML required.
The VectorFlow user-facing documentation is now at:

![VectorFlow Dashboard](screenshots/dashboard.png)
**<https://vectorflow.sh/docs>**

## Why VectorFlow?
The Fumadocs source for that site lives in the standalone repo:

Observability pipelines are critical infrastructure, yet managing them usually means juggling config files across dozens of servers. VectorFlow replaces that workflow with a centralized control plane:
**<https://github.com/TerrifiedBug/vectorflow.sh>**

- **Visual Pipeline Editor** -- Drag-and-drop sources, transforms, and sinks onto a canvas. The editor generates valid Vector configuration automatically.
- **Fleet Management** -- Enroll agents on every node and push pipeline updates from a single dashboard. See which agents are online, what they are running, and roll back instantly.
- **Multi-Environment Support** -- Maintain separate development, staging, and production environments. Promote pipelines through your deployment lifecycle with confidence.
- **VRL Snippet Testing** -- Write and test Vector Remap Language transforms interactively before they reach production.
- **Real-Time Metrics** -- Monitor throughput, error rates, and pipeline health at a glance.
- **Alerting** -- Define alert rules so you know the moment a pipeline degrades.

## Technology

| Layer | Technology |
|-------|------------|
| Frontend | Next.js 16, React 19, TypeScript, Tailwind CSS |
| Flow Editor | React Flow (@xyflow/react) |
| Code Editor | Monaco Editor with VRL syntax |
| API | tRPC (type-safe RPC) |
| Authentication | NextAuth (credentials + OIDC) |
| Database | PostgreSQL, Prisma ORM |
| Agent | Go (zero external dependencies) |
| Data Engine | Vector (vector.dev) |

{% hint style="info" %}
**Get started in 5 minutes.** Follow the [Quick Start](getting-started/quick-start.md) guide to spin up VectorFlow with Docker and build your first pipeline.
{% endhint %}

## Quick Links

| | |
|---|---|
| **Getting Started** | [Quick Start](getting-started/quick-start.md) -- Install and run VectorFlow |
| **Deploy** | [Server](getting-started/deploy-server.md) -- Set up the VectorFlow server |
| | [Agents](getting-started/deploy-agents.md) -- Enroll agents on your nodes |
| **Learn** | [Pipeline Editor](user-guide/pipeline-editor.md) -- Build pipelines visually |
| | [Fleet Management](user-guide/fleet.md) -- Manage your agent fleet |
| **Operate** | [Architecture](operations/architecture.md) -- Understand how it all fits together |
| | [Configuration](operations/configuration.md) -- Environment variables and settings |
| **Reference** | [API](reference/api.md) -- Full API documentation |
| | [Pipeline YAML](reference/pipeline-yaml.md) -- Pipeline configuration format |
To propose a docs change, open a PR against `vectorflow.sh` instead of editing this directory.
50 changes: 0 additions & 50 deletions docs/public/SUMMARY.md

This file was deleted.

Loading
Loading