Skip to main content
Have a Wasp app in production? 🐝 We'll send you some swag! πŸ‘•
This is documentation for Wasp 0.11.8, which is no longer actively maintained.
For up-to-date documentation, see the latest version (0.20.0).
Version: 0.11.8

Starter Templates

We created a few starter templates to help you get started with Wasp. Check out the list below.

Using a Template​

Run wasp new to run the interactive mode for creating a new Wasp project.

It will ask you for the project name, and then for the template to use:

$ wasp new
Enter the project name (e.g. my-project) β–Έ MyFirstProject
Choose a starter template
[1] basic (default)
[2] saas
[3] todo-ts
β–Έ 1

🐝 --- Creating your project from the basic template... ---------------------------

Created new Wasp app in ./MyFirstProject directory!
To run it, do:

cd MyFirstProject
wasp start

Available Templates​

When you have a good idea for a new product, you don't want to waste your time on setting up common things like authentication, database, etc. That's why we created a few starter templates to help you get started with Wasp.

Vector Similarity Search Template​

[画像:Vector Similarity Search Template]

A template for generating embeddings and performing vector similarity search on your text data!

Features: w/ Embeddings & vector similarity search, OpenAI Embeddings API, Vector DB (Pinecone), Tailwind, Fullstack Type Safety

Use this template:

wasp new <project-name> -t embeddings

SaaS Template​

[画像:SaaS Template]

A SaaS Template to get your profitable side project started quickly and easily!

Features: w/ Stripe Payments, OpenAI GPT API, Google Auth, SendGrid, Tailwind, & Cron Jobs

Use this template:

wasp new <project-name> -t saas

Todo App w/ Typescript​

A simple Todo App with Typescript and Fullstack Type Safety.

Features: Auth (username/password), Fullstack Type Safety

Use this template:

wasp new <project-name> -t todo-ts

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /