Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js 13 App dir admin dashboard template with horizon ui, typescript, tailwindcss, etc.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Next13 Horizon Admin Dashboard Ts Tailwind is an open-source admin dashboard template for Next.js 13, bootstrapped with create-next-app and built as an expansion of the Horizon UI design system, using TypeScript and Tailwind CSS.
This template is a Next.js 13 project that runs on the App Router architecture, with app/page.tsx as the main editable entry point. It combines the Horizon UI admin dashboard layout from horizon-ui.com with TypeScript typing and Tailwind CSS utility styling. The project produces a server-rendered dashboard interface that can be customized by editing the page component and refreshed automatically in the development browser. It is part of the Horizon UI ecosystem, which offers additional templates you can find in the Horizon GitHub organization.
app/ folder structure and the app/page.tsx file as the root page, with automatic page reload on save.next/font to automatically optimize and load Inter, a custom Google Font, without extra layout shift.npm run dev, yarn dev, pnpm dev), matching the commands in the README.next/font and App Router pages.app/page.tsx, and see the dashboard change live in the browser at localhost:3000.The template runs like any standard Next.js app: install dependencies, launch a development server with npm, yarn, or pnpm, and open http://localhost:3000 to view the page. Editing app/page.tsx updates the rendered page automatically.
After installing dependencies, use npm run dev, yarn dev, or pnpm dev in the project root. Then open http://localhost:3000 in your browser to see the running dashboard.
Yes, the repository metadata lists Tailwind CSS as one of its main topics, and the design is built with Tailwind utility classes alongside TypeScript and Horizon UI.
The README says the easiest way to deploy a Next.js app is to use the Vercel Platform from the creators of Next.js, and it links to the official Next.js deployment documentation for more details.
