Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/queaxtra/zvelte/llms.txt

Use this file to discover all available pages before exploring further.

Zvelte

A CLI tool to quickly scaffold SvelteKit projects with Shadcn UI, Tailwind CSS, and i18n support

Why Zvelte?

Zvelte eliminates the tedious setup process for SvelteKit projects. Instead of manually configuring Shadcn UI, Tailwind CSS, and internationalization, get a production-ready project with a single command.

One-Command Setup

Create a fully configured SvelteKit project in seconds with bunx @queaxtra/zvelte create

Pre-configured Template

Includes Shadcn UI components, Tailwind CSS styling, and i18n support out of the box

Package Manager Choice

Support for bun, npm, pnpm, and yarn with automatic dependency installation

Smart Initialization

Automatically updates package.json with your project name and version

Quick Start

Get started with Zvelte in under a minute:
bunx @queaxtra/zvelte create my-app
cd my-app
bun install
bun run dev

Key Features

Installation

Learn how to install and set up Zvelte

Create Command

Understand the create command and its options

Package Managers

Choose your preferred package manager

Configuration

Customize your project configuration

Commands Reference

Complete command reference

Troubleshooting

Solutions to common issues

What’s Included?

The scaffolded template includes:
  • SvelteKit - Modern web framework with excellent DX
  • Shadcn UI - Beautiful, accessible component library
  • Tailwind CSS - Utility-first CSS framework
  • i18n Support - Internationalization ready from day one
  • TypeScript - Type safety and better developer experience

Next Steps

Quickstart Guide

Create your first project and explore the features

Command Reference

View all available commands and options

Build docs developers (and LLMs) love