Show HN: Afelyon – open-source AI agent that turns Jira tickets into GitHub PRs

  • Posted 5 hours ago by AbduNebu
  • 1 points
https://afelyon.com/
I built Afelyon to solve the biggest bottleneck in our team: the gap between "ticket created" and "PR ready for review."

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.

0 comments