wasp/examples
2024-09-30 13:21:46 +02:00
..
hackathon-submissions Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
streaming Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
thoughts Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
todo-typescript Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
tutorials Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
waspello Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
waspleau Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
websockets-realtime-voting Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
README.md Removes realworld app (#2161) 2024-07-09 14:35:50 +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

    • A simple note-taking app organized around the concept of hashtags.
    • Demonstrates: db seeding, auth, rpc
  6. streaming

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