wasp/examples
dependabot[bot] ebf20e0e94
Bump follow-redirects in /examples/websockets-realtime-voting (#1896)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 17:40:32 +01:00
..
hackathon-submissions Migrates hackathon submissions to 0.12 (#1823) 2024-03-10 22:39:25 +01:00
realworld Removes AuthError (#1737) 2024-02-09 11:17:18 +01:00
streaming Add client config to SDK API (#1893) 2024-03-15 16:53:42 +01:00
thoughts Add latest changes to examples updated to 0.12.0 (#1816) 2024-02-26 15:20:52 +01:00
todo-typescript Add latest changes to examples updated to 0.12.0 (#1816) 2024-02-26 15:20:52 +01:00
tutorials Update the tutorial for 0.12.0 (#1799) 2024-02-26 14:33:28 +01:00
waspello Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01:00
waspleau Migrating Waspleau to 0.12 (#1824) 2024-03-10 22:41:21 +01:00
websockets-realtime-voting Bump follow-redirects in /examples/websockets-realtime-voting (#1896) 2024-03-15 17:40:32 +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