Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Template for Nuxt.js + Tailwind CSS + Three.js Projects.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
NTT Template is a GitHub repository starter that scaffolds a Nuxt.js project preconfigured with Tailwind CSS and Three.js, plus GSAP animation and utility plugins, so developers can skip the setup phase and code immediately.
NTT Template is a starter template for web projects built on Nuxt.js, a Vue.js meta-framework, combined with Tailwind CSS for styling and Three.js for 3D graphics. The repository comes with dependencies installed and configured, exposing npm scripts for development, production builds, and static generation. It does not include an app-specific structure; instead it provides a clean base you extend with your own pages and components.
spacing configuration adds rem-based values above the default set, including 100 (25rem), 104 (26rem), 112 (28rem), 120 (30rem), 128 (32rem), 140 (35rem), 160 (40rem), 168 (42rem), 172 (43rem), 176 (44rem), 180 (45rem), 184 (46rem), and 188 (47rem).scale (0–4), opacity (0–1 in increments), minHeight/maxHeight and minWidth/maxWidth (including fractional values like 1/4, 1/2, 3/4, full), and inset (with negative offsets like -4, -8, -16).npm run dev launches hot-reload at localhost:3000, npm run build creates a production bundle, npm run start serves it, and npm run generate exports a fully static site.npm run generate to produce a fully static site that can be deployed to any static host.The template is used as a GitHub repository starter. After creating a new repository from it, run npm install to install all dependencies. Then use npm run dev to develop with hot-reload at localhost:3000. For deployment, npm run build plus npm run start runs a Node server, or npm run generate outputs static files.
Run npm install from the project root. The README lists this as the first build step, and it installs everything needed for Nuxt, Tailwind, Three.js, GSAP, and the included plugins.
Yes. The npm run generate script builds the project as a static site, which can be hosted on any static file server. The build output is generated by Nuxt.js's generate feature.
The template customizes spacing, scale, opacity, minHeight, maxHeight, minWidth, maxWidth, and inset values. These are defined in the Tailwind config, and you can review or extend them in the project after cloning.
The repository is publicly hosted on GitHub, so it is available for anyone to use. The exact license is not specified in the README, but the source is accessible for reuse.
