Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free Next.js 11 website template styled with TailwindCSS, featuring dark mode and SEO integration.
Plutonium is a free, open-source website template built on Next.js 11 and styled with TailwindCSS in Just-In-Time mode, designed to give developers a ready-to-deploy starting point for a personal or business site with built-in dark mode and SEO optimization. It is available on GitHub, authored by Saurish, and live at https://plutonium.saurish.com.
Plutonium is a single-page website template that pairs the React-based Next.js framework (version 11) with TailwindCSS's Just-In-Time compiler, producing a fast, utility-first styling pipeline. It takes Next.js and TailwindCSS configuration and outputs a deployable static site with dark mode toggle and search-engine-friendly meta tags via Next-SEO. The template is free to use and open-source, with a public repository at https://github.com/minor/plutonium.
To get started, clone the repository, install dependencies with yarn or npm, and run the development server. The README provides step-by-step commands: git clone https://github.com/minor/plutonium.git, then yarn or npm install, followed by yarn dev or npm run dev. After that, you can edit the Next.js pages and Tailwind utility classes to customize the site.
