Install Huzzler App

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

Back
Top New Old
#resources
Ari Nakos
@ari 3 days ago
Tools like GenSpark.AI are the future.

Yesterday I made a post on how to use Gemini + Gamma to make a website in minutes.

Honestly, it's an amazing combination.

But, did you know that GenSpark, can do a similar job for you without using any other tools ?

This was my prompt

I am creating a video on the meaning of colors across cultures.
return a well formatted report with a table on the meaning of colors across all the major cultures, such as Western, Chinese, Indian, West African, Native American, etc
make it into a presentation.

This is what it returned.

Now I can design my course on color design much faster.

Here's the YT Tutorial.

/
/
Vincent
@vincent 3 weeks ago
Promoted #showcases
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!

/
/
Varshith
@v 6 days ago
GitHub MCP Integration - Vibe Coding: How to Build Anything Using Simple English Prompts

This is the 3rd part of the Vibe Coding tutorial series. If you missed the first two, you can check them out here:

This is a guide to connect GitHub with Cursor using MCP (Minimal Command Protocol). MCP allows you to interact with GitHub directly from Cursor. Once connected, you can use prompts like:

  • Create a new repo with the current app you’re building
  • Push your code to GitHub with a single command
  • Search for repositories, pull requests, or issues
  • Edit files or manage issues without needing to type Git commands

Just give Cursor a prompt, and MCP handles the rest, making your GitHub workflow effortless!

Step 1: Generate a GitHub Token

Visit this link: Generate Token

  • Name your token
  • Set the expiration date (I usually set it to "30 Days")
  • Under Repository Access, choose “All repositories” or select specific ones as needed

Step 2: Set Basic Repository Permissions

Give read and write access to the following scopes:

  • Actions
  • Administration
  • Commit statuses
  • Contents
  • Issues

Scroll down and click Generate token, then copy the token.

Step 3: Connect via Smithery

Go to: Smithery GitHub Server Setup

  • Log in with GitHub
  • Select the IDE you're using (Cursor, Windsurf, etc.)
  • Paste your GitHub token under githubPersonalAccessToken
  • Click Save and Connect

Note: Smithery is open-source, but be cautious when giving access to your personal account.

Step 4: Add GitHub MCP to Cursor

Once you've clicked Save and Connect on Smithery, you'll get two options: npm or JSON. I recommend choosing JSON.

  1. Click on JSON, then copy the full configuration.
  2. Open Cursor
  3. Go to Settings → MCP Servers → Add New Global MCP Server
  4. Paste the JSON you copied
  5. Hit Save

Step 5: (Optional) Enable YOLO Mode

Cursor → Settings → Features:

  • Enable YOLO Mode to let the agent run tools without asking for confirmation each time
  • Enable Delete File Protection so files aren’t deleted without warning

With this setup, Cursor can:

  • Create/Edit and upload repositories
  • Search repositories, issues, and users
  • Push code directly to GitHub
  • Automate workflows

Coming up next:

A full guide on installing browser-tools, no more screenshots or back-and-forth debugging. With this, Cursor can directly interact with your browser.

You’ll be able to open Inspect Element (F12), click on any section of your site, and then just go to Cursor and ask: "How can I improve this?" or "What’s wrong here?"

It can read the DOM, check console errors, network logs, and even take screenshots.

Varshith
@v 1 week 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.
Varshith
@v 1 week 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.

Singluarity
@singularity 1 week ago
How to create a profitable MVP agency by leveraging AI and how get clients

I created a post on here a few days ago about how I ship MVPs for my clients at lightspeed. I noticed many of you were interested in how to run an MVP agency, so I decided to go more in-depth. Here are my tips for running an MVP agency, leveraging AI to get fast results:

Build fast

  • Use templates and boilerplates for common features (authentication, payments, etc.)
  • Use Next.js + supabase
  • Focus on critical features first. identify what truly validates the business concept
  • Embrace "embarrassing MVP": ship something that's not perfect but functional that solves the core problem, your clients will like that

Leverage AI

  • Use AI to code. I use Windsurf but I heard good things about Cursor and loveable as well
  • Always ask AI to write clean, reusable code
  • Browse the Windsurf rules directory to find applicable rules (https://windsurf.com/editor/directory)
  • Very important: ask AI to write tests for you code and ask it to test. It will then iterate and fix bugs

Getting clients

  • Start with your network. tell everyone what you're doing and ask for introductions
  • Sponsor an entrepreneur newsletter, you need to convince them that you can build their dream product
  • Create detailed case studies showcasing your fast delivery
  • Offer a "concept to MVP in X weeks" guarantee with clear pricing
  • Build authority through content marketing
  • Show revenue on X: success attracts success, you need to build a following, a brand by building in public and sharing all progress

Provide top tier support

  • Include a dedicated support period after launch (minimum 30 days)
  • Create detailed documentation for clients to reference after delivery
  • Schedule regular check-ins during the first month after delivery

Treat your clients well

  • Position yourself as a partner, not just a service provider
  • Involve clients in important decisions but do not overwhelm them with technical details!! (very important)
  • Be transparent about limitations and tradeoffs in the MVP approach. People love honest people.
  • Celebrate launches and milestones to build positive relationship momentum
  • Provide honest advice about next steps after MVP, even if it means less revenue initially, be transparent!!

Define clear scope boundaries

  • Use a simple one-page scope document that clients actually understand
  • Identify "phase 2" features early and document them for future development
/
/
Ari Nakos
@ari 3 weeks ago
Halfmoon by Reve Art is worth it.

I have been writing more recently as part of my marketing initiative. Thought I'd do a demo of a popular AI image model, and I am astonished at the quality of images with 1 shot-prompting.

here are my 3 evaluations

Create a hyper realistic sunset of Santorini

This actually is quite realistic. 8/10 for sure. ( the neighborhood is called Imerovigli)

next up:

An astronaut riding a horse on the moon

finally a more practical test:

A logo of my company called Auspicious but just use the AU and create a reference to the element gold because AU is short for the element gold in the periodic table make it minimalistic

I am impressed.

Here's a link to the YT demo : https://youtu.be/O2gFLTKP1RQ

Ari Nakos
@ari 3 weeks ago
How to save money using Perplexity AI

I have had proven success in finding discount coupons and grants via Perplexity. Read below for the breakdown. Proof is in the video at the bottom!

Finding Discount Codes with Perplexity AI

Perplexity AI excels at finding current discount codes for various services. Here's how to use it effectively:

  1. Visit Perplexity AI: Go to perplexity.ai and create an account if you don't already have one.
  2. Formulate a Specific Query: Instead of asking general questions, be specific. For example:
  • "What are the current working discount codes for Squarespace?"
  • "Find me the best discount for [service name] in March 2025"
  1. Verify the Results: Always test the discount codes provided by Perplexity AI, as some may have expired or have specific conditions.
  2. Ask for Alternatives: If a discount code doesn't work, ask Perplexity AI for alternatives or to search for more recent codes.
Discovering Startup Credits and Resources

Perplexity AI is particularly valuable for founders looking to maximize their startup's resources:

  1. Find Cloud Credits: Ask Perplexity AI about available cloud credits for startups. For example:
  • "What AWS credits are available for early-stage startups?"
  • "How can a new startup get free Google Cloud credits?"

video tutorial in this blog post : https://www.realreview.space/blog/use-perplexity-ai-for-discounts-and-startup-credits

/
/
Endrew
@EndrewT8 4 weeks ago
Best destinations for Indie Hackers?

Hey everyone,

I currently live in Germany, and while I appreciate many things about the country, the high tax rates are really cutting into my earnings. With my SaaS pulling in a MRR of around $5000, the steep taxes and overall cost of living here are really high. I sometimes feel like I can’t even save up any money.

I’m thinking of relocating to a place that offers a cheaper lifestyle and lower taxes.

These are the countries I have been thinking about:

• Portugal: The NHR tax regime sounds appealing, and cities like Lisbon and Porto have a growing digital nomad scene, though I’ve heard there might be upcoming changes in tax benefits for foreigners.

• Dubai: With 0% income tax and a modern, business-friendly environment, it looks promising—but I’m a bit concerned about the cost of living and work-life balance.

• Georgia (Tbilisi/Batumi): Offering a 1% tax rate for small businesses, it seems almost too good to be true. Would love to hear from anyone who’s tried it.

• Malaysia (Penang/Kuala Lumpur): Known for a low cost of living, great food, and an emerging startup scene.

• Bali: A favorite among digital nomads. I’m interested in how the community there supports indie hackers and SaaS entrepreneurs, plus the overall lifestyle and cost-effectiveness.

• South America (Paraguay/Uruguay): I’ve seen some recommendations for these countries due to their affordable living costs and potential tax benefits.

What do you all think? If you’ve made a similar move from a high-tax country like Germany, where did you go, and how’s it working out for you? Any advice or personal experiences would be really helpful as I weigh my options. Looking forward to your recommendations!

Vincent
@vincent 4 days 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

/
/
Vincent
@vincent 1 month ago
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!

Vincent
@vincent 1 month ago
A must read for founders: "The $1M MVP" by Patt Walls

I was recently reading a Google doc called "The $1M MVP" by Pat Walls and just realised how insanely valuable it is for founders. It contains concrete information on what to do and what not to do when building an MVP and takes like 15 minutes to read. It will save you years of time and headache.

Check it out here: https://x.com/thepatwalls/status/1856341863910760727

To just give an example, check out the excerpt from the doc below:

For example, let’s say you want to build an iPhone app. 

Option 1:

- Spend 6 months building an app

- Bang your head against the wall figuring out the tech, authentication, App store approval etc etc

- Take wild guesses at what features to build and hope for the best.

- Launch the app and hope for the best

- No customers, THEN you have to figure out marketing (which could take another 6 months).

- A year later, you MIGHT have a validated idea, but you might not.

Result: 12+ months of work, potentially nothing to show for it.

Option 2:

- In 24 hours create a landing page about your upcoming app. 

- You share that landing page with your network, online, and to potential customers

- The landing page collects emails through a waitlist. 

- You reach out to those customers and ask them about the most important features for them.

- You ask these customers what features they would pay for.

- You know exactly what features to build.

- You build up a strong waitlist

- Then you build the app in 1 month, and potentially have paying customers on Day 1, and you know it’s already validated.

Result: In 24 hours, you got enough information that helped inform your decision to build even further.

The MVR mindset is kind of like a “fake it til you make it” approach.

Sell the dream first, with a super stripped down approach. You don’t need all of the fancy stuff. Fancy logo, growth strategy, all the features, just focus on getting information.

/
/
Vincent
@vincent 1 month ago
A free moderation API for detecting NSFW images and harmful content

For anyone who needs to moderate user generated content: OpenAI offers a free Moderation API. It can can be used to filter out harmful images or content and I'm using it to moderate Huzzler (and it works great).

Thought this may come in handy for some of you.

/
/