DEV Community

Cover image for 🚀 Building AgentForge: AMD AI Agent Platform on Bolt.new
Michael G. Inso
Michael G. Inso

Posted on

🚀 Building AgentForge: AMD AI Agent Platform on Bolt.new

đź”§ What Was Built

  • Core Platform

    • Bolt Database schema with agents, workflows, tasks, and workflow runs
    • Row‑level security policies for data safety
    • Real‑time subscriptions support
  • Frontend (React + Vite + TypeScript)

    • Landing Page with AMD branding and feature highlights
    • Dashboard showing GPU metrics (utilization, VRAM, temperature, power)
    • Agents Page to manage models (Llama 3.2, DeepSeek Coder, Qwen 2.5/VL, Mistral 7B)
    • Workflows Page for multi‑agent orchestration pipelines
    • Task Monitor with real‑time execution feeds and performance tracking
  • Design

    • AMD‑inspired dark theme with red accents (#e8001d)
    • GPU‑centric UI reflecting AMD Instinct MI300X compute
    • Smooth animations, glassmorphism effects, responsive layout

✨ Features

  • CRUD operations for agents and workflows
  • Real‑time task execution monitoring
  • GPU performance metrics display
  • Search and filtering across pages
  • Modal workflows for creating/editing entities
  • Live status indicators and animations

🚢 Enhancements

We added:

  • Edge Functions for AI inference
  • Drag‑and‑drop workflow builder UI
  • Advanced filtering and sorting
  • Export/reporting capabilities
  • User authentication with Bolt Database Auth

🌍 Why It Matters

AgentForge is more than a demo — it’s a blueprint for the future of AI agents. By combining modular workflows, real‑time monitoring, and AMD’s compute power, we’re enabling the next generation of high‑performance applications.


đź”— Live Demo

👉 Check out the published app here: AgentForge on Bolt.new

Closing

This project embodies the hackathon spirit: rapid iteration, collaboration, and building something that’s both functional and inspiring. Excited to see how the community pushes agentic workflows forward!


Top comments (0)