History of Age of AI Tools: Real-Time Upgrades, Agentic Automation, and Growth

History of Age of AI Tools

Our change log is the fastest way to understand what we're building, why it matters, and where we're headed next. It turns months of product work into a clear, scannable record, useful for power users choosing tools and essential for investors evaluating momentum and focus.

Enhanced article management and SEO

19 Mar 2026

Added View and Unpublish actions for published articles in admin, fixed key takeaway parsing, and updated article URLs for better Google crawling.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused JOB_GRADIENTS constant (build error)

Feature
A new feature or capability added to the product.

tools page redesign — conditional heroes, Editor's Pick & Free filters

Chore
Maintenance task or housekeeping update.

untrack sensitive files from git (VPS credentials, DB password)

Bug Fix
A fix for a bug or unexpected behavior.

remove unused HeaderIcon in tools page

Feature
A new feature or capability added to the product.

redesign tools page hero section to match Figma (pixel-perfect)

Bug Fix
A fix for a bug or unexpected behavior.

parse <div class="takeaways"> as key takeaway (new pipeline format)

Bug Fix
A fix for a bug or unexpected behavior.

add use client to JobCard — fixes server-side exception on article pages

Feature
A new feature or capability added to the product.

add View link in articles list Actions column for published articles

Feature
A new feature or capability added to the product.

add View link button to published articles in admin

Feature
A new feature or capability added to the product.

add Unpublish button for published articles in admin

Bug Fix
A fix for a bug or unexpected behavior.

replace legacy Supabase domain in article URLs and enable Google crawling

Enhanced Changelog AI and UI Improvements

15 Mar 2026

Updated changelog AI model for better performance, regenerated all entries, and improved tools-of-the-day table view and jobs page design.

Feature
A new feature or capability added to the product.

regenerate all 24 changelog entries with AI (arcee-ai/trinity-large-preview)

Bug Fix
A fix for a bug or unexpected behavior.

switch changelog model to mistral-small-3.1-24b (gemini-2.0-flash-exp no longer available)

Bug Fix
A fix for a bug or unexpected behavior.

loadExisting must preserve ai_generated flag; reset all entries for VPS regeneration

Chore
Maintenance task or housekeeping update.

switch changelog AI model to gemini-2.0-flash, reset all entries for regeneration

Chore
Maintenance task or housekeeping update.

reset all changelog entries for AI regeneration on VPS

Bug Fix
A fix for a bug or unexpected behavior.

changelog regenerates AI title on VPS even if local fallback was written

Bug Fix
A fix for a bug or unexpected behavior.

remove unused i variable in UseCaseList map

Feature
A new feature or capability added to the product.

tools-of-the-day full table view, jobs page redesign, use-cases improvements

Enhanced OTP and Google Login Fixes

14 Mar 2026

Fixed OTP submission with useCallback, auto-submits on last digit, and disabled Google login UI for a smoother experience.

Bug Fix
A fix for a bug or unexpected behavior.

wrap submitOtp in useCallback, remove unused handleGoogleLogin

Feature
A new feature or capability added to the product.

disable Google login UI, auto-submit OTP on last digit, link version badge to changelog

Feature
A new feature or capability added to the product.

disable Google login UI, auto-submit OTP on last digit, link version badge to changelog

Streamlined Navigation and Smoother Carousel

13 Mar 2026

Removed navigation icons and added chevron dropdown for cleaner interface, while fixing carousel thumbnail lag for smoother browsing.

Feature
A new feature or capability added to the product.

remove nav icons, add chevron dropdown; fix carousel thumbnail lag

Responsive fixes and crash prevention

12 Mar 2026

Improved mobile layouts and added safeguards against data parsing errors that were causing crashes on the For You page.

Bug Fix
A fix for a bug or unexpected behavior.

commit changelog-data.json so Docker build picks it up (git not available in container)

Bug Fix
A fix for a bug or unexpected behavior.

responsive footer — 2-col grid on mobile, stack bottom bar

Bug Fix
A fix for a bug or unexpected behavior.

responsive cleanup — stack news section on mobile, hide carousel arrows on small screens

Bug Fix
A fix for a bug or unexpected behavior.

parse champion_jobs_icon as string[] to prevent .map crash on /for-you

Bug Fix
A fix for a bug or unexpected behavior.

guard user_metadata arrays with Array.isArray to prevent .map crash on /for-you

Bug Fix
A fix for a bug or unexpected behavior.

update domain references to ageofai.tools and use Node 18 for TransformStream fix

Chore
Maintenance task or housekeeping update.

update extra_hosts to ageofai.tools domain

Enhanced UI and Admin Features

11 Mar 2026

Redesigned use-cases page with new Platforms section, added Rebuild button for admin articles, and improved tool list with badges and skeleton loading.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused TOOLS_STEP constant causing ESLint build error

Feature
A new feature or capability added to the product.

redesign /use-cases page with Figma-matched UI

Feature
A new feature or capability added to the product.

add Platforms section to use-cases page

Chore
Maintenance task or housekeeping update.

add aoat_internal network to connect with aoat-news rebuild API

Feature
A new feature or capability added to the product.

add Rebuild button for admin articles + fix article image URLs

Bug Fix
A fix for a bug or unexpected behavior.

resolve ESLint errors (unused var, no-unused-expressions)

Feature
A new feature or capability added to the product.

deploy full tool list redesign (badges, skeleton loading, filter fixes)

Bug Fix
A fix for a bug or unexpected behavior.

add missing ui/Tooltip component and info-circle icon

Feature
A new feature or capability added to the product.

replace filter spinner with skeleton loading rows

Redesigned Tool List with Badges

10 Mar 2026

Updated the tool list interface with a new badge system and icons, while fixing ESLint build errors from unused variables.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused variables causing ESLint build errors

Feature
A new feature or capability added to the product.

redesign tool list UI with full badge system and new icons

Enhanced Filtering and Admin Tools

9 Mar 2026

Added client-side filtering with FilteredToolList component, improved UI with view toggle and homepage updates, plus new admin features for form submissions and user management.

Bug Fix
A fix for a bug or unexpected behavior.

hide backdrop overlay when hovering Join or Sign in (guest user)

Feature
A new feature or capability added to the product.

replace banner character image with home-user-banner.webp

Bug Fix
A fix for a bug or unexpected behavior.

initialize offset to initialTools.length to prevent Show More duplicates

Bug Fix
A fix for a bug or unexpected behavior.

move view toggle to far right of filter bar

Feature
A new feature or capability added to the product.

restore view toggle (grid/table) in FilteredToolList

Bug Fix
A fix for a bug or unexpected behavior.

platform defaults to Web Apps, clear button only for Use Cases

Feature
A new feature or capability added to the product.

use FilteredToolList on /tools page, remove URL-based filtering

Chore
Maintenance task or housekeeping update.

remove HomeToolList (replaced by FilteredToolList)

Feature
A new feature or capability added to the product.

use FilteredToolList on homepage, revert ToolFilterForm targetPath

Bug Fix
A fix for a bug or unexpected behavior.

race condition guard, initialTotal prop, error state, aria improvements in FilteredToolList

Feature
A new feature or capability added to the product.

add FilteredToolList client component with inline filter bar

Bug Fix
A fix for a bug or unexpected behavior.

add error handling and NaN guards to /api/tools route

Feature
A new feature or capability added to the product.

add /api/tools endpoint for client-side filtering

Bug Fix
A fix for a bug or unexpected behavior.

remove deprecated view prop from ToolGrid across all pages

Bug Fix
A fix for a bug or unexpected behavior.

remove unused getTags import and tagsData from tools page

Bug Fix
A fix for a bug or unexpected behavior.

prefix unused tagsData with underscore, remove unused tags param

Bug Fix
A fix for a bug or unexpected behavior.

remove unused vars to pass ESLint build checks

Feature
A new feature or capability added to the product.

filter UI improvements, grid view fix, newsletter routing, homepage show-more

Bug Fix
A fix for a bug or unexpected behavior.

use forEach instead of for-of on Map to avoid downlevelIteration TS error

Feature
A new feature or capability added to the product.

add honeypot + rate limiting to all form endpoints

Bug Fix
A fix for a bug or unexpected behavior.

remove /submit from protected routes, fix dark mode input styling

debug: await notifyAdmins and add verbose logging

Bug Fix
A fix for a bug or unexpected behavior.

use experimental.serverComponentsExternalPackages for nodemailer in Next.js 14

Bug Fix
A fix for a bug or unexpected behavior.

add nodemailer to serverExternalPackages for standalone build

Bug Fix
A fix for a bug or unexpected behavior.

add auth guard to users API, escape HTML in emails, fix listUsers pagination

Feature
A new feature or capability added to the product.

show newsletter subscriber badge on admin users page

Feature
A new feature or capability added to the product.

add form notification emails management to settings page

Feature
A new feature or capability added to the product.

admin forms submission list page with inline detail, reply, delete, export

Enhanced admin forms and UI polish

8 Mar 2026

Added admin forms overview page with stats cards, improved form handling with Supabase storage, and refined UI elements across the platform.

Feature
A new feature or capability added to the product.

admin forms overview page with stats cards

Feature
A new feature or capability added to the product.

add Forms link to admin sidebar

Feature
A new feature or capability added to the product.

add admin forms API (list, detail, delete, reply, export, stats)

Feature
A new feature or capability added to the product.

save form submissions to Supabase, replace Notion, add admin notifications

Feature
A new feature or capability added to the product.

add Nodemailer mailer utility and email templates

Feature
A new feature or capability added to the product.

add form_submissions table migration

Bug Fix
A fix for a bug or unexpected behavior.

use Set.add() instead of spread to avoid downlevelIteration TS error

Bug Fix
A fix for a bug or unexpected behavior.

allow changelog tooltips to escape overflow-hidden container after open transition

Bug Fix
A fix for a bug or unexpected behavior.

add slug to JobItem type in ToolsetForYou, add beforeVsAfterBlocks to early return in contentParser

Bug Fix
A fix for a bug or unexpected behavior.

replace invalid title attr with aria-label on SVG elements in ArticleSidebar

Bug Fix
A fix for a bug or unexpected behavior.

remove unused getToolsOfTheDay call from homepage Promise.all

Bug Fix
A fix for a bug or unexpected behavior.

prefix unused toolsOfTheDay destructure with underscore

Bug Fix
A fix for a bug or unexpected behavior.

remove unused vars causing ESLint build failures

Feature
A new feature or capability added to the product.

editor's pick for header submenus, hot & trends homepage section, article single page redesign, and misc UI improvements

Enhanced Article Features & Fixes

7 Mar 2026

Added FAQ accordion, collapsible KeyTakeaways, per-job cards, and content parser div support to article single page. Fixed apostrophe escaping in ArticleSidebar for ESLint.

Bug Fix
A fix for a bug or unexpected behavior.

escape apostrophe in ArticleSidebar for ESLint

Feature
A new feature or capability added to the product.

article single page — FAQ accordion, KeyTakeaway collapsible, per-job cards, content parser div support, admin entities editor

Enhanced Article Pages & Navigation

6 Mar 2026

Redesigned article pages with two-column layouts, added Table of Contents and ToolCard sidebar, improved accessibility, and reorganized navigation to Media Hub.

Bug Fix
A fix for a bug or unexpected behavior.

correct divider to 0-width stroke, add mb-4 to Latest News heading

Bug Fix
A fix for a bug or unexpected behavior.

notFound narrowing, parallelize second-wave fetches, replaceAll in breadcrumb

Feature
A new feature or capability added to the product.

redesign article single page — two-column layout matching Figma

Bug Fix
A fix for a bug or unexpected behavior.

accessibility improvements and revert tool link to internal Link

Bug Fix
A fix for a bug or unexpected behavior.

use anchor tag for external tool link in ArticleSidebar

Feature
A new feature or capability added to the product.

add ArticleSidebar with TOC, ToolCard, and Latest News sections

Bug Fix
A fix for a bug or unexpected behavior.

add aria-label to KeyTakeaway toggle button

Feature
A new feature or capability added to the product.

add KeyTakeaway client component with hide/show toggle

Refactor
Code restructure without changing behavior.

improve toc utility docs and regex clarity

Feature
A new feature or capability added to the product.

add extractTOC and injectHeadingIds utilities for article TOC

Bug Fix
A fix for a bug or unexpected behavior.

order articles by published_at DESC instead of created_at

Feature
A new feature or capability added to the product.

rename /blog to /media-hub, remove AI Tips & Tricks nav link, dark mode gradient optimization

Enhanced Admin Interface and Site Settings

5 Mar 2026

Added blog redesign, admin user management, dark mode gradients, and comprehensive site settings with admin interface and navigation.

Feature
A new feature or capability added to the product.

blog redesign, admin users, dark mode gradients, site settings

Bug Fix
A fix for a bug or unexpected behavior.

use createAdminClient in getSiteSettings to avoid cookies() inside unstable_cache

Feature
A new feature or capability added to the product.

wire site settings to Header and Footer from layout

Feature
A new feature or capability added to the product.

add site settings query, API, admin page, and sidebar nav

Admin panel and changelog enhancements

28 Feb 2026

Redesigned admin panel with AI-generated changelog summaries and improved UI, plus better Docker compatibility for changelog data.

Bug Fix
A fix for a bug or unexpected behavior.

preserve existing changelog data when git is unavailable in Docker

Feature
A new feature or capability added to the product.

admin panel redesign, AI changelog summaries, and UI improvements

Enhanced Admin Panel and UI Updates

27 Feb 2026

Rebuilt promote page sections for pixel-perfect design and added articles admin panel with news pipeline integration.

Feature
A new feature or capability added to the product.

rebuild promote page sections 6-8 to match Figma pixel-perfect

Feature
A new feature or capability added to the product.

add articles admin panel, news pipeline integration, and UI updates

Enhanced Content Management System

25 Feb 2026

Added comprehensive article management with admin panel, related articles, and SEO-optimized detail views across the platform.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused variables to pass ESLint

Feature
A new feature or capability added to the product.

add related articles to tool and job pages

Feature
A new feature or capability added to the product.

add article detail view with SEO and relations

Feature
A new feature or capability added to the product.

integrate articles into MediaHub blog listing

Feature
A new feature or capability added to the product.

add articles management to admin panel

Feature
A new feature or capability added to the product.

add admin API endpoints for articles and pipeline stats

Feature
A new feature or capability added to the product.

add article types and query functions

AI News Pipeline System Design Added

23 Feb 2026

Added system design documentation for the AI news pipeline to help users understand the architecture and data flow.

Documentation
Documentation or content update.

add AI news pipeline system design

Enhanced Jobs Carousel and Auth Fixes

21 Feb 2026

Redesigned jobs carousel with image cards and video hover effects, plus improved login modal. Fixed database schema typos and enhanced authentication flow with PKCE implementation.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused useState import to pass ESLint

Feature
A new feature or capability added to the product.

redesign jobs carousel with image cards, video hover, login modal improvements

Bug Fix
A fix for a bug or unexpected behavior.

correct column name typos for new DB schema (is_avtive→is_active, platformm_url→platform_url)

Style
Visual or UI styling improvement.

center changelog content after TOC sidebar removal

Chore
Maintenance task or housekeeping update.

remove Table of Contents sidebar from changelog page

Bug Fix
A fix for a bug or unexpected behavior.

prevent onAuthStateChange from overriding redirect loading state

Bug Fix
A fix for a bug or unexpected behavior.

show loading state during sign-out redirect

Bug Fix
A fix for a bug or unexpected behavior.

prevent flash of sign-in UI during sign-out redirect

Bug Fix
A fix for a bug or unexpected behavior.

redirect to home on sign-out from protected routes

Bug Fix
A fix for a bug or unexpected behavior.

use NEXT_PUBLIC_SITE_URL for auth callback redirect

Bug Fix
A fix for a bug or unexpected behavior.

switch auth flow from implicit to PKCE for Google OAuth

Enhanced Login and Changelog Features

20 Feb 2026

Improved login modal with OTP flow and success screen, added changelog page, and implemented JSON fallback for Docker builds.

Feature
A new feature or capability added to the product.

add changelog pre-build script and JSON fallback for Docker

Feature
A new feature or capability added to the product.

redesign login modal OTP flow, add success screen, changelog page, and modal scroll-lock

Header, Footer & Contact Page Redesign

18 Feb 2026

Redesigned header dropdowns, footer layout, contact page, and newsletter section to match the new Figma design system.

Feature
A new feature or capability added to the product.

redesign header dropdowns, footer, contact page, and newsletter per Figma

Revamped tool pages with enhanced features

16 Feb 2026

Single tool pages now include a sidebar, categories, pricing, FAQ, and related sections for a better user experience.

Feature
A new feature or capability added to the product.

redesign single tool page with sidebar, categories, pricing, FAQ, and related sections

Enhanced UI and Code Cleanup

15 Feb 2026

Redesigned single pages for jobs, tags, platforms, and use-cases while removing unused imports to improve code quality.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused imports to pass ESLint build

Feature
A new feature or capability added to the product.

redesign single pages for jobs, tags, platforms, use-cases and add new pages

Enhanced Tools Page with New Views

13 Feb 2026

Added table/grid views, filters, and pricing to the tools page for better navigation and comparison.

Feature
A new feature or capability added to the product.

add table/grid views, filters, and pricing for tools page

Enhanced Deployment and Image Optimization

12 Feb 2026

Improved deployment flow with Git push to VPS, added deployment agent, and optimized images using Sharp for better performance.

Chore
Maintenance task or housekeeping update.

prefer git push vps in giti deploy flow

Chore
Maintenance task or housekeeping update.

add giti deployment agent and tighten gitignore

Chore
Maintenance task or housekeeping update.

add sharp for next image optimization

v2.0.0-beta.1: Redesigned header, bug fixes, and homepage improvements

Improved deployment setup

11 Feb 2026

Enhanced environment file handling and fixed Docker Compose health checks for better deployment reliability.

Chore
Maintenance task or housekeeping update.

ignore env files and fix compose healthcheck

Initial commit

Launch of Age of AI Tools

10 Feb 2026

We're excited to announce the launch of Age of AI Tools, a comprehensive directory for discovering and comparing AI-powered applications and services.

Initial commit from Create Next App

Join Our Community

Get the earliest access to hand-picked content weekly for free.

Spam-free guaranteed! Only insights.