blackmamoth

↗ HN profile [ 51.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I wanted to build my own v0-style code generation tool, but starting with a full web app builder felt overwhelming. So I narrowed the scope to something more focused: an AI email generator. What it does: Describe an…

  2. I built Scribe, a tool for generating styled transactional emails by describing what you want in plain English, with an instant live preview. The preview runs via client-side Babel compilation, so changes show up…

  3. I built *Envyron* to simplify setting up environment variables and generating boilerplate code for new projects. - Define service templates with their environment variables - Combine services into project templates -…

  4. I built a CLI tool called `sshsync` to run shell commands and transfer files across multiple servers over SSH concurrently. It was inspired by tools like `pssh`, but I wanted something more modern, intuitive, and…