Developer Builds Full ERP System with AI Assistant Using Claude and Gemini

✍️ OpenClawRadar📅 Published: February 28, 2026🔗 Source
Developer Builds Full ERP System with AI Assistant Using Claude and Gemini
Ad

What AXIO Includes

A developer built a complete ERP system called AXIO that started as a simple Kanban board request and expanded to a full platform with 9 core modules over 3 weeks. The project was developed solo using 'vibe-coding' with Claude AI, without formal specifications or product management.

Core Modules

  • Tasks — Kanban, list, calendar, and Gantt views with real-time sync
  • Projects — progress tracking, team assignments, analytics
  • Team & HR — interactive org chart, departments, positions, job descriptions
  • Calendar — time-blocking, meeting invitations with accept/decline functionality
  • Cloud Drive — native storage plus Google Drive integration with folder selection
  • Process Editor — visual BPMN builder on ReactFlow with lazy loading
  • Pulse — real-time activity feed showing who did what and when
  • Reports — personal, team, department, and workspace-wide analytics
  • Support Center — built-in ticket system

AI Assistant Capabilities

The AxioAI assistant runs on Gemini 2.5 Flash with 16 function-calling tools that execute actual operations rather than just chatting. It uses multi-turn function calling on the server where Gemini receives requests, calls tools, gets results, then generates responses.

Voice commands include:

  • 'Create a task for the design review, high priority, due Friday' → creates the task
  • 'Move task #42 to Done' → moves the task
  • 'Show me overdue tasks for Project X' → shows filtered view
  • 'Plan my day' → generates time-blocked schedule based on tasks and meetings

The system supports full voice mode where users talk to the ERP and it talks back.

Ad

Technical Implementation

  • Built with Next.js 14 (App Router) + TypeScript + Supabase
  • 28 tables with Row-Level Security (114 optimized RLS policies)
  • 16 themes × 8 accent colors × 5 effects = 640 visual combinations
  • <100ms response time with optimistic UI throughout
  • React.cache() for query deduplication
  • 39 foreign key indexes
  • Zero security advisories warnings

Unique Features

  • Org Draft — sandbox mode for organizational restructuring where users can move people around, create virtual departments, and preview changes before applying
  • Workspace Merge — combines two workspaces into one using atomic SQL transactions across 19+ tables, deduplicates members, re-numbers tasks and projects, and migrates everything
  • Voice AI with function calling — not just speech-to-text; the AI hears commands, calls server-side tools, and speaks results back

The developer notes the project is available for testing at test1.axio.pro and is completely free for everyone.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude AI Used as Fallback Brain for Alexa to Handle Unsupported Commands
Use Cases

Claude AI Used as Fallback Brain for Alexa to Handle Unsupported Commands

A developer built a lightweight layer where Claude AI processes every failed Alexa command, handling Hindi language, CCTV streaming, and non-smart device control. The system uses WebSocket for TV control, DLNA for set-top boxes, and RTSP→HLS conversion for CCTV.

OpenClawRadar
Migrating from OpenClaw to Cowork + Claude Code: A Developer's Experience
Use Cases

Migrating from OpenClaw to Cowork + Claude Code: A Developer's Experience

A developer migrated from OpenClaw to Anthropic's Cowork with Claude Code sessions, citing better cron jobs, dispatch routing, and persistent memory. The setup uses a three-layer context design with Cowork handling orchestration and Claude Code executing code in repositories.

OpenClawRadar
Integrating OpenClaw with Obsidian for a Private AI Knowledge Base
Use Cases

Integrating OpenClaw with Obsidian for a Private AI Knowledge Base

A developer shares their setup using an isolated Obsidian vault for OpenClaw, synced via SyncThing to maintain privacy while using AI agents. They've implemented task management through OpenClaw with automated research and metadata augmentation.

OpenClawRadar
Claude's critical questioning approach for resume review compared to ChatGPT and Gemini
Use Cases

Claude's critical questioning approach for resume review compared to ChatGPT and Gemini

A developer tested Claude, ChatGPT, and Gemini for resume optimization and found Claude uniquely questioned gaps in experience and project outcomes, treating the resume as an argument to examine rather than just polishing facts.

OpenClawRadar