Hiring for Lead Generation

We are Hiring for a person with Experience in lead generation.

Expected Work:
Finding Leads for App and Web Developement and Management Business

Compensation:
Base Salary (Based on Experience) + Bonus (Based on Milestones)

(Bonus is independent of Conversion of Lead)

Minimum Eligibility:
Experience of actually doing the work in the Expected Work Industries
1+ Years of Experience

Send a DM
with a link to your Profile

reddit.com
u/Time_Quail2753 — 14 days ago

Has anyone wanted something like this?? Looking for honest feedback.

I've been working on a small desktop app for outbound email and I'm trying to figure out whether this is an actual problem people have or if I'm just building something for myself.

The idea is pretty straightforward:

  • Import contacts from a CSV or Excel file.
  • The app picks up whatever attributes are available (company, role, industry, website, etc.).
  • Create a campaign and generate personalized emails using your own AI account (OpenAI, Claude, Gemini, whatever).
  • Edit the prompt yourself or use a generated default prompt.
  • Schedule emails according to the recipient's local timezone.

The part I think is more interesting is what happens after the emails go out.

The app keeps checking replies and automatically sorts them into categories like:

  • Interested
  • Not interested
  • Unsubscribe
  • Out of office
  • Referral
  • Follow-up needed

The idea is that instead of manually reading through everything, you can just move the positive conversations into your CRM and continue from there.

I'm not really trying to replace CRMs. More trying to handle the outreach and initial qualification layer before leads enter a CRM.

A few other things:

  • Bring your own AI provider.
  • Run locally on your machine if you want.
  • Self-host if you want.
  • I'm also considering offering a cheap one-time setup service where I deploy it on a cloud provider's free tier so it can run 24/7 without your laptop needing to stay on.

Would you use something like this, and if not, what's the biggest reason?

reddit.com
u/Time_Quail2753 — 19 days ago

Has anyone wanted something like this?? Looking for honest feedback.

I've been working on a small desktop app for outbound email and I'm trying to figure out whether this is an actual problem people have or if I'm just building something for myself.

The idea is pretty straightforward:

  • Import contacts from a CSV or Excel file.
  • The app picks up whatever attributes are available (company, role, industry, website, etc.).
  • Create a campaign and generate personalized emails using your own AI account (OpenAI, Claude, Gemini, whatever).
  • Edit the prompt yourself or use a generated default prompt.
  • Schedule emails according to the recipient's local timezone.

The part I think is more interesting is what happens after the emails go out.

The app keeps checking replies and automatically sorts them into categories like:

  • Interested
  • Not interested
  • Unsubscribe
  • Out of office
  • Referral
  • Follow-up needed

The idea is that instead of manually reading through everything, you can just move the positive conversations into your CRM and continue from there.

I'm not really trying to replace CRMs. More trying to handle the outreach and initial qualification layer before leads enter a CRM.

A few other things:

  • Bring your own AI provider.
  • Run locally on your machine if you want.
  • Self-host if you want.
  • I'm also considering offering a cheap one-time setup service where I deploy it on a cloud provider's free tier so it can run 24/7 without your laptop needing to stay on.

Would you use something like this, and if not, what's the biggest reason?

reddit.com
u/Time_Quail2753 — 28 days ago

I think there is some critical mistake in my approach to seeking pre seed funds [Looking for a mentor]

So I'm a solo founder trying to raise some pre seed funds and I am facing a lot of rejections and before I exhaust all opportunities to fund raise with bad applications I need some feedback.
I have a deep tech startup so it has been really hard to find traction like a letter of intent. I'm in like a desperate need for a mentor or just a person who can critically assess my applications to VCs and angels.
Any advice would be much appreciated

reddit.com
u/Time_Quail2753 — 30 days ago
▲ 12 r/tmux

Mouse selection in tmux over SSH now copies to my local clipboard with OSC52

I wanted clipboard copy to work across the full path:
local terminal -> ssh to a remote machine -> tmux on that remote host ->my local clipboard.

opencode was able to do this, but my own tmux mouse selection was not.

The part that made it click for me was realizing that tmux’s built-in clipboard flow and tmux-yank were not the same thing as explicitly sending OSC 52. OSC 52 is what my terminal actually accepted, including through tmux, so I stopped relying on local clipboard tools like xsel/xclip and wired the copy path directly.

My tmux basics were already enabled:

set -g mouse on

set -g set-clipboard on

set -g allow-passthrough on

set -g default-terminal "tmux-256color"

setw -g mode-keys vi

The missing piece was making mouse selection explicitly copy via OSC 52 on release. I used a small helper script:

#!/usr/bin/env bash

set -euo pipefail

target_tty="${1:-}"

if [[ -z "$target_tty" || ! -w "$target_tty" ]]; then

exit 0

fi

payload="$(base64 | tr -d '\n')"

[[ -n "$payload" ]] || exit 0

printf '\033]52;c;%s\a' "$payload" >"$target_tty"

And then in ~/.tmux.conf:

unbind -T root MouseDrag1Pane

bind -T root MouseDrag1Pane if-shell -F "#{mouse_any_flag}" "send-keys -M" "copy-mode -M"

unbind -T copy-mode MouseDragEnd1Pane

bind -T copy-mode MouseDragEnd1Pane send -X copy-selection-and-cancel \; run-shell -b 'tmux save-buffer - | ~/.local/bin/tmux-osc52-copy "#{client_tty}"'

unbind -T copy-mode-vi MouseDragEnd1Pane

bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-selection-and-cancel \; run-shell -b 'tmux save-buffer - | ~/.local/bin/tmux-osc52-copy "#{client_tty}"'

I also disabled tmux-yank mouse handling so it would not try to use xsel on the remote host:

set -g u/yank_with_mouse off

After reloading tmux, mouse-drag selection inside a remote ssh session now copies directly into my local clipboard.

The useful test for me was this: if raw OSC 52 works manually, the terminal path is fine. The rest is just making tmux emit that

same sequence on mouse release instead of depending on whatever clipboard backend happens to exist on the remote machine.

reddit.com
u/Time_Quail2753 — 2 months ago

I am using discord as my channel. I have configured stt and tts with local api endpoints and they work. It even work with voice channels.

Some reason when I set the messages.tts.auto to inbound it doesn't send anything
and when i went on the openclaw chat in the dashboard it showed that it ran the tts tool and another tool for the spoken voice but nothing reached discord. because it doesn't use the send message command

And 1-2 times it even forgot to reply to text messages as text using the send message command i had to go on the dashboard to see whether any text was generated or not

is it my model because i'm using a small model gpt-5.4 mini

reddit.com
u/Time_Quail2753 — 2 months ago
▲ 1 r/SaaS

basically the Title

in the past Y Combinator accepted lots of SaaS startups that now should be opensourced

I'm trying to accomplish that one repo at a time. Looking for recommendations on which startup to opensource first

please comment with recommendations for SaaS backed by YC that you think can be easily opensourced and not behind a paywall

reddit.com
u/Time_Quail2753 — 2 months ago