Made for builders

Join the Huzzler founder community

Learn from other founders, get feedback and launch your products.

Join 809 founders

Community member jet
Community member v
Community member RoseSkullIXIV
Community member J_Phroneos
Community member nexalumen
Community member canvasowl
Community member ari
Community member ali
Learn from other founders

See how other founders have succeeded

Get actionable feedback

Get feedback from experienced builders

Launch your product

Increase visibility and gain initial traction

Build your network

Connect with founders facing similar challenges

Top New Old
Joshua
@jet 3 weeks ago
Social Media Platform

Hey Everyone,

I'm new to the platform. Came across the a post on Reddit featuring this site so figured I'd hang out here. What are your thoughts on the idea?

Right now I'm working an MVP for the for the app:

  • This will be a platform that aims to support and connect local communities. The platform will give users the ability to search through listings locally(Exchange, Gifting, Buying/Selling).
  • Sellers will be able to open "Storefronts".
  • Social events, groups and feed.
  • Ability to coordinate courier services between users who "volunteer" and users who are requesting services.
  • Rating/trust system for users who are active on the platform.

I'm looking to capture users who are:

  • Fed up with current social media or are using Discord/Whatsapp and other messaging apps
  • Local CSAs
  • Already have a storefront on Etsy, Ebay, etc.
Vincent
@vincent 1 month ago
Promoted #general
Upcoming features for Huzzler and advertising bonus for early members 🔥

Hey everyone 👋 For those interested, we've added new advertising options ranging from 1,659 up to 7,458 weekly impressions.

Only until April 30th , we're doing a sale were you get 25 bonus ad credits per 100 credits purchased️

Advertising options: huzzler.so/advertise/options-pricing

Upcoming features for Huzzler

Now that the development on the advertising system is done, we're focusing on making Huzzler the best platform for founders. Here is a list of a couple of the planned features we have:

  • Automatically add your product to "alternative to" so people can find your products through SEO
  • Be able to save / bookmark valuable posts in folders
  • Accountability system where you can define goals and celebrate milestones with the community weekly (you will be held accountable by the community) 😉
  • A problem/solution directory where users can submit real world problems they have. This will provide Huzzler users with a list of already validated product ideas. You'll also be able to notify the user who posted the problem when your app is ready, that way you already have a paying customer ready.
  • Gamification: have a level and xp. Increase your level by contributing in the community
  • Referral system: gain advertising credits by referring people to Huzzler
  • OAuth, login with Google
  • Embeddable badges for the launch Arena
  • Be able to link a product with a showcase
  • Better filtering / sorting in product pages (filter by category, sort by date,..)
  • Coming soon tab: all projects that are soon to be relelased
  • Previous launch arena winners pages
  • .... and many more features

Let me know if you'd like to see other features as well 😁

Thanks for reading guys!

/
/
Varshith
@v 3 weeks ago
Cursor Rules Guide - Vibe Coding: Build Anything Using Simple English Prompts

This is the second part of the original post: "Vibe Coding: How to Build Anything Using Simple English Prompts."

In this post, you’ll find the Cursor Rules Guide, which outlines essential principles for clean, simple, and effective coding in the Cursor IDE.

1. Initial Setup (Cursor Settings)

In the Cursor IDE (or the tool you are using):

  • Open Cursor.
  • Navigate to Settings.
  • Under Rules, paste the default rules listed below or in Cursor-Rules (Google Doc) . This will provide a baseline for users.
  • Tick the option Include .cursorrules file.

This will allow you to load a separate .cursorrules file from your project directory for extra flexibility.

2. Directory Setup

In the directory where Cursor is opened:

  • Create a file called .cursorrules.
  • Add any additional or modified rules there.

This keeps default rules safe and clean, while still letting you customize project-specific rules.

3. Community Contributions : Suggest Your Own Rules (Google Doc)

  • You can comment to suggest new rules or improvements.
  • I will manually review and update them.
  • Even if not updated immediately, everyone can view all comments.
  • Important: Please do not delete or strike out others' comments. Let’s keep it transparent and collaborative!

Note: These are all my personal rules and are mostly inspired by David Ondrej. Feel free to remove, add, or modify them based on your needs!

Cursor Rules : Cursor-Rules (Google Doc)

# Fundamental Principles

  • Write clean, simple, readable code.
  • Implement features in the simplest possible way.
  • Keep files small and focused.
  • Test after every meaningful change.
  • Focus on core functionality before optimization.
  • Use clear, consistent naming.
  • Think thoroughly before coding. Write 2–3 reasoning paragraphs.
  • Always write simple, clean, and modular code.
  • Use clear and easy-to-understand language. Write in short sentences.

# Error Fixing

  • DO NOT JUMP TO CONCLUSIONS! Always consider multiple possible causes.
  • Explain problems in plain English.
  • Make minimal necessary changes.
  • For strange errors, ask the user to perform a Perplexity web search.

# Building Process

  • Verify each new feature works by telling the user how to test it.
  • DO NOT write complicated and confusing code.
  • Opt for simple and modular approaches.
  • When unsure, tell the user to perform a web search.

# Comments

  • ALWAYS add helpful and explanatory comments into the code.
  • NEVER delete old comments unless obviously wrong or obsolete.
  • Include LOTS of explanatory comments.
  • Document all changes and their reasoning inside comments.
  • When writing comments, use clear and easy-to-understand language. Write in short sentences.
Athos Mina
@RoseSkullIXIV 3 weeks ago
Shipping fast is great but also is security

I saw another post about security in the community, and I felt like adding a few more points because let’s be real, you can never have enough security 😅

With the rise of "vibe coding" and rapid prototyping, the security aspect often gets left behind. But if you're shipping something users will interact with, it's worth taking a moment to lock down the basics.

Here are some simple principles to help keep you and your users safe (or at least safer):

1. Always sanitize and validate user input

Never trust input coming from the user.

Yes, many modern frameworks have built-in protections, but adding your own validation layer ensures nothing weird slips through. It’s better to be safe than sorry.

2. Encrypt all traffic using HTTPS

Ensure all communication between your users and your server is encrypted using HTTPS.

You can do this by obtaining an SSL certificate many hosting providers offer it for free by default. Unencrypted traffic can expose sensitive information, making HTTPS a basic but essential layer of security.

3. Hash passwords properly

Passwords should never be stored in plain text under any circumstances.

Use strong, modern hashing algorithms such as bcrypt or Argon2, and ensure that each password is salted before hashing. Older algorithms like MD5 or SHA1 are no longer considered secure and should be avoided entirely. Proper hashing significantly reduces the risk of password leaks being easily exploited.

4. Log smartly

Logging is great for debugging and tracing bugs/security issues but be smart about what you log.

Never store sensitive info like tokens, passwords, or anything a bad actor could use to impersonate someone.

Security doesn’t have to be overwhelming, but it does have to be intentional.

Even small improvements go a long way especially when you start building for real users.

Got any other quick security tip?

Jonathan
@J_Phroneos 3 weeks ago
When is this Ghibli sh*t over?

Because nothing screams credibility like a Studio Ghibli profile picture. :)

/
/
Vasil
@nexalumen 3 weeks ago
Building an AI-Powered Launch Platform Feedback & Potential Connections Welcome

Hey founders & builders,

For the past year, I’ve been developing a platform to solve a problem that drained me in my last business spending thousands on websites, designers, marketers, and ads… without clarity or control.

So I decided to create something that does it all but powered by AI, and manageable even if you're solo.

Here’s what we’re launching:

🔧 AI Website Generator

Start with a short conversation. Our AI builds a fully functional website tailored to your product, niche, and goals. Need a landing page or an entire site? It adjusts automatically.

📆 Smart Content Calendar

Automatically generate 30+ pieces of branded social content every month. Scheduled, platform-optimized, and editable.

📣 AI-Powered Ads

Create, test, and manage Facebook & Google ads with AI recommendations and optimization. No more ad agency retainers or guesswork.

💬 Your AI Buddy

Our assistant handles tasks via chat "Launch a $10/day Facebook campaign" or "Write me 5 tweets for this product" all you do is ask.

📊 Unified Dashboard

Track your website, content performance, and ad campaigns in one place. Clean, simple, and built for non-techies.

The goal:

To make launching & growing an online business as easy as chatting with an assistant without needing a team, budget, or experience.

We’re still building and we’d love your feedback.

What would you want a platform like this to do? What should we avoid?

If you want you can check out our waiting list pre-sales landing page at:

https://ai.nexalumen.com

Honest takes welcome.

Thanks in advance happy to answer anything or show previews!

Varshith
@v 3 weeks ago
Vibe Coding: How to Build Anything Using Simple English Prompts

If you're looking to build a SaaS, web app, or even a website without coding knowledge, Cursor is the tool you need. This guide will walk you through the process of Vibe Coding, which means building apps and websites using simple English prompts and Cursor. You don’t need to write complex code, just interact with ChatGPT and Cursor, and you're good to go.

Step 1: Watch the Setup Guide

Before you dive in, make sure you set up Cursor properly to unlock its full potential. Here's a guide by DavidOndrej that explains the best settings for Cursor: Watch the setup guide here.

Step 2: Brainstorm Your Idea with ChatGPT

Once Cursor is set up, the next step is to brainstorm your app idea with ChatGPT. Use ChatGPT to clarify your app's functionality and structure. Here's how:

  1. Think about the app you want to build – What will it do?
  2. Ask ChatGPT for help with your tech stack and features.

For example, you might ask:

"I want to build a SaaS for goal tracking with user login, a dashboard showing charts, and a settings page. What tech stack should I use?"

Once you get a solid idea, ask ChatGPT to generate a prompt for Cursor that will help you build the app.

Step 3: Set Claude 3.7 Thinking and Send the Prompt to Cursor

Now, you’re ready to send the prompt to Cursor. Before doing that, make sure to select Claude 3.7 Thinking for the best results. This setting improves the quality of the code generation by making Cursor think through the task in more depth. Once Claude 3.7 Thinking is enabled, send your prompt to Cursor. Once you send the prompt, Cursor will generate the code for your app.

Step 4: Send Screenshots and Design Inspirations

To help Cursor understand the exact design you’re going for, you can send screenshots or inspired designs. These will guide Cursor to match the UI and UX style you want. For example, send design inspirations like:

  • Neo Pop Web Design
  • Gumroad UI

Make sure to include the design name so Cursor can interpret the style you're aiming for. This step ensures Cursor builds your app exactly the way you want it.

You Can Also Build Websites!

Not just apps, Cursor can also help you build websites! If you have a web design screenshot or a style in mind, simply send it to Cursor along with the languages you want to use (e.g., Tailwind for styling). Cursor will generate the code and design for the website based on your prompt.

This makes website building as easy as building a SaaS app, all by just providing a clear prompt and some design references.

  • Example: I created a fully functional website from scratch in just 1 hour using Cursor, with only 5 simple prompts and a few design screenshots along with their names. Check it out here: Website built with Cursor

Free Version and Building Your SaaS

  • You can use up to 3 free accounts on your PC to build your SaaS app using Cursor.
  • If you need more free accounts while building, just let me know. I have a method (which I don’t encourage but can help if your SaaS is still in development) to get more free accounts.

Final Thoughts: Build Anything with the Right Prompts

With Cursor and ChatGPT, you can build anything from simple websites to full-scale SaaS apps. Whether you’re starting with a goal-tracking SaaS, a simple website, or any other project, Cursor allows you to bring your ideas to life without writing complex code. Just focus on creating clear prompts and Cursor will take care of the rest.

Jefry
@canvasowl 3 weeks ago
Would you use this?

A marketplace for vibe coding recipes.

For example you can search: Add authentication with SSO

The app shows you results of prompts users have shared that matches your search criteria. Each prompt that is part of the result has ratings which indicate how affective the prompt was and for what LLM model

Hope that makes sense, let me know what you think.

Ari Nakos
@ari 4 weeks ago
Cline Bot = FREE Cursor Alternative

Don't pay for Cursor or Windsurf.

Why?

Because Cline + OpenRouter.AI can you give the exact same experience for FREE (up to 1k requests/day)

I made a YT demo

/
/
Vincent
@vincent 3 weeks ago
Promoted #showcases
Introducing Groop - The easiest way to plan holidays & meetings with friend groups

Let me introduce you to Groop, a product I've built out of pure frustration. Every time I wanted to meet with friends or plan a holiday it was a hassle of constant back-and-forth messaging to check who was available when.

That's why I created Groop, a simple and free solution. It works like this

  • Go to groop.cc
  • Create a Groop (Eg. summer holiday 2025)
  • Send the link to friends
  • Everyone can select available dates on a calendar
  • The dates when everyone is available are highlighted in green

It doesn't get more simpler than this. No account creation required. No more back-and-forth-messaging.

Check it out: groop.cc

/
/
Ali
@ali 4 weeks ago
Bootstrapped to 1,200+ users and $10K+ revenue in 30 days – without spending a dollar on ads

Launched a SaaS in a super saturated niche (vehicle history reports). No ads. No influencers. Just raw organic effort, Reddit, SEO, helpful posts, and a simple landing page.

After 30 days:

– 3,200+ visitors

– 1,200+ signed up

– $10K+ revenue

– 37.5% conversion

– 100% organic

We leaned into where people were already looking for solutions and just focused on being useful. No tricks.

I’m curious, anyone else here scaling through organic only? What’s working for you?

And if you're in the auto space and want to see what we built or try it out, feel free to shoot me a message.

Omar
@omar1 4 weeks ago
Is there demand for this?

Hey everyone

I am building real time collaboration note taking webapp for students and researchers — you can create/join workspaces, create/join rooms inside workspaces and each room has whiteboard. You can brainstorm ideas, take notes with your friends, study and research.

I am making it because all other tools are meant for work or teams instead of students or researchers.

I am making tools for drawing/writing tools, OCR, tables, AI summary/flashcards, AI conflict detection (conflict information) AI annotations and highlights, AI citations.

I would like your help to give more original unique features to differentiate against competitors like miro, microsoft whiteboard or jira.

If there’s real demand for something like this, I’m looking to run it as a business.

I would appreciate honest feedback and help!

Jakob test
@jakob14 4 weeks ago
Going from $0 to $1K MRR is way harder than going from $1K to $10K MRR

Wanted to make this post to motivate you guys. I know it can be demotivating when you scroll reddit or X and get bombarded everyday with posts like "how I got to $20K MRR in 2 weeks".

Personally, posts like this would demotivate me. When you're making next to nothing it feels almost impossible to grow.

I'm currently making good money myself and just want to remind you guys that is was incredibly hard to get to $1K MRR. It's way harder than going from $1K to $10K. So don't give up. The start is the hardest. Your hard work will be rewarded 💪

Nicholas
@Decantbox 4 weeks ago
Nearly $2.2k in sales in 20 days of Launch.

All Organic Growth in 20 Days — SEO Help Welcome!

Hey everyone — just wanted to drop a quick win from my solo founder journey with DecantBox.com, a fragrance sampling site I built to help people discover great scents without committing to full bottles.

In the past 20 days:

  • 2.4K sessions
  • 92 orders
  • $2,182.74 in sales
  • And not a dollar spent on ads

This has been entirely organic so far — driven by Reddit buzz, word-of-mouth, and raw product-market fit. No email campaigns, no influencer pushes, no SEO work (yet). Just a Shopify site, 1ml decants, and a mission to help people explore fragrance the easy way.

Now I’m looking to level up — especially in SEO, where I’ve done basically zero so far.

If you’ve grown a Shopify or ecom brand through search, I’d love your tips, tools, or even horror stories.

Thanks to everyone building in public — your posts helped push me to start mine.

DecantBox.com

Let’s talk fragrance, systems, or scaling something lean.

/
/
Siddhant
@sidhant792 4 weeks ago
Feature to Show Comments Without Clicking Into Posts

How about a dashboard tweak where I can just pop open comments right there? No need to dive into each post to check out what folks are building or the cool advice they’re sharing.

Varshith
@v 4 weeks ago
Is there even demand for this?

Hey folks, quick question!

I built an email automation tool for personal use - it lets you send unlimited emails using your own email accounts (no limits like 5k/month), supports scheduled campaigns, and includes a “human-like” mode to avoid spam filters.

I originally made it because all other tools had strict caps or were expensive.

If there’s real demand for something like this, I’m looking to sell the entire SaaS - not planning to turn it into a business.

Appreciate honest feedback!

/
/
Al Wassi Khan
@wassi 4 weeks ago
Loving this New Platform

Hey everyone 👋

I decided to try out this new platform and tbh I really am loving it. The UI and the experience is pretty good.

Also Let's connect together 😁

Vincent
@vincent 2 weeks ago
Promoted #marketing
Get $10 in advertising credits for every friend you refer to Huzzler! 🥳

Hey everyone, this is just a kindly reminder that you get $10 in advertising credits per friend you refer to Huzzler. At the time of writing, it costs $26 in credits to advertise your product on Huzzler and generate about ~2000 impressions.

How to refer a friend? Simply copy your referral link and send it to a friend, share it on X,..

Advertising credits can be spent here

Have an amazing day everyone!

/
/
Huzzler Official
@huzzler 4 weeks ago
Case Study: How Christopher makes 1.6K MRR after 5 failed products

Christopher’s story:

Christopher Woggon is an entrepreneur based in South Korea who turned profitable after creating 5 failed projects. Christopher is well known on X for his persistence and honest approach to building projects. He shares progress along the way and is one of the most transparent founders I’ve seen in the build-in-public space.

He's a solo founder who codes his own products, handles his own marketing, and builds communities around his work.

5 failed products

Before turning profitable, he built and launched five products that made exactly $0: ProductLab, ZenDone, RenderLab, DontWaitList, and EnigmaBot. Each project taught him something valuable, but none made a single dollar.

"I failed 5 times before making my first dollar," Christopher once posted on X. Most people would have given up after the second or third attempt. Instead, he kept refining his approach.

A profitable product

First profit month for Christopher was December (2024). From there on, profits increased each month. In March, his launch platform generated $827 in a single month and by April (this month), the platform grew to $1.6K in MRR (and counting), with a record-breaking day bringing 930 visitors to the site.

How He Did It

  1. He learned from every failure. Each failed product revealed something important: He learned about market fit, pricing, or execution.
  2. He built in public. Christopher shared his journey honestly, including both wins and setbacks. This transparency built trust and turned followers into customers.
  3. He stayed lean and flexible. As a one-person team, Christopher could pivot quickly based on feedback. One day he'd focus on coding, the next on marketing, whatever the business needed most.
  4. He celebrated small wins. That first $827 month wasn't the end goal, it was motivation to keep pushing forward.

Practical Lessons You Can Apply Today

  1. Treat failure as data, not defeat. Each "failed" product shows you what to fix next time. Ask: "What one thing could I improve in my next attempt?"
  2. Launch before you feel ready. Christopher didn't wait until his product was perfect, he got his product in front of users and improved based on real feedback. What's the simplest version (MVP) of your idea you could launch this month?
  3. Build relationships, not just products. Share your journey honestly. People support people, not just faceless businesses. How could you be more transparent about your process?
  4. Focus beats features. His launch platform succeeded because it solved specific problems well, not because it tried to do everything. Ask yourself: what core problem does your product solve better than anything else?
  5. Choose long-term trust over short-term profit. Being honest and reliable builds a foundation for sustainable success. 

Christopher’s simple advice

If you're staring at zero customers or zero revenue today, remember Christopher's simple advice: "All you have to do is not give up." What will you build next? And more importantly, keep going if the first version (or product) doesn’t work out.

Thanks for reading guys and keep building! 

Give Christopher a follow on X: x.com/chrissyinspace.

/
/
Jefry
@canvasowl 4 weeks ago
What would you want in a Waitlist builder

Im building a waitlist builder (along with a dashboard for it) for my project EazleAi and would love some feedback. What would you wan?, what don't you care for? What are must haves? See screenshots below:

/
/
Anil
@anil 4 weeks ago
How can I get my first client for my web dev agency?

I have created a landing page for my web development agency. Clueless on how to get the first client? Whom should I contact? Where do my prospectives hang out?

My service is simple - Pay $4999/mo and subscribe to a dev's services, meetingless - kanban board setup - more work less talk, productised service instead of fixed hourly price. Just like designjoy.

Radjid Schneider
@Radjid 4 weeks ago
Looking for a co-founder (SaaS $1K MRR)

I'm building an app in the financial space and looking for a co-founder to join me on this venture. You don't have to know how to code but have to had marketing experience and willing to learn.