See how Syntrix turns X posts into customers
60 seconds. Zero fluff.
From signal to sent — in one pipeline
Eight stages, fully configurable, human-approved at every step.
Collect
Search X for matching tweets
Normalize
Clean text, extract entities
Judge
LLM classifies relevance
Score
Weighted 0-100 lead ranking
Draft
AI generates reply drafts
Approve
Human reviews every draft
Send
Rate-limited delivery
DM
Direct message outreach
See it in action
Real CLI output from a Syntrix pipeline run on X.
docker compose up
$ docker compose up
Creating syntrix-ollama-1 ... done
Creating syntrix-api-1 ... done
Creating syntrix-dashboard-1 ... done
ollama | pulling llama3.2:3b...
ollama | pulling mistral:7b...
api | INFO: Uvicorn running on http://0.0.0.0:8400
dashboard | Ready on http://localhost:3000
Open http://localhost:3000 to start the setup wizard
Get started in 60 seconds
Three steps from zero to your first pipeline run.
1
Clone
Grab the repo from GitHub.
bash
git clone https://github.com/StrangeStorm243-bit/Syntrix.git
cd Syntrix2
Launch
One command starts everything.
bash
docker compose up3
Open
Setup wizard guides you through.
bash
# Open http://localhost:3000
# Complete the 5-step wizard
# Hit 'Run Pipeline' — done!