Open-source agentic video editor for dev tools and side projects
GitHub-linked video generation with real-time chat editing, but Synthesia and D-ID already exist.
Autonomous AI development engine. Manages multiple repos as a single product — scans codebases, proposes tasks from a product vision, writes code, verifies builds, creates PRs, reviews diffs, and merges — fully wired end to end.
Cross-repo dependency resolution is clever; but autonomous code agents are a crowded, uncertain category.
Solo developers, small teams, startups wanting to automate routine multi-repo development
Devin · GitHub Copilot Workspace · Continue
The part I found most useful: it manages cross-repo dependencies. If a UI feature needs a new API endpoint, it builds and merges the API task first, then builds the frontend. Task ordering via `depends_on` fields.
It runs locally on your machine. No cloud services, no accounts beyond an LLM API key and GitHub CLI. A cycle of 4-5 tasks costs about $0.30-0.50 in API calls.
Built this for my own projects over the past few months. Open-sourced it today. TypeScript, ~17k lines, MIT licensed.
GitHub-linked video generation with real-time chat editing, but Synthesia and D-ID already exist.
Autonomous signup/login testing with security scanning, but Playwright and Cypress already own this space.
This is a focused, pragmatic tool: 27 rules across security, reliability, performance and AI-quality pick up things TypeScript and ESLint miss (hallucinated imports, phantom-dependency, hardcoded secrets, missing rate limiting). It ships as an npx CLI with JSON output for CI, tests and GitHub Actions — small but practical feature set that makes it trivial to gate AI-generated code in pipelines. I'd like stronger editor/IDE integration and more ecosystem hooks, but for teams relying on LLMs this hits an important pain point cleanly.
Copy-on-write database proxy lets you test against prod data without touching prod.
Runs Claude Code with --dangerously-skip-permissions to ship MVPs overnight.
Continuous spec sync detects changes from every release automatically.