Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
One-click deployable Astro site template for an ultra-minimal link-in-bio personal page, inspired by Casey Neistat.
Nice Tat is an Astro site template for creating an ultra-minimal personal page or link-in-bio site, inspired by Casey Neistat's famously sparse personal website. The template is designed to be deployed in about two minutes using one-click deployment buttons on Netlify or Vercel, with all content managed through Markdown files.
Nice Tat is a static site template built with the Astro framework and styled with Tailwind CSS. It takes Markdown files as input and produces a clean, single-page website with smooth page transitions and dark mode support. The template runs on any static hosting platform, with Netlify and Vercel deploy buttons provided. It was created by GitHub user ThatGuySam and published in the repository ThatGuySam/nice-tat.
After clicking the deploy button on Netlify or Vercel, you connect your repository and the site is automatically built and hosted. Once deployed, you can edit the site directly on GitHub or clone the repository to your local machine. To add a new page, you create a Markdown file in /src/pages, for example /src/pages/twitch.md, and add your content and options. Site-wide settings like the site name are configured in src/config.ts.
Yes, the template is publicly available on GitHub and can be used and modified without licensing restrictions.
Basic familiarity with Markdown and GitHub is helpful, but the one-click deployment and detailed README make it accessible to beginners.
The template includes one-click deploy buttons for Netlify and Vercel, but because it generates static HTML, it can be hosted on any static site hosting service.
Yes, each Markdown file you add to /src/pages becomes a new page on the site, so you can grow it into a small multi-page site.