https://github.com/haggen/hindsight
Free and open-source board for sprint retrospective.
https://github.com/haggen/hindsight
react typescript webrtc yjs
Last synced: about 1 month ago
JSON representation
Free and open-source board for sprint retrospective.
- Host: GitHub
- URL: https://github.com/haggen/hindsight
- Owner: haggen
- Created: 2021-03-27T23:47:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T15:12:52.000Z (5 months ago)
- Last Synced: 2025-04-16T02:02:05.969Z (2 months ago)
- Topics: react, typescript, webrtc, yjs
- Language: TypeScript
- Homepage: https://hindsight.crz.li
- Size: 1.06 MB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hindsight

**Hindsight** is a real-time retrospective board for evergreen teams.
- 👉 Free, open-source, and no sign-up required.
- 🔒 Locally stored, no ads, no telemetry.## Development
This web application is built using [Vite](https://parceljs.org). Node.js v22+ is recommended.
To install the dependencies:
```sh
npm ci
```To start the development server.
```sh
npm start
```Before commiting you should run type check, lint and auto formatter:
```sh
npm run fix
```## Legal
Apache-2.0 © 2022 Arthur Corenzan.