wasp/examples
2024-02-21 16:12:52 +01:00
..
hackathon-submissions Moves resolveProjectPath to wasp/dev (#1759) 2024-02-13 18:27:26 +01:00
realworld Removes AuthError (#1737) 2024-02-09 11:17:18 +01:00
streaming Uses extends in the user land tsconfig.json (#1793) 2024-02-21 16:12:52 +01:00
thoughts Uses extends in the user land tsconfig.json (#1793) 2024-02-21 16:12:52 +01:00
todo-typescript Uses extends in the user land tsconfig.json (#1793) 2024-02-21 16:12:52 +01:00
tutorials Injected auth models (#1583) 2024-01-03 14:40:08 +01:00
waspello Moves resolveProjectPath to wasp/dev (#1759) 2024-02-13 18:27:26 +01:00
waspleau Merge branch 'release' 2024-01-12 18:28:23 +01:00
websockets-realtime-voting Uses extends in the user land tsconfig.json (#1793) 2024-02-21 16:12:52 +01:00
README.md Fixed links to examples, added examples/README.md, improved some names. (#1542) 2023-11-17 15:02:32 +01: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. realworld

  7. streaming

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