Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js 13 business website template with Tailwind CSS and Material UI components.

Free Tailwind CSS and Next.js one-page template for crypto business sites, with authentication pages, modals, and responsive UI.
Business_app is a Next.js 13 business website template that combines Tailwind CSS utility styling with Material UI components, bootstrapped from create-next-app to give you a working App Router project from day one.
Business_app is a Next.js 13 business website template bootstrapped with create-next-app, using the App Router (app/page.js) for file-based routing and next/font for optimized font loading. It combines Tailwind CSS for utility-first styling with Material UI (MUI) components, making it a starting point for business landing pages, corporate sites, or internal web apps. The template runs on Node.js and is configured for deployment on Vercel.
Business_app follows the standard create-next-app workflow: install dependencies, run the development server with npm run dev, then edit app/page.js to change the visible page. The page auto-updates as you edit the file. The built-in next/font integration loads Inter automatically, and deployment is handled through the Vercel Platform or any Node.js-compatible host.
Run npm run dev (or yarn dev / pnpm dev) from the project root, then open http://localhost:3000. The page reloads automatically when you edit app/page.js.
Yes, the project uses next/font to automatically optimize and load Inter, a custom Google Font, without requiring manual font setup.
Yes, Business_app is designed for easy deployment on the Vercel Platform, and the create-next-app readme links to the official Next.js deployment documentation.
