WASKit (Web App Starter Kit)

A professional CLI tool to scaffold modern web projects with Vite, Tailwind CSS, and flexible templates for JavaScript/TypeScript (Vanilla or React).

Vite Tailwind CSS Bun React TypeScript

Quick Start

bun create waskit my-app
cd my-app
bun run dev

Or use npm create waskit my-app if you prefer npm.

Features

Available Templates

Template Tech Stack Use Case
Vanilla JavaScript HTML + JS + Tailwind (optional) Lightweight projects
Vanilla TypeScript HTML + TS + Tailwind (optional) Type-safe vanilla projects
React JavaScript React 19 + JSX + Tailwind (optional) Modern React apps
React TypeScript React 19 + TSX + Tailwind (optional) Scalable type-safe React apps

CLI Usage

create-waskit <project-directory> [options]

System Requirements

Contributing

We welcome contributions! Please fork the repo, create a feature branch, and submit a pull request.