OSS Application Playground
1. Twenty
- OSS Github, Site , Self-hostable
- Alternative to Salesforce (need to check usecases of salesforce and compare ) #todo
- Installs fine but usability to be accessed as all it seems to have is details, companies. Workflow feature to be accessed #todo
Installation
1
bash <(curl -sL https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-docker/scripts/install.sh)
App URL: localhost:3000
Plane.so
- OSS Github, Live app , Self-hostable
- Alternative to Jira, Trello
- Recommended
- Good free option live as well but hass certain locked paid modules so need to verify those and their limitations #todo
Installation
1
2
3
4
5
6
7
8
9
mkdir plane-selfhost
cd plane-selfhost
curl -fsSL -o setup.sh https://github.com/makeplane/plane/releases/latest/download/setup.sh
chmod +x setup.sh
./setup.sh
# Here, use 1 => Install, 2 => Run Project, 3 => Stop Project Service
App URL: localhost:8080
Affine
Installation
This post is licensed under
CC BY 4.0
by the author.