2023-11-17 17:02:32 +03: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 ](https://wasp-lang.dev/docs/tutorial/create ) apps.
1. **todo-typescript**
- A simple task-tracking app implemented in TypeScript.
- Demonstrates: **full-stack type safety in Wasp via TypeScript** , [auth ](https://wasp-lang.dev/docs/auth/overview ), [rpc ](https://wasp-lang.dev/docs/data-model/operations/overview )
2024-07-09 15:35:50 +03:00
1. **waspello**
2023-11-17 17:02:32 +03:00
- A simple Trello clone.
- Demonstrates: [auth ](https://wasp-lang.dev/docs/auth/overview ), [rpc ](https://wasp-lang.dev/docs/data-model/operations/overview )
2024-07-09 15:35:50 +03:00
1. **hackaton-submissions**
2023-11-17 17:02:32 +03:00
- An app for organizing your own hackaton.
- Demonstrates: [tailwind ](https://wasp-lang.dev/docs/project/css-frameworks#tailwind ), [rpc ](https://wasp-lang.dev/docs/data-model/operations/overview )
2024-07-09 15:35:50 +03:00
1. **waspleau**
2023-11-17 17:02:32 +03:00
- A simple clone of Tableau. The app regularly pulls in external data and shows it on a nice dashboard.
- Demonstrates: ** [jobs ](https://wasp-lang.dev/docs/advanced/jobs )**, analytics
2024-07-09 15:35:50 +03:00
1. **thoughts**
2023-11-17 17:02:32 +03:00
- A simple note-taking app organized around the concept of hashtags.
2024-10-10 17:58:16 +03:00
- Demonstrates: [db seeding ](https://wasp-lang.dev/docs/data-model/backends#seeding-the-database ), [auth ](https://wasp-lang.dev/docs/auth/overview ), [rpc ](https://wasp-lang.dev/docs/data-model/operations/overview ), [Wasp TS config ](https://wasp-lang.dev/docs/general/wasp-ts-config ) .
2023-11-17 17:02:32 +03:00
2024-07-09 15:35:50 +03:00
1. **streaming**
2023-11-17 17:02:32 +03:00
- Demonstrates: **http streaming** , [api ](https://wasp-lang.dev/docs/advanced/apis )
2024-07-09 15:35:50 +03:00
1. **websockets-realtime-voting**
2023-11-17 17:02:32 +03:00
- Demonstrates: ** [web sockets ](https://wasp-lang.dev/docs/advanced/web-sockets )**, [auth ](https://wasp-lang.dev/docs/auth/overview ), voting system