Skip to content

Files

Latest commit

aa22f6e · Dec 19, 2024

History

History
This branch is 96 commits behind wasp-lang/wasp:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 10, 2024
Oct 10, 2024
Oct 10, 2024
Oct 10, 2024
Oct 10, 2024
Dec 19, 2024
Oct 10, 2024
Oct 10, 2024
Oct 10, 2024

Example Wasp apps

Here's a list of all officially maintained Wasp example apps! Most of these apps are relatively small, and each one demonstrates several of Wasp's interesting features.

The tutorials directory contains Wasp tutorial apps.

  1. todo-typescript

    • A simple task-tracking app implemented in TypeScript.
    • Demonstrates: full-stack type safety in Wasp via TypeScript, auth, rpc
  2. waspello

    • A simple Trello clone.
    • Demonstrates: auth, rpc
  3. hackaton-submissions

    • An app for organizing your own hackaton.
    • Demonstrates: tailwind, rpc
  4. waspleau

    • A simple clone of Tableau. The app regularly pulls in external data and shows it on a nice dashboard.
    • Demonstrates: jobs, analytics
  5. thoughts

  6. streaming

    • Demonstrates: http streaming, api
  7. websockets-realtime-voting