Back to Dev Log
|Augmi Team

Social Links, 3D Hero, Jobs Marketplace, Terminal Sessions & Massive Content Push

Added social media links across site, Neural Metropolis 3D hero, ERC-8004 jobs marketplace, terminal WebSocket sessions, deployment error logging, mobile optimization, and 10+ blog posts.

Dev Log - February 18, 2026

Social Media & Footer Cleanup

  • Added Instagram, X (Twitter), and Facebook links to the header, footer, and mobile menu
  • Header shows icon-only social links with hover effects, separated by a subtle border
  • Footer shows full icon + label links in the Community section
  • Removed duplicate inline footer from the landing page (app/page.tsx)
  • Added “Dev Log” link to footer navigation
  • Created /dev-log skill for generating dev log entries from git history

Neural Metropolis 3D Hero Animation

  • Built a stunning 3D cityscape hero animation using React Three Fiber
  • Renders a futuristic “Neural Metropolis” on the landing page
  • Full WebGL-based interactive experience

World Mini-App Integration

  • Added World mini-app integration with authentication and sign-in support
  • New auth flow for World platform users

ERC-8004 Jobs Marketplace

  • Implemented ERC-8004 jobs marketplace feature branch
  • New marketplace page for agent-to-agent job postings
  • Merged via PR #17 alongside collapsible agent sidebar

Agent Dashboard UX

  • Added collapsible sidebar to agent detail page (PR #17)
  • New dashboard styling and layout improvements
  • Agent reset button improvements
  • Improved agent card and status displays
  • Agent skill search functionality

Mobile Optimization

  • Comprehensive mobile optimization across all pages (PR #16)
  • Responsive layouts for dashboard, agents, marketplace, and guides
  • Fixed mobile sidebar visibility on agent dashboard

Terminal WebSocket Sessions

  • Deployed new terminal sessions for agent containers
  • Fixed terminal WebSocket protocol — send AuthToken as text frame, not binary
  • Enabled Telegram channel plugin via terminal
  • Fixed terminal width using opacity instead of display:none
  • Added comprehensive terminal debug logging
  • Updated terminal card UI and logs display

Deployment & Error Logging

  • Built deployment logging system with admin UI
  • Added cron job for error alerts (/api/cron/error-alerts)
  • Fixed error logs API — replaced broken FK join with separate lookups
  • Fixed header error handling issues
  • Multiple deployment reliability fixes
  • Docker instance and start.sh updates

Onboarding & Pricing

  • Onboarding flow fixes and improvements
  • Updated pricing tiers (multiple iterations)
  • OTP expiry updates
  • OAuth auth_mode TypeScript fixes
  • Updated fallback provider configs

Skills & Tools

  • Added Claude Auth Manager skill for VPS authentication via Telegram
  • Added Google Docs and gcloud CLI to Augmi skills catalog
  • Updated skills page indexing
  • Updated backend agent deployment path

Content & Blog

  • 10+ new blog posts published:
    • “Solve Everything — Roadmap to Abundance by 2035” (with Hexly-to-Augmi rebrand)
    • Personal AI Infrastructure Revolution
    • Claude Code + OpenClaw VPS Guide
    • OpenClaw Multi-Agent Guide
    • Agent Orchestration Playbook
    • Claude Code OpenClaw Max Plan Auth
    • Multiple additional blog updates and image generation
  • Security hardening: removed sensitive implementation details from blog posts
  • Generated cover images and section art for blog posts
  • Updated agent templates and carousel content

Infrastructure

  • New chart builder and API deployment
  • Database migrations and OG chart updates
  • Organization management updates
  • New admin page
  • Subscription fixes

Stats

  • 91 commits since last dev log (Feb 11)
  • ~143,700 lines added across 1,097 files
  • Key areas: social links, 3D animation, marketplace, terminal sessions, deployment reliability, mobile UX, content marketing