https://github.com/davidje13/refacto
A remote retro facilitation tool.
https://github.com/davidje13/refacto
collaboration retro retrospective
Last synced: 4 days ago
JSON representation
A remote retro facilitation tool.
- Host: GitHub
- URL: https://github.com/davidje13/refacto
- Owner: davidje13
- License: gpl-3.0
- Created: 2019-02-19T00:24:58.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T16:08:50.000Z (17 days ago)
- Last Synced: 2026-01-17T10:26:06.275Z (15 days ago)
- Topics: collaboration, retro, retrospective
- Language: TypeScript
- Homepage: https://retro.davidje13.com/
- Size: 7.53 MB
- Stars: 30
- Watchers: 1
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# Refacto
Refacto makes it easy to run team retros with remote team members. You can use
the official public deployment at , or
[host your own instance](./docs/DEPLOYING.md).

## Running Locally
Requires [Node.js 20 or above](https://nodejs.org/en/).
```sh
npm start
```
The site will be available at , using a mock Google
authentication server and an in-memory database.
See [CONTRIBUTING.md](./docs/CONTRIBUTING.md) for full guidance on local
development.
## Self-Hosting
See [DEPLOYING.md](./docs/DEPLOYING.md) for details on hosting your own instance
of Refacto.
## Services
See [SERVICES.md](./docs/SERVICES.md) for details on setting up a database and
integrating with authentication providers.
## Extra Security
See [SECURITY.md](./docs/SECURITY.md) for details on configuring additional
security for deployments.