Changelog

Every update,documented.

A full history of everything shipped to Lyrix — newest first.

v0.1.0
LatestMarch 2025

Initial public release of lyrix-web. Full marketing site, docs, and plugin marketplace shipped.

NewLanding page with Hero, Problem, Solution, Code Showcase, Philosophy, Roadmap Teaser, and CTA sections
NewFull docs site with sidebar navigation, dynamic slug pages, and prev/next navigation
NewPlugin marketplace with search, category filtering, and copy-to-install commands
NewPricing page with Community, Pro, and Enterprise tiers plus FAQ
NewLogin and Register pages with GitHub OAuth UI, password strength indicator
New404 page with terminal-style error display
NewRoadmap page with Kanban-style Shipped / In Progress / Planned columns
NewSticky navbar with Features megamenu, Plugins, Docs, and Pricing links
NewFull SEO metadata, OpenGraph, Twitter card, and JSON-LD structured data
Newsite.webmanifest for PWA support
InfraRoute group (main) layout refactor to isolate Docs navbar from main navbar
InfraLyrixInput custom component with default, password, and search variants
v0.0.4
February 2025

Feature detail pages and footer ecosystem grid shipped.

NewLyrix AI feature page with purple accent theme
NewVisual Editor feature page with blue accent theme
NewNative Renderer feature page with green accent theme
NewPlugin Engine feature page with amber accent theme
NewTeam Sync feature page with slate accent theme
NewAI Automation feature page with orange accent theme
NewFooter with product ecosystem grid, animated LYRIX watermark wordmark
v0.0.3
February 2025

Design system, fonts, and global layout established.

NewInter Tight + Geist Mono font setup via next/font
NewFull Tailwind CSS v4 + shadcn/ui integration with oklch color tokens
NewCustom globals.css with bg-dot-grid, bg-noise, radial-glow, and glow-shadow utilities
NewDark mode CSS variable system via .dark class
Newcontainer-layout utility class for consistent page padding
ImprovedButton component customized with 3D press shadow effect and bounce animation
v0.0.2
January 2025

SEO infrastructure and metadata system set up.

NewmetadataBase, title template, OpenGraph, and Twitter card configured in root layout
NewJSON-LD WebSite and SoftwareApplication schema added
NewRobots config with googleBot directives
NewFavicon and icon config for App Router (/app directory)
v0.0.1
January 2025

Repo initialized. lyrix-web project scaffolded.

NewNext.js 16 App Router project bootstrapped
NewSeparate repo structure decided: lyrix-cli and lyrix-web as independent repos
InfraESLint, TypeScript, Tailwind CSS, and PostCSS configured