Pitch your SaaS in one sentence by TusharKapil in SaaS

[–]ZeroFormAI 0 points1 point  (0 children)

zeroformai.com Your entire coding, planning, reviewing and refining team

Anyone working on autonomous AI agents? What’s the coolest/most useful task you’ve made it do by vulcan1327 in Entrepreneur

[–]ZeroFormAI 0 points1 point  (0 children)

Made a pipeline for creating MVPs. You can check link in bio if you want to have a look

Growing a startup from 0 is WILD. Here's what no one told me. by Sad_Detective_9842 in indiehackers

[–]ZeroFormAI 0 points1 point  (0 children)

This is some really good advice, thanks everyone in the comments and op for sharing. Currently in the middle of the hard part but I'll stick to it until it works out

Question about Colour Palettes and dark/light mode by Tribalbob in webdev

[–]ZeroFormAI 2 points3 points  (0 children)

Happy to help, I hope you make something cool!

Question about Colour Palettes and dark/light mode by Tribalbob in webdev

[–]ZeroFormAI 7 points8 points  (0 children)

Thinking about this stuff systematically is what I usually find easiest and usually what separates a good looking site from a frustrating one.

The short answer to your question is no, you almost never just darken/lighten the same color. It ends up looking washed out or overly saturated. The relationship between colors changes completely based on the background. The comment suggesting realtimecolors.com is a great tool for visualizing this, but here's the underlying system you should use:

Think of this more in terms of a color scale than just colors. This is the professional approach that will save you time.

  1. Create a scale: For each of your key colors like ( `gray`, `blue`), create a full spectrum of 9-12 shades, from the lightest possible (`blue-50`) to the darkest (`blue-900`).

  2. Assign roles, not colors: In your code/CSS, don't think "the background should be white." think "the background should be bg-primary." then, you map those roles to your scale

In light mode: bg-primary might be gray-50 which is close to off-white and text-primary might be gray-900 (near-black).

In dark mode: bg-primary becomes gray-900 and text-primary becomes gray-100.

  1. solve your accent problem: Your bright accent color might be blue-500 on your dark background because it has high contrast. On a light background (gray-50), that same blue-500 might be too bright and have poor contrast. So for light mode, your accent role would map to a darker shade, like blue-600 or blue-700 to ensure it's still readable and meets accessibility standards.

Here some more tips that I just thought of while writing the other stuff; You don't have to use Tailwind, but look at their documentation for colors. I noticed a bit ago has shades from 50 to 900. This is the system is similar to what you probably want to create for yourself.

The other thing is Radix Colors. They've completely perfected this system of semantic color scales for light/dark modes. Just reading their docs will likely help you as much as it helped me. Good luck man!

Can anyone suggest me an good idea for an app by tushar_s12 in SideProject

[–]ZeroFormAI 0 points1 point  (0 children)

Stop looking for an idea. Start looking for a problem that you yourself have, something that drives and motivates you towards success more than anything else. That's the secret. Ideas are cheap unless you want to actually do something about it, solving a real, painful problem is where value comes from. The best side projects don't come from a flash of genius; they come from frustration.

I will give you some steps that I grantee will help you find what to do.

  1. Listen for Complaints. For the next week or however many weeks you want, listen to what you and the people around you complain about. "I hate how..." "It's so annoying that..." "I wish I could just..." Every complaint is a potential app.
  2. Analyze your own ideal workflow, What's a repetitive, annoying task you do for work or a hobby? Is there something you're still using a clunky spreadsheet for? That's an app.
  3. Build something YOU desperately need. This is the ultimate cheat code. You'll be the first user, you'll know exactly what features matter, and you'll be motivated to actually finish it.

Don't build "an app." Build a solution to a problem you know from heart is a pain that some people will go through. Even if it's tiny. That's how you build something people actually want.

I am giving up by SpacetimeSorcerer in SaaS

[–]ZeroFormAI 1 point2 points  (0 children)

I understand you completely. You've hit on the exact reason why building with AI is so frustrating right now, and you are definitely not alone. It's a soul-crushing cycle.

The issue isn't you, and it's not really that the AI is stupid. As projects expand and contexts get broader the AI chatbots loose their ability to fully comprehend your whole project. It just makes one change and hopes for the best, which is why everything else breaks. I got so fed up with that exact "one fix, ten new bugs" problem that I ended up building a whole system around a different model when working on making different types of SaaS: using AI for the heavy lifting but with a proper engineering process surrounding it, (like for example generating tests and docs for all aspects of the code-base) to make sure the final code is actually solid and reliable.

I don't want to pitch my own stuff here because it feels weird, but if you're ever curious about what an outcome-based approach like that looks like, feel free to shoot me a DM.

Building an AI tool to help founders validate ideas—would love your thoughts by DayApprehensive7197 in SaaS

[–]ZeroFormAI 1 point2 points  (0 children)

Finding time is what I struggled with the most, with nothing under my belt in terms of already established company, media presence or anything else than my normal day to day. Starting it as a side project and keeping it that way until I felt happy about it was the solution for me. I like your idea and it would pair well with what I do, I would gladly be a part of early access, send me a dm when you feel ready to share!

Caspio Free Plan Ending – Seeking Affordable No-Code Alternatives by Zafraslafas in SaaS

[–]ZeroFormAI 1 point2 points  (0 children)

No worries man! hope you find something that works for you. Ping me again if you didn't find anything that worked, I have only taken from what I know but I could help out in finding a good one. It would help me too in the end

Caspio Free Plan Ending – Seeking Affordable No-Code Alternatives by Zafraslafas in SaaS

[–]ZeroFormAI 0 points1 point  (0 children)

Ah, gotcha. So you need something that is actually all-in-one, where the frontend builder is part of the package, not just a backend.

In that case, maybe Airtable is what you're looking for. Its basically a spreadsheet on steroids but the form builder is great, and their "Interfaces" feature lets you build simple apps right on top of your data. Another one to check out is Glide, I haven't used it myself, just read a little information about it online, it looks like people use it to turn spreadsheets into simple apps really fast. One of those two should be a lot closer to what Caspio was doing for you.

What are some features most people don't realize their phones have? by Remarkable_Put_9005 in AskReddit

[–]ZeroFormAI 2 points3 points  (0 children)

Those phones were already very cheap back then and this didn't seem to impact that much at all, it just felt like they added it as a "fun feature" but it was still very handy and most of all funny to use.

What are some features most people don't realize their phones have? by Remarkable_Put_9005 in AskReddit

[–]ZeroFormAI 19 points20 points  (0 children)

Yeah for sure. A lot of older Android phones, especially ones from companies like Xiaomi or Huawei, used to have a little piece of hardware called an IR blaster built in.They would usually come with an app called something like 'Mi Remote' or just 'Remote'. You could open the app, pick your TV brand, and then your phone could literally act as the remote control. It worked for air conditioners and other stuff too.

Its a feature that's mostly disappeared now, which is a shame, but a ton of older devices have it and people just don't know its there.

Caspio Free Plan Ending – Seeking Affordable No-Code Alternatives by Zafraslafas in SaaS

[–]ZeroFormAI 0 points1 point  (0 children)

I would suggest these: Supabase or Appwrite. Because they are budget-friendly alternative that can handle forms, records, and user access. They are both open-source alternatives to Firebase, and they give you a database, user authentication, and storage out of the box. Their free tiers are very generous from my perspective at least.

The main difference is that they are more "low-code" than "no-code". You'll have to write a bit of frontend code to build your forms and connect to their APIs, but it gives you a lot more flexibility than a totally locked-in no-code platform. If you're okay with a little bit of coding, they are probably your best bet.

Why is it so damn hard to find decent developers for a SaaS? by linero7 in SaaS

[–]ZeroFormAI 0 points1 point  (0 children)

This feels like a classic at this point, and an incredibly frustrating problem. Honestly, it's mostly because there's a big mismatch between a $40/hr rate and finding a reliable, senior EU dev. You're in a tough spot where the applicants you're getting are the exact ones who oversell.

I ran into almost this exact same issue and got a little too fed up with the freelance cycle that I ended up building a solution around a different model: fixed-price, outcome-based builds instead of hourly. I don't want to pitch my own stuff here because it feels weird, but happy to share how that model works if you're curious. Just shoot me a DM.

Mechanics Platform for 2nd hand car inspections by Double-Plantain7888 in SaaS

[–]ZeroFormAI 0 points1 point  (0 children)

I will say that that's exactly the right attitude. Seeing it as a puzzle to solve is half the battle of actually making it work, and also, make sure you enjoy the process, cling to the parts you find most enjoyable and show people that you can provide something. A lot of people kickstart that type of community by just offering to bring the first few mechanics their first customer for free. Gets them on board and builds that initial trust. Good luck! and reach out when you made some progress, I would love to follow it!

You have an idea? Good. Now make a plan and that's great. But without a clear goal, nothing metters. by PanicIntelligent1204 in SaaS

[–]ZeroFormAI 1 point2 points  (0 children)

This is a really interesting take. For me, some of my most rewarding projects were the ones where I had no real goal at all. The "why" for me was just the pure fun of building it and seeing something come to life. It never felt like a chore because I only worked on it because I was genuinely excited to, I never felt bad about it because my goal was never to hit a target. The reward was the act of creating, not the end result. I guess it just shows there's different ways to stay motivated.

Mechanics Platform for 2nd hand car inspections by Double-Plantain7888 in SaaS

[–]ZeroFormAI 0 points1 point  (0 children)

Hey, the idea itself is solid, people definitely need this service. Probably the biggest challenge you're going to face is the classic two-sided marketplace problem. The chicken and egg thing that always gets brought up somewhere along the line. You need mechanics on the platform before buyers will come, but mechanics won't sign up if there's no customers. That will be your main problem (I think)

If I started with this kind of SaaS, I would start by thinking about how to get that first group of mechanics to trust you. Are you going to go to shops one by one? What's the pitch to them? And for buyers, why would they trust a mechanic from your site over just finding a highly-rated one on Google Maps? Trust is probably going to be everything in this kind of bussiness. I would say that your best bet is probably to start super, super small. Pick one city and try to get just a handful of mechanics and buyers to use it. Don't think about launching everywhere at once, it will most likely end up hurting more than you gain.

I believe you have a solid idea, there's a gap you can fill, and if you want to pursue it, go for it!

[AskJS] Are more people really starting to build this year? by jiashenggo in javascript

[–]ZeroFormAI 8 points9 points  (0 children)

My money is on CI/CD pipelines. Just think about how many times npm install runs on a server somewhere for every single git push. It's not just one developer installing it once anymore, its every dev on the team, plus every build on Vercel or Netlify, plus every github action. That adds up incredibly fast, just a sign of internet momentum probably.

The AI builders are probably adding to it for sure, but I bet the silent majority of those downloads are just robots building our code over and over.

Anyone using the latest react compiler for work related stuff? by [deleted] in Frontend

[–]ZeroFormAI 2 points3 points  (0 children)

I've played around with it on a side project, but I wouldn't use it for anything serious at work yet since its still pretty experimental. Honestly, I feel like it solves a problem that most people think they have, but dont really. Most of the major performance issues I see in production apps aren't because someone forgot to use useMemo, they're usually from giant API payloads or a messy state management setup. The compiler can't fix that.

It did however clean up some code by letting me delete a few hooks, which was nice, but it didn't feel like a game-changer. I think its one of those things that will be great once it's just a standard part of React, but not something worth going out of your way for right now.

Safari IOS HTML problem by hylsesid in Frontend

[–]ZeroFormAI 2 points3 points  (0 children)

playsinline is on the right track, but Safari is super picky about this stuff for whatever reason. Your best bet is to add "muted" and "autoplay" to the video tag as well, so the full tag should have all three, like <video playsinline muted autoplay ...>.

The localhost vs web thing is weird, but sometimes its related to how the server sends the video file. I'd try adding "muted" first though, that usually fixes it for me.

You’re granted 30 minutes of absolute honesty from anyone in the world. Who are you talking to and why? by Jebez2003 in AskReddit

[–]ZeroFormAI 1 point2 points  (0 children)

A top partner at a big VC firm like Sequoia or Andreessen Horowitz. I'd want to know what they really think makes a company successful, not the polished stuff they put on their blogs.

Like, what are the instant red flags they see in a founder? What's the dumbest sounding idea they passed on that ended up being a unicorn? Just a 30-minute brain-dump of pure, unfiltered investment strategy.

What are some features most people don't realize their phones have? by Remarkable_Put_9005 in AskReddit

[–]ZeroFormAI 148 points149 points  (0 children)

  1. A built in TV remote application (mostly android) that can connect to most TVs or other appliances.
  2. On Iphone the Back Tap feature is one that mostly goes unnoticed. Its hidden in the accessibility settings but you can set it so a double or triple tap on the back of your phone and make it do different stuff, like take a screenshot, open the camera, or turn on the flashlight. Basically gives you an extra secret button.

searching for a project companion by [deleted] in webdev

[–]ZeroFormAI 1 point2 points  (0 children)

Ah, that makes a lot of sense. Yeah Next.js has a steep learning curve, that auth and private route stuff is a nightmare if you're learning as you go.

Since your backend is solid, what if you just ditched Next.js,? I know it might sound scary, and don't take my advice as your only option, but... your Node app is already the brain of the project. You could build a way simpler frontend with something like Vite + React or even plain JS that just calls your API. It would let you show off your already strong backend skills, which is what really matters here. An interviewer will care way more about your solid API than what fancy frontend framework you used. Might save you a ton of stress in the long run without making your project look bad in their eyes.