Changelog

What's new.

Every release is documented. No silent updates. No breaking changes without notice.

v1.0.0UINUX Blog

Initial Release

  • 6 Astro components (Layout, Nav, Footer, Heading, Article, Prose)
  • 5 pages (Home, Search, About, RSS, Post)
  • Markdown + MDX content via Astro Content Collections
  • Client-side search with static JSON index
  • Built-in SEO (canonical URLs, Open Graph, Twitter Card, JSON-LD, RSS)
  • Google Search Console verification via env var
  • Serif body (Newsreader) + sans-serif headings (Inter)
  • 640px content width, static output, minimal JS
  • MIT license
v1.0.0UINUX Marketing

Initial Release

  • 10 core Astro components (Button, Link, Card, Section, Container, Navbar, Footer, Badge, CodeBlock, Divider)
  • 6 composable sections (Hero, FeatureGrid, SocialProof, Pricing, CTA, FooterSection)
  • 12 pages (5 core + 4 system + 3 starter presets)
  • 3 starter presets (Startup, SaaS, Studio)
  • Next.js adapter — 10 React components mirroring Astro
  • 6 design tokens via CSS custom properties (background, foreground, muted, border, surface, accent)
  • Static-first output, zero JS by default
  • Responsive across all breakpoints
  • TypeScript throughout