Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Ultimate Front-end Template made using NextJs, TailwindCSS, and Typescript

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Ts Next Tailwind Template is an open-source boilerplate for building Next.js 13 applications with TailwindCSS and TypeScript, preconfigured with dark mode, ESLint, Prettier, and Husky.
Ts Next Tailwind Template is a starter repository created by Cristi Crețu (GitHub: cristicretu) that delivers a pre-configured Next.js 13 front-end. It uses TailwindCSS for styling and TypeScript for type safety, and it comes with the App Router, a self-hosted Inter font, and a custom global CSS file. The template produces a deployable Next.js project with folder structure under /ui and /public, absolute imports, and an SEO-ready Container component.
/public/fonts/, eliminating external font requests and improving load performance and privacy.uis to the /ui directory, so imports like uis/TextField.tsx replace long relative paths.Container.tsx component centralizes meta tags and SEO defaults for each page./public/static/favicons/ are included.This template is for developers who want a ready-to-run Next.js 13 + TypeScript environment without spending time on configuration. It suits solo developers creating personal sites or landing pages, teams that need consistent code quality tooling across projects, and anyone who wants to deploy a new project to Vercel quickly.
create-next-app -e with the repository URL to scaffold a new app.After obtaining the template, install dependencies with npm install, yarn install, or pnpm install, then start the development server. For a version without the app directory, the README points to a commit URL (1ac5d6dd...) that you can use with create-next-app. All configuration files and folders are already in place, so the app runs immediately.
You can clone the repository using HTTPS or SSH, click 'Use this template' on GitHub, run create-next-app with the template URL, or open it in CodeSandbox. After that, install dependencies and run the dev server.
Yes. Dark mode is supported via the next-themes package, which provides theme handling for Next.js applications. The template includes the necessary configuration, and the global CSS has theme-aware styles.
The template ships with next-themes, react-use, and Framer Motion. It also includes TailwindCSS, TypeScript, ESLint, Prettier, and Husky as part of the toolchain.
Yes, the Inter font is stored locally in /public/fonts/ and served from the same origin as the app, so no external font CDN is required.
Yes. The README provides a commit URL (1ac5d6dd...) that corresponds to the version prior to Next.js 13's app directory. You can use that URL with create-next-app to get the older structure.