1
0 Comments

Just released v0.2.0 of Helppo, which is a CLI/nodejs tool to create an admin panel for your application (Postgres/MySQL)

I'm posting here because I think this tool could be quite beneficial for indie hackers (I run a SaaS side-business; I built this tool because I've wanted to use it in many projects for a long time) who prefer to spend their time working on the product and not the back-end needed to manage users, content, etc. You can:

  • Browse table content w/ pagination, filters, export
  • Edit rows w/ text, number, date, boolean, secret fields
  • Run SQL queries w/ export to CSV
  • Use either 'helppo-cli' or mount 'helppo' in your Express application if you use NodeJS

It might not be a complete replacement for custom back-end tools, but it can get you half-way there for many cases.

I published this project last week, and 0.2.0 marks the second release. It would be really amazing if I could get feedback (feature requests and bug reports) from IH!

Check it out (thanks!):
https://github.com/codeclown/helppo

on October 26, 2020