Free onboarding platform for your team!
Built with Go, Echo, HTMX, Templ, PostgreSQL, Redis and Docker.
- Setup custom onbording plan for each role
- Manage and control the onboarding process of each new team member
- Setup custom notifications
- Clone smoothstart repo:
git clone git@github.com:Fishmansky/SmoothStart.git- Copy env_example to .env
cp env_example .envand set variables inside it.
- Build it
make build- Run it
make runApp will run at http://localhost:8080