web/blog/2023-06-30-tutorial-jam.mdx
import { ImgWithCaption } from './components/ImgWithCaption';
The Wasp Tutorial Jam is a contest where participants are required to create a tutorial about building a fullstack React/Node app with Wasp.
First of all, it’s sad that you’ve never heard of Wasp.
Wasp is a unique fullstack framework for building React/NodeJS/Prisma/Tanstack Query apps.
Because it’s based on a compiler, you write a simple config file, and Wasp can take care of generating the skeleton of your app for you (and regenerating when the config file changes). You can read more about Wasp here
The rules are simple. The tutorial must:
Use Wasp.
Be written in English.
Be original content and not copied from any existing sources.
Be a written tutorial posted to a social blogging platform like dev.to or hashnode.dev, or a YouTube video tutorial
Contain the hashtag #buildwithwasp
Submitted by pasting the link in the #tutorialjam channel on our Discord Server
AND
The tutorial can focus on any topic and be any length (short or long) just as long as it uses Wasp’s fullstack capabilities.
The judging criteria for the Tutorial Jam will be based on:
We have a whole repo of starter templates that you can use with Wasp by installing wasp and running wasp new in the command line. The interactive prompt will ask you what template you’d like to start with:
[1] basic (default)
Simple starter template with a single page.
[2] todo-ts
Simple but well-rounded Wasp app implemented with Typescript & full-stack type safety.
[3] saas
Everything a SaaS needs! Comes with Google auth, ChatGPT API, Tailwind, & Stripe payments.
[4] embeddings
Comes with code for generating vector embeddings and performing vector similarity search.
[5] WaspAI
An AI powered code scaffolder. Tell it what kind of app you want and get a scaffolded fullstack app
In addition, here are some ideas to help you get inspired. You could build a simple fullstack app with Wasp in order to explain some key concepts:
Or you could write a tutorial that explains how to build:
The winners of the Wasp Tutorial Jam will receive the following prizes:
All submissions must be received by Sunday, July 16th 11:59 p.m. CET. Winners will be announced the following week.
Head on over to our Discord Server and ask away :)
Good luck!