blackmamoth
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Scribe – Generate styled emails from plain English (usescribe.ashpak.dev)
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…
- Show HN: Scribe – generate and preview transactional emails from plain English (usescribe.ashpak.dev)
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…
- Show HN: Envyron – reusable env var templates and code snippets (envyron.vercel.app)
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 -…
-
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…