Show HN: SaaS landing page template (React/Vue/HTML, Tailwind), free and MIT SaaS Design released a free, MIT-licensed SaaS landing page template built with Tailwind CSS, available in React, Vue, and plain HTML. The template includes eleven pages, light/dark mode, and is designed for easy integration with AI coding agents. It is part of a larger set of nine templates and a design system. A clean, production-ready SaaS landing page template built on Tailwind CSS , in React, Vue, and plain HTML . This is the "DevTools" theme: a crisp, monochrome developer-tool style with a full multi-page layout home, features, docs, pricing, changelog, blog, about, careers, contact, and legal pages . Free and MIT licensed. Use it in personal and commercial projects. The fastest way to see it: open html/index.html in your browser. No build step, no install. It loads Tailwind from a CDN and renders the full template. For a real project, use the React or Vue component below. This template is built to hand straight to an AI coding agent. Drop the folder next to your project and ask, for example: Add this SaaS landing page template to my app using the React version. Your agent copies the component in and wires up the Tailwind tokens from globals.css . Open html/index.html as-is, or copy the markup into your own page. It needs Tailwind CSS v4 and the tokens in globals.css . The standalone file already includes both, so it works on its own. react/DevTools.tsx is a single component with no required props: js import { DevTools } from "./DevTools"; export default function App { return