← Projects
Personal Project 2026

AGENTIA

A mobile-first AI agent orchestration platform.

  • Flutter
  • Spring Boot
  • FastAPI
  • Next.js
  • PostgreSQL
  • Redis
  • Kubernetes
  • LangChain

Agentia is an orchestration platform for designing, chaining and publishing AI agents from a mobile device. I built it individually during my studies.

Highlights

  • Agent Builder — a 4-step wizard to design agents without writing code.
  • Agent City — a gamified interface that manages agents with a city metaphor.
  • Pipeline — chain multiple agents across sequential tasks.
  • Agent Hub — a marketplace for sharing agents.
  • 8 AI tools — web search, summarization, code execution and more.
  • Webhook triggers — automations that react to external events.

Architecture

LayerTechnology
MobileFlutter
Core backendSpring Boot 3.x
AI workerPython / FastAPI
DashboardNext.js
DataPostgreSQL + Redis
DeploymentKubernetes
ObservabilityPrometheus + Grafana

My most comprehensive work, focused on scalable system design, asynchronous job queues and observability.