Install Huzzler App

Install our app for a better experience and quick access to Huzzler.

Back
Vincent
Vincent
@vincent
🇧🇪 Bruges, Belgium

Founder of Huzzler. Building next-gen platforms 🌎

Posts

New feature: add a bio and socials to your Huzzler profile

Hey everyone, I've just pushed an update so you can add a bio and socials to your Huzzler profile. Feel free to try it out. You may add your socials in your profile settings. Let me know if anything is missing or doesn't work. Cheers guys! Keep on shipping

/
Image 1
/
Install the Huzzler Mobile App

Hey everyone!

We are very excited to announce that you can now install Huzzler on your mobile device and receive push notifications. We have opted to use a PWA instead of a native app as we plan on shipping as many features in the coming weeks (problem / solution directory, accountability, marketing guides..).

To install the app: Simply visit the Huzzler homepage on a mobile device. A popup will appear with instructions on how to install the app. Cheers and let me know if you have any feedback 😁

Thanks!

/
Image 1
/
This week's Launch Arena has started 🏆

Good luck all participating products!

Make sure to vote on your favorite ones in the Launch Arena

Voting ends on Sunday 🌞

/
Image 1
/
Thank You + Something Special for Our Early Supporters 🧡

When I started Huzzler, I dreamed of creating the community I wished existed when I began my founder journey. A place where we could share work, get genuine (and honest!) feedback, and actually find customers.

Thanks to each of you early members, that dream is becoming reality. Every conversation, every post has shaped what we're building together.

I've been getting lots of feedback from you guys. Most people want ways to stand out, build trust, and find real customers. That's why I'm excited (and a bit nervous!) to share what I've been working on:

Introducing Huzzler Black – a lifetime membership for creators and founders who want their products to truly shine:

  • Your products will visually stand out on all listing pages
  • A verified checkmark builds immediate trust with visitors
  • Lifetime dofollow backlinks for all your products to boost your SEO rankings
  • Your #showcase posts featured directly on our homepage

For early supporters only: Anyone joining now locks in today's price forever and gets all future premium features at no extra cost – including our upcoming database of 1000+ real-world problems, customer acquisition engine, and more. Right now, Huzzler black is available as a one-time purhcase with lifetime access for only $29 (price will increase with each feature we add).

The real-world problem database will be the best feature of all (I think). As I know lots of you struggle with finding a real problem to solve. It kinda looks like everything has been solved already. Being able to browse thousands of real world user problems with customers who are ready to pay will be of tremendous value. And you'll be able to notify them when your solution is ready.

I'm building Huzzler to be the resource I wished existed when starting out. This is my thank you to those who believe in us early.

See details of Huzzler Black: https://huzzler.so/black-pricing

What features would help you most as a founder?

/
Image 1
Image 2
/
Gifs are now supported on Huzzler

Hey everyone! Today I've rewritten the entire image uploading codebase and you can now upload gifs as well. Issues with duplicate photo uploads should now also be fixed.

/
Image 1
/
The first week of the Launch Arena has begun 🏆

The first weekly Huzzler Launch arena has started 🥳

Make sure to vote on your favourite projects.

Weekly winners receive a week-long pin at the top of the page and a badge 🏆

Good luck everyone!

/
Image 1
/
Submit your project to the Launch Arena 🏆

Hello everyone! For those who had trouble submitting their projects to the launch arena, all is fixed now.

Today is the last submission day for this weeks launch arena. Make sure to submit your project to the Launch Arena!

The best projects win a (beautiful) badge and are pinned for a full week at the top of the page.

Good luck everyone! 😁

/
Image 1
/
What feature(s) would you like to see on Huzzler?

Hey all early members 👋

Thank you for being part of the launch of Huzzler.

I'm gathering feedback and organizing or to-do list and wondering which features you would like to have on Huzzler? Which are most important to you?

I'm thinking of adding a problem / solution feature

Why? Because many founders / indie-hackers are struggling with knowing what to build and for who.

It would work like this:

First, people regular people post their real world problems (eg. "I'm looking for a wordpress plugin to import data from Airtable and show it in blog posts."

They select how much they would want to pay for something like that: eg $100 / month

Then Huzzler members (maybe users with a subscription) can browse the full list of problems and "claim" a project (remove it from the list).

Would you like this feature? (or other features)

The main benefit is that you can instantly see real-world problems that need solving, instead of trying to build a product that no one wants.

Any feedback is appreciated, thanks again guys 👋

(ps: I'll also reward all our active early users with an exclusive badge ✅)

Huzzler Update: projects and posts are now visible on your Huzzler profile 🚀

Hey everyone. We've updated Huzzler to now show your posts and projects on you Huzzler profile to make for a more connected experience.

We've also added a share button to the profile page, you may now share your Huzzler profile with the world 🥳

/
Image 1
/
The best .cursorrules file for creating apps with Next.js with Cursor Agent (works with Claude 3.7 Sonnet)

Hey everyone! Below are the rules for cursor (.cursorrules file) I have been using for Claude Sonnet 3.5 and 3.7 with Cursor AI and Next.js.

I've been building apps with cursor for a while and have learned a lot over the past few months. Something that's very important is having a good cursorrules file. It will make the difference between building a clean, well-written app and creating a messy codebase.

Below is the .cursorrules file I use. Make sure to adjust this so it works with your own setup / libraries.

App summary:

{{write a summary of your app here}}

Target Audience

{{replace with your target audience}}

Tech stack

  • Next.js (app router) 15.1.3
  • Tailwind 3.4.1
  • Typescript 5
  • React-icons 5.3.0
  • m3 macbook (important in for cursor to know for generating commands)
  • Add any libs you may use

These are your rules, you must read these before every implementation your make and make sure you adhere to them:

- When writing classes, make sure to always use tailwind classes and colors. Make sure to always check that you use the content colors for foreground. Look at the existing components and use similar classes.

- For icons, use the react-icons library. (change if needed)

- Always use best practices and write clean, simple and readable code. Split up in multiple files and components if needed. Aim for readability and maintainability.

- Do not remove any existing code and functionalities unless asked. Only do as asked.

- Do not use the ternary operator unless it's very readable

- I use next.js app router (change if needed), so make sure to use "use client" where needed.

- Design mobile first, and make sure to use the tailwind breakpoints.

- Use the next/image component for images.

- Aim for simplicity and readability. A simpler design is better. Do not add unnecessary complexity or additional divs / components.

- Do not add unnecessary comments

- Reason and think step by step

- Use semantic HTML tags where possible

- Keep Good SEO in mind

- Don't use CDN links for libraries. Use local files

- I work on a mac with an M3 chip (change if needed)

Before generating any code, read ALL these rules again carefully and make sure you adhere to them. Do only as asked and write as little code as possible. Very important! only do as asked!