General
p/generalShare and discuss tech, products, business, startups, or product recommendations
trending

Anyone here who was active back in 2023-2024?

I went quiet on PH for a couple of years (got heads down with work and kind of just....disappeared).
Back now and it feels a little like showing up to a party two hours late Not sure who's still here, not sure what I missed.

How different does it feel to you guys? Is it still the same vibe or has a lot changed? Anyone around who remembers the old days?

•

1yr ago

What product have you discovered on Product Hunt that made a real impact in your life?

There s so much happening on Product Hunt every day! It s hard to keep track of everything, let alone try them all.

That s why I wanted to ask, what products have you discovered here that you re now using daily and have really made a big impact in your life or work?

How my team turns a SaaS idea into an MVP in 14 days (Our exact process)

Building fast is easy, but building the right thing fast takes proper team alignment.

Over the past few projects, my team and I refined a 14-day execution framework:

  • Days 1-2 (The Cut): We brutally cut 70% of feature requests. If it s not core to the main value proposition, it doesn't get built.

  • Days 3-5 (Design & Architecture): UI/UX is kept dead simple using pre-built UI kits to save engineering bandwidth.

  • Days 6-12 (Sprint): Devs focus purely on functional workflows. No micro-optimizations or premature scaling.

  • Days 13-14 (QA & Launch Prep): Team testing, bug squashing, and landing page polish.

This approach helped us launch multiple products without developer burnout.

How does your team handle the balance between speed and quality during an MVP build?

You can check out what my team is building on my profile link!

•

2mo ago

I found a real production bug by reading a raw Postgres error — with zero coding background

Title: I found a real production bug by reading a raw Postgres error with zero coding background

Three months ago I couldn't read a stack trace. Today I fixed a bug that was silently breaking check-ins for every user by tracing a foreign key error down to one line in a migration file.

Some context: I'm building Ember, an AI accountability app, completely solo, using AI coding tools to write basically everything. No CS degree, no prior engineering job, nothing. I direct the changes, review the diffs, and until pretty recently, I mostly just trusted that things worked if the screen looked right.

That stopped working the day a feature quietly broke, and nobody could tell me why.

•

2mo ago

I've been questioning a product design assumption.

When people chase likes, followers and visibility, we usually blame human behavior.

But what if we're actually observing the incentives created by the interface?

As product builders, we shape behavior through design choices.

If we removed public metrics, persistent identities and permanent content, do you think user behavior would meaningfully change?

•

2mo ago

Are permanent social identities becoming a design assumption?

I've been thinking about something while building software.

Almost every modern social platform shares the same ideas:

  • Permanent profiles.

  • Followers.

  • Public popularity metrics.

  • Infinite content history.

  • Algorithms optimized for engagement.

We've become so used to these patterns that they feel inevitable.

•

2mo ago

Anthropic just found a real crack in a post-quantum crypto candidate — thoughts?

Anthropic published something last week that I haven't been able to stop thinking about.

•

2mo ago

How are you handling approvals and human oversight in your AI products?

We recently explored a human-in-the-loop approval flow for AI-powered workflows.

When an AI system wants to perform an important action, it can pause, explain what it plans to do and wait for a user to approve, reject or modify the action.
This helps reduce unchecked AI actions while still saving time across business workflows. Some practical responsible AI controls include:

Human approval for sensitive actions
Clear reasoning and action context
Controlled tool permissions
Audit logs for AI-triggered workflows
Safe interruption before execution

How are you designing human approvals without making AI workflows feel slow or frustrating?

How we handled database connection pooling to avoid server crashes during high traffic

When launching or scaling a product, server timeouts during sudden traffic spikes are one of the most frustrating things that can happen.

While testing higher concurrent loads on our backend, we noticed our app was dropping connections not because the CPU was maxed out, but because the database couldn't handle too many open connection requests at once.

Here are 3 quick tweaks we made to fix connection bottlenecks:

1. Implemented Connection Pooling: Managed and reused open database connections instead of opening/closing a new connection for every single HTTP request.

We tested 3 organic channels for our SaaS MVP. Here is what actually generated signups.

While preparing for our launch, we spent 3 weeks testing 3 organic growth channels instead of jumping straight into paid ads:

1. Building in Public on Twitter/X: Great for founder networking, but brought very low actual SaaS signups.

2. Niche Reddit Subreddits: High intent users, but required 100% value-first posting without promotional links.

3. Interactive Micro-tools: Created a free 1-page tool that solved a small subset of our main product's problem. This drove our highest conversion rate.

First
Previous
•••
343344345
•••
Next