PT

Painless Tools

1-command deployment tool for web apps

Reviewing the First-100-Users notion board to check if I can add anything new to my traction notes for

If anyone is looking for it, this is the notion board I'm referring to https://board.first100users.com
Very useful content to bookmark and review when building something.

Created a few notion pages database for keeping track of activities for Traction

If this goes well, I’ll know in a few months and will make this public

Figured out configuration for specifying servers to deploy to

Wrote down multiple configurations and zeroed in on one.
Along with this I've almost completed the documentation for specifying servers too 😄

Can now read the config for in the golang project

Had to rewrite the prototype from python to golang to be able to improve the command-line experience.
* Can ship a binary instead of asking users to install a pip package
* Installation becomes easier

Learnt golang from a Udemy course got some solutions working in parts as tryouts.
At this pace, should be done with a v1 in 3 weeks.

P.S: With this I've added an important tool to my tool-belt - the ability to ship command-line tools as binaries.