-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ryan Spoone edited this page Nov 4, 2025
·
3 revisions
Defend your team with data. Prove you're shipping. Show you're not slowing down.
EngineerDNA is a local-first engineering metrics platform that runs entirely on your machine. No cloud, no SaaS, your data stays yours.
# Install (macOS)
brew install engineerdna
# Start the server
engineerdna serve
# Open in browser
open http://localhost:3847That's it. See Installation for other platforms.
- Installation - Install on macOS, Linux, or Windows
- Quick Start - From install to first insights in 5 minutes
- Configuration - Configure plugins and settings
- Configuring Plugins - Set up GitHub, CSV imports, exports
- Anonymization - Protect identity when using AI or exports
- Generating Insights - Use AI to analyze your metrics
- Exporting Data - Send to Google Sheets, Slack, etc.
- Plugin Development Guide - Write your own plugins in any language
- Plugin SDK Reference - API reference for plugin developers
- Example Plugins - Learn from real implementations
- CLI Commands - Complete command reference
- API Reference - HTTP API documentation
- Event Schema - How events are structured
- Configuration File - All config options
- Contributing Guide - How to help build EngineerDNA
- Development Setup - Set up local development environment
- Architecture - How EngineerDNA works internally
Prove your team is shipping:
- Configure GitHub plugin
- Sync data:
engineerdna sync - Generate insights: Click "Generate Insights" in UI
- Export to Google Sheets for exec dashboard
Track custom metrics:
- Create CSV with your metrics
- Configure CSV import plugin
- Import via UI or CLI
- View alongside GitHub data
Set up weekly automation:
- Configure all your sources (GitHub, CSV, etc.)
- Configure destinations (Google Sheets, Slack)
- Set sync schedule in config
- Every Monday: auto-sync → AI analysis → export
- Questions? GitHub Discussions
- Bug reports? GitHub Issues
- Want to contribute? See Contributing Guide
- v1.0.0 - Initial release with GitHub, CSV, AI insights, and Google Sheets plugins
- See CHANGELOG for full history