Changelog
Discover what's been added, changed, fixed, improved, and updated in TrickBuzz.
v 1.3.0
May 31, 2026
v 1.3.0
May 31, 2026
27 Free Tools, Dynamic Footer & Google Analytics
The biggest update yet β TrickBuzz now ships with 27 free developer tools across 8 categories, a fully dynamic footer, and production analytics integration.
Highlights:
- 27 tools added across Formatters, Converters, Generators, Text, Dev, Image, CSS & SEO
- UUID Generator fully implemented with bulk generation & format options
- Footer now auto-generates tool links from a central data file
- 27 tool pages scaffolded across 8 categories (
lib/tools.js) - UUID Generator with bulk generation (up to 100), 4 format options, and copy-to-clipboard
- Global Header with responsive mobile menu
- Global Footer dynamically powered by
lib/tools.jsandlib/categories.js - Google Analytics via
@next/third-parties/google - Changelog page with timeline layout
- Node.js scaffold script to generate all tool page stubs
v 1.2.0
May 30, 2026
v 1.2.0
May 30, 2026
Shadcn UI Migration & JavaScript Conversion
Complete UI library swap from HeroUI to Shadcn UI (Achromatic theme), plus a full conversion from TypeScript to JavaScript for faster development iteration.
- Zero HeroUI dependencies remaining
- All pages use Shadcn primitives (Button, Card, Select, Inputβ¦)
- Remix Icons replace Lucide site-wide
- Shadcn UI (Achromatic) installed and configured
@remixicon/reactadded as the standard icon library- Sonner toast notifications added to root layout
- ThemeProvider for dark/light mode support
v 1.1.0
May 28, 2026
v 1.1.0
May 28, 2026
HeroUI v3 Integration & Tool Page Migration
First fully functional version with HeroUI v3 and migrated static tool pages converted into React components.
- Next.js App Router scaffold initialized
- HeroUI v3 component library integrated
- Dark mode support via ThemeProvider
- Static HTML tool pages migrated to React Client Components
v 1.0.0
May 20, 2026
v 1.0.0
May 20, 2026
TrickBuzz is Live π
Initial public release of TrickBuzz β a free developer tools platform built on Next.js with a clean, accessible interface.
- Core site structure: Home and static tool pages
- Responsive layout with mobile navigation
- Initial set of static HTML tools
- Project repository and development environment set up