Hacker News new | ask | show | jobs
by antoniomika 835 days ago
Thanks for the feedback and trying things out!

- We like the "ssh to create an account" idea too. Makes it easy to confirm a user's identity which is nice and uses tried and true auth/encryption methods. Feedback has been good overall for the experience, main issue is managing account reset methods as that is a bit difficult.

- Noted on the account signup UI, we'll look into how we can work on making that cleaner (a blinking cursor is probably a good start).

- Once you signup, you can actually ssh to pgs without any username set and it will find the account for the public key used on signup.

- The site URL is a bit hard to deal with when uploading multiple files. We'll think of how to make this more clear.

- There's a "cli" based workflow with pgs. You can list your sites with `ssh pgs.sh ls`, you can replace `ls` with `help` for a list of other commands. We want to move away from the TUI a bit and have commands that are easy to be scripted.

- $20/year :)

Thanks again for all of the feedback, always appreciated!