Docs

Changelog

Changelog

Latest updates and announcements.

January 2026 - New components & Platform Updates

New domain

  • Atlas UI has moved from atlasui.vercel.app to atlasui.dev.
  • All documentation, demos, and registry files are now served from the new domain.

CLI & Registry Changes

  • All CLI install commands have been updated to use the new registry.
  • Example:
    pnpm dlx shadcn@latest add https://atlasui.dev/r/reveal-effect.json
    
  • For HTML users, the registry file naming has been updated for clarity:
    • Before: https://atlasui.dev/r/reveal-effect-js.json
    • After: https://atlasui.dev/r/reveal-effect-html.json

Note: js is updated to html for clarity.

Documentation Update

  • “JavaScript” tab has been renamed to “HTML” across the documentation.
  • This better reflects framework-agnostic usage and aligns with the updated registry naming.

New Components

  • Morph Navbar: A polished navigation bar with a fluid, morphing pill that tracks the active link and hover state.

  • Notch Nav: A Notch style trigger that reveals the navigation menu from above.

  • Box Reveal Animation: A smooth reveal animation that slides a colored overlay away to introduce content as it enters the viewport.

Morph Navbar

A polished navigation bar with a fluid, morphing pill that tracks the active link and hover state.

Loading...

Notch Nav

A Notch style trigger that reveals the navigation menu from above.

Loading...

Box Reveal Animation

A smooth reveal animation that slides a colored overlay away to introduce content as it enters the viewport.

Loading...

December 2025 - CLI support and enhancements

Framework Upgrade

All React components and the website have been upgraded to Next.js 16 and React 19.

CLI Support

You can now use the shadcn CLI to add Atlas UI components directly to your project. The CLI supports both React and HTML components.

Example:

pnpm dlx shadcn@latest add https://atlasui.dev/r/reveal-effect.json

Explore more components at here.

v0 Integration

All react components are editable on v0. This allows you to easily customize the components in natural language and paste into your app.


June 2025 - Loki Text Effect

We've added a new Loki Text Effect component.

Loki Text Effect

The iconic text animation from the Loki series intro.

Loading...