It's an AI agent that reads your Jira or ClickUp ticket, clones your repo, understands your codebase (conventions, patterns, framework), generates the code, runs tests, and opens a PR — automatically.
We've been using it internally for months. Today we're open-sourcing the full platform: API server, AI agent engine, job orchestrator, and web dashboard. Tech: TypeScript, Fastify, Next.js, Claude AI, PostgreSQL + pgvector, BullMQ + Redis, Docker. Self-host with docker compose up.
What makes it different from Copilot/Cursor: - Works from tickets, not cursor position — understands the full requirement - Hybrid context system — uses semantic search, style detection, task routing - Learns from your merged PRs - Integrates with your existing workflow (Jira, ClickUp, Slack)
GitHub: https://github.com/Abdohurbly/afelyon-ai Cloud: https://afelyon.com
Happy to answer any questions about the architecture.