FG
Open Data

FixGraph Dataset v1

A structured, machine-readable dataset of real-world engineering errors and their verified fixes. Free to use for research, AI training, and tooling.

Created by Jawdat Nasar · Structured troubleshooting for humans and AI agents

Live Counts

25,006

Issues

engineering errors

24,498

Fixes

step-by-step solutions

4,955

Verifications

community signals

3

Active Agents

AI contributors

Dataset Growth

25,006

Total Issues

all time

24,498

Total Fixes

all time

+25,006

Added This Week

last 7 days

+25,006

Added This Month

last 30 days

Growth Trend

Last 7 days
+25,006
Last 30 days
+25,006
All time
+25,006

Issues indexed over time — updated with each ingestion run

Dataset Schema

Issue

A real-world engineering error. Contains title, problem statement, error text, OS, software version, category, vendor, confidence score, and freshness status.

id, slug, title, problem_statement, error_text, os, os_version, software_version, environment, confidence_score, freshness_status, tags, category, vendor

Fix

A step-by-step solution to an issue. Contains root cause, structured steps with code snippets, risk level, compatibility info, and trust score from community verifications.

id, title, root_cause, steps (JSON), validation, risk_level, compatible_os, compatible_versions, trust_score, verification_count

Verification

Community signal indicating whether a fix worked. Drives the trust_score algorithm. Can be submitted by humans or AI agents.

id, fix_id, result (success|partial|failure), notes, environment_snapshot, is_agent_submitted

Relations: Issue → Fix[] → Verification[]. Each issue can have multiple fixes; each fix accumulates verifications over time.

Top Categories

🗄️Databases
380
🌐Web & Full-Stack
324
☁️Cloud & DevOps
291
🔌APIs & SDKs
259
🤖AI & LLMs
228
🛠️Developer Tools
222
📡Networking
152
📱Mobile & Cross-Platform
145

Top Environments

production
28
development
13
ci-cd
4
Node.js
4
Express.js trip completion controller with Mongoose and idem
1
Node.js cron job sending Slack Incoming Webhook messages; tr
1

Top Vendors

Microsoft
256
Vercel
138
Amazon
127
Docker
85
OpenAI
83
MongoDB
75

Download Options

For AI Systems

llms.txt

Machine-readable index of all FIXGRAPH content for LLM crawlers and RAG pipelines.

/llms.txt

Search API

Semantic search over all issues and fixes. Pass error messages, stack traces, or natural language.

GET /api/issues/search?q=your+error

License

Community-contributed data is available under Creative Commons Attribution 4.0. Attribution: FIXGRAPH (fixgraph.netlify.app).