I want a CRM that has the following features

I don't think tools like Mailchimp are necessary anymore. I currently use makeshift system of Claude Desktop pointed at my production database--have it generate text-based lists, and HTML e-mails; but I'm looking for something a little more structured.

I want a CRM that has the following features

  1. Uses my Amazon SES for cheap e-mail

  2. Has a killer enrichment UI, probably Chrome extension-based, that allows me to right-click on leads I find on the web and enrich them with contact info / automatically populate a record

  3. Can sync with my existing contact database structures easily to filter lists for campaigns. Can use an LLM to issue SQL queries to said database to help construct lists quickly.

  4. Provides an LLM-based interface into HTML-based e-mail creation

reddit.com
u/johnwheelerdev — 2 days ago

Modern CRMs suck. I want a CRM that does the following...

I don't think tools like Mailchimp are necessary anymore. I currently use makeshift system of Claude Desktop pointed at my production database--have it generate text-based lists, and HTML e-mails; but I'm looking for something a little more structured.

I want a CRM that has the following features

  1. Uses my Amazon SES for cheap e-mail

  2. Has a killer enrichment UI, probably Chrome extension-based, that allows me to right-click on leads I find on the web and enrich them with contact info / automatically populate a record

  3. Can sync with my existing contact database structures easily to filter lists for campaigns. Can use an LLM to issue SQL queries to said database to help construct lists quickly.

  4. Provides an LLM-based interface into HTML-based e-mail creation

reddit.com
u/johnwheelerdev — 2 days ago
▲ 20 r/Ensoniq

DEEP/Z: An independent DP/Pro Recreation, and a way to compare it against the original

My name is John. About five months ago, I introduced myself here when I announced DEEP/4, my independent recreation of the Ensoniq DP/4. The response from the Ensoniq community played a huge role in helping me get it off the ground, and I’m still incredibly grateful for that.

Since then, its Gearspace thread has taken on a life of its own, DEEP/4 has found its way into the studios of artists including Martin Gore, Charlie Clouser, and Tycho, and Sound On Sound recently published a very thoughtful review.

Today, I’m excited to share my newest project: DEEP/Z, an independent recreation of the Ensoniq DP/Pro.

I love the DP/4, but the DP/Pro may be my favorite Ensoniq effects processor. Fewer than 1,000 units were reportedly produced, with its short production run coinciding with Creative’s acquisition of Ensoniq and the company’s growing focus on computer audio.

That is a shame, because the DP/Pro is a remarkable machine. Its reverbs are lush, its room-modeling algorithms are unusually nuanced, and its choruses and phasers have a pristine quality that is difficult to describe until you hear them. The original developers clearly obsessed over every detail. Expert Reverb 1 and 2, for example, each offer more than 40 adjustable parameters.

I built DEEP/Z to make this sonic character accessible to more people, while also giving DP/Pro owners a reliable backup for their increasingly rare hardware.

Also new, the DEEP/Z and DEEP/4 pages both include an interactive comparison tool that lets you A/B the plugins directly against recordings of the original hardware. Please give them a listen. I’m proud of how closely we were able to match them.

Most importantly, thank you to everyone here who supported DEEP/4, offered encouragement, and shared their knowledge. This community helped make the project possible.

reddit.com
u/johnwheelerdev — 1 month ago
▲ 8 r/coolgithubprojects+3 crossposts

Dropper: a free menu bar app that uploads any file to your own Cloudflare R2 bucket and gives you a nice share page (source-available)

Hi everyone. I'm John, the developer.

The short version: drag a file onto a menu bar icon, and a share link is on your clipboard a second later. The file goes straight to a Cloudflare R2 bucket you own, and the link opens a clean share page with real audio and video players, image galleries, rendered markdown, and PDF embeds.

Why I made it: the usual options all bugged me. Imgur is full of ads, Dropbox is a pain to fully remove once installed, a GitHub gist wants me logged in, and YouTube recompresses everything. I wanted to just drop a file and get a link without routing it through a company whose interests aren't the same as mine.

How it stays out of the way:

- The files live in your bucket, not on any server of mine. Dropper never proxies or stores your data. Because the share pages are plain files in the bucket, the links keep working even if the app disappears.

- Free with no subscription. You pay Cloudflare directly, and R2's free tier is 10 GB with no egress fees.

- Your Cloudflare token is scoped to R2 only and kept in the macOS Keychain.

- It converts web-unfriendly formats on the way up (HEIC to JPEG, MOV to MP4, and so on) so links open for people on any browser. Every conversion can be turned off.

It's source-available, so you can read exactly what it does: https://github.com/dropper-devs/dropper . You can read and fork it. It's non-commercial, and please don't redistribute the built binaries.

Requires macOS 14+, works on Apple Silicon and Intel. Site is https://dropper.page

Would love feedback, especially on whether the Cloudflare setup wizard is clear enough.

u/johnwheelerdev — 1 month ago
▲ 22 r/MacAppsLaunches+2 crossposts

vibe coded a mac app in a day: screenshot to a nice webpage in two clicks

I talked to claude through a microphone for about a day and ended up with a real native mac app. it's called Dropper.

as a founder I take a screenshot or send a file a dozen times a day and it always took too many apps. wanted it to be two clicks. so now: take a screenshot or drag any file onto the menu bar icon, and a link to a clean share page is already on your clipboard. videos play in the browser, audio gets a waveform player, markdown renders.

there's a live demo right at the top of the site if you want to feel it without downloading:

https://dropper.page

25 years of building meant I knew what to ask for, which is most of why it came out usable and not slop. happy to talk about the voice workflow if anyone's curious.

EDIT: Here is a video I made using a screen recorder I also built.

https://dropper.page/share/july-13-2026/demo-jxne9r/index.html

u/johnwheelerdev — 1 month ago

25 years of dev experience + claude + a microphone = shipped a native mac app in under a day

not exaggerating the title. I talked to claude through a mic for roughly a day and out came Dropper, a native swift menu bar app plus its website (next.js on cloudflare workers).

the app: drop any file on the menu bar icon, it uploads to your own cloudflare R2 bucket, share page link lands on your clipboard. waveform players for audio, real video player, markdown rendering, built in screenshot + annotation tool. no accounts, no subscription, your files stay in your own bucket.

what I think actually made it fast: I knew exactly what I wanted. architecture, edge cases, what good looks like. claude did the typing but 25 years of scar tissue did the steering. the codebase has unit tests, a signing/notarization release pipeline, even a headless debug CLI, because I knew to ask for those things.

code's source available if you want to judge the quality yourself, I know "AI built" raises eyebrows:

https://github.com/dropper-devs/dropper

https://dropper.page

happy to go deep on the workflow if anyone wants specifics

EDIT: Here is a video I made using a screen recorder I also built.

https://dropper.page/share/july-13-2026/demo-jxne9r/index.html

reddit.com
u/johnwheelerdev — 1 month ago

built a mac menu bar app where R2 is the entire backend. no server, the app signs S3 requests locally

figured this sub might appreciate a project that leans on R2 pretty hard.

Dropper is a macOS menu bar app. drop a file on it, it uploads to your R2 bucket, generates a static HTML share page, uploads that next to the file, and copies the link. the share pages are just files in the bucket served from the public r2.dev URL or a custom domain. if the app vanished tomorrow every link keeps working.

implementation stuff: the app does SigV4 signing locally and talks straight to R2, nothing in between. onboarding is one cloudflare API token, the app derives S3 credentials from it, creates the bucket and flips on the public URL itself. the marketing site plus the public share route run on a worker (next.js). media gets converted to web safe formats at upload (HEIC to JPEG, MOV remuxed to MP4 where possible instead of re-encoding), waveforms and thumbnails computed on the mac before upload.

free egress means the links cost nothing to serve, which is kind of the whole reason this product can exist without a subscription.

source: https://github.com/dropper-devs/dropper

site with live demo: https://dropper.page

curious what people think of the single token onboarding, and happy to answer anything

EDIT: Here is a video I made using a screen recorder I also built.

https://dropper.page/share/july-13-2026/demo-jxne9r/index.html

reddit.com
u/johnwheelerdev — 1 month ago

My vibecoded project: Dropper makes two irritating processes that founders do all the time easy as hell.

This is my project and here's how I made it:

I created this in less than one day (including the website) by talking to Claude through a microphone. The code is very high quality and so is the application. I was able to do it fast because I've been building for 25 years and I know what I want. Please feel free to ask me any questions you have.

---

Dropper makes two irritating processes that founders do all the time easy as hell.

  1. Sharing videos, audio, markdown and more in their own webpage
  2. Taking screenshots and sharing them

Website: https://dropper.page

Source: https://github.com/dropper-devs/dropper

Alternatives and what dropper does different

Dropshare

Dropper adds guided R2 setup, format-specific share pages, and collections you can update or rearrange without changing the URL.

R2Drop

Dropper additionally generates polished pages, mixed-media collections, annotations, thumbnails, and web-friendly media conversions.

The screenshot editor

EDIT: Here is a video I made using a screen recorder I also built.

https://dropper.page/share/july-13-2026/demo-jxne9r/index.html

reddit.com
u/johnwheelerdev — 1 month ago
▲ 28 r/Ensoniq

From the creator of the DEEP/4: DP Pro Inspired Effect Plug-in in Route

Hi Everyone,

John Wheeler with Temecula DSP here, creator of the first DP/4 inspired effect - the DEEP/4

The DP/4 is sometimes called the working-man's Eventide, even though it has an amazing character all its own. But, if it's the working-man's Eventide, the DP Pro is pure Eventide and Lexicon-class in itself - if not more than that.

I mean it, this thing absolutely sounds like nothing else - super high quality reverbs that are lush, lush, lush. It's the best sounding effect I've recreated.

You can check out a very rough prototype here so you and see that it absolutely NAILS the sound: https://www.youtube.com/watch?v=ieggrgVBNtw

I've had the pleasure of working with several people on this plug-in including one of Prince's former mixing engineers. I'm doing everything I can to make sure it's just like having a real DP Pro in your DAW. It should be released later this month. Please follow along on YouTube for updates.

u/johnwheelerdev — 2 months ago

I'll record your product or website on r/RecordMySite

Hi everyone, the other day I made a post to record websites for people showing them my first impression as a user and people seemed to really like it a lot

I ended up doing 36 recordings and posting them on my YouTube

I've made a subreddit dedicated to this and would be grateful if you'd give me a chance to record your site

https://www.reddit.com/r/RecordMySite/

Thanks!

John

reddit.com
u/johnwheelerdev — 2 months ago

Record my site

Hi everyone, the other day I made a post to record websites for people showing them my first impression as a user and people seemed to really like it a lot

I ended up doing 36 recordings and posting them on my YouTube

I've made a subreddit dedicated to this and would be grateful if you'd give me a chance to record your site

https://www.reddit.com/r/RecordMySite/

Thanks!

John

youtube.com
u/johnwheelerdev — 2 months ago

I'll record your product and tell you how bad it sucks.

I just started recording youtube demos of me walking through new founders and vibe-coded website and giving honest first impressions of how I feel about them. So far the feedback from others has been entirely positive.

If you want me to review your startup, drop it here and I'll make a quick video. Here are some I've done already:

https://www.youtube.com/@screendotcam

u/johnwheelerdev — 2 months ago

Free tool: Descript meets Screen Studio with AI assisted YouTube export

Hello. I've been working on this. It's a pure Swift Mac app. And it works really, really well. takes up less memory footprint and is more performant than alternatives mentioned above. Wondering if anyone would be down to test it.

I've been programming for 26 years professionally, and I know how to do solid UX. I built this because I've always loved Screen Studio but I wanted my own codebase to customize and I don't want to pay a subscription.

It's going to be completely free. It passes Mac notarization. I use it to record demos for my company. www.TemeculaDSP.com

u/johnwheelerdev — 2 months ago
▲ 5 r/BootstrappedSaaS+1 crossposts

screen.cam a free Descript meets Screen Studio with AI-assisted YouTube export

https://preview.redd.it/ikqy0iexzh7h1.jpg?width=1200&format=pjpg&auto=webp&s=3b8ce7df584dc2d85873eb3b0a48f589c678a2c4

Hi everybody, I created this for another business that I run developing audio plugins called Temecula DSP. It's what I use to show off my plugins on YouTube.

It runs with a lighter footprint than Screen Studio and renders two to three times as fast because it uses new Swift APIs.

This is not clunky junk like most Screen Studio clones which are written in pure HTML/CSS/JS or Electron. I've been developing for 26 years professionally and I understand how to make a solid UX. That being said, I've only tested this on my machine.

It is Mac OS only. Free

The website right now is very basic. Just two videos that show a before and an after. I'm currently building out features. I'd love if you would try it out and let me know what you think.

https://www.screen.cam

reddit.com
u/johnwheelerdev — 2 months ago
▲ 17 r/BootstrappedSaaS+2 crossposts

Free, better than Screen Studio created for my own start-up

My name is John and I develop audio plugins at TemeculaDSP.com

I created screen.cam because I wanted my own Screen Studio style screen recorder to create product demos with the following features

  1. Descript style transcript editing editing
  2. YouTube Upload with AI generated titles / descriptions / chapter markers
  3. Text overlays
  4. No subscription fees

I think I'm close to nailing it. screen.cam uses newer Swift APIs so it runs lighter with less memory. It renders about 2-3x faster than Screen Studio

Here is a video I put together for one of my plugins:

https://www.youtube.com/watch?v=kuZ3gSWj03A

Here is a demo that shows how I made it.

https://www.youtube.com/watch?v=373ra9YeGws

Thanks for looking!

screen.cam Free, MacOS only

u/johnwheelerdev — 2 months ago

Free Screen Studio / Descript alternative with AI-assisted YouTube upload

This is a dead-simple screen recording application I've been working on with al the features I need to record plug-in demos for Temecula DSP.

The killer features are

  1. Zoom and follow mouse cursor and masking
  2. Transcript-based editing and
  3. Export to YouTube with auto-generated titles, descriptions, and chapter markers.

https://www.youtube.com/watch?v=PQsWuTdfh1U

This is free for anyone to download and is available now at https://screen.cam

Check it out and let me know what you think. Thanks!

u/johnwheelerdev — 2 months ago

Introducing Onda: A cross-platform alternative to DSView for DSLogic logic analyzers

I work on building authentic plug-in recreations of old reverb units. Typically I'm able to use schematics and data sheets, but since I started working with ASICs I had to get a logic analyzer I could afford.

The software that comes with my DSLogic, DSView, leaves a lot to be desired so I began working on a cross-platform logic analyzer I could customize over time.

Let me know what you think and if you would be interested in trying it out once it is ready. For those of you who use logic analyzers in your work, what are the features and decoders most important to you. Is there anything you would want to see in a software package?

https://www.youtube.com/watch?v=EwHpt_CuFNc

u/johnwheelerdev — 3 months ago
▲ 7 r/hardwarehacking+1 crossposts

Introducing Onda: A cross-platform alternative to DSView for DSLogic logic analyzers

I work on building authentic plug-in recreations of old reverb units. Typically I'm able to use schematics and data sheets, but since I started working with ASICs I had to get a logic analyzer I could afford.

The software that comes with my DSLogic, DSView, leaves a lot to be desired so I began working on a cross-platform logic analyzer I could customize over time.

Let me know what you think and if you would be interested in trying it out once it is ready. For those of you who use logic analyzers in your work, what are the features and decoders most important to you. Is there anything you would want to see in a software package?

https://www.youtube.com/watch?v=EwHpt_CuFNc

u/johnwheelerdev — 3 months ago

Is the reason people buy a Salae over a DS Logic primarily because of the software Logic 2?

I've heard that logic is really good and I've got DS view which is not and I'm wondering what people think. I'm on a Mac

reddit.com
u/johnwheelerdev — 3 months ago

So I've been monitoring Reverb and eBay for the past few weeks trying to get a DP Pro for a plugin that I'm developing and I haven't had any luck. I'm surprised that they're not listed more often. Does anyone have one that they would sell for $800 plus shipping, price negotiable? The thing is I want to buy it off of eBay or Reverb for the buyer protection.

reddit.com
u/johnwheelerdev — 4 months ago