wasp/examples
2024-10-10 20:32:42 +02:00
..
hackathon-submissions Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
streaming Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
thoughts examples/thoughts now uses wasp-config from 0.15, not from rc2. 2024-10-10 20:32:42 +02:00
todo-typescript Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
tutorials Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
waspello Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
waspleau Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
websockets-realtime-voting Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
README.md Moved examples/thoughts to Wasp TS config. (#2337) 2024-10-10 16:58:16 +02:00

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