Back

Posts

AI tools for creating minimalist logos?

Hey, do you guys know any good AI tools for creating minimalist logos? I’ve been searching around but everything I found either looks cheesy or way too complicated. Would love some recommendations!

So I built a job site. Everyone said don't. I did it anyway. What now?

I had this random idea a few weeks ago: build a job site specifically for AI people. Thought it would be easy money, you know? AI is hot, everyone needs these skills, I will just sit in the middle and take a cut.

Started coding and telling people about my brilliant plan. Almost everyone was like "dude, don't do this" and "job boards are impossible" and "there's literally a million of them already." But I'm stubborn as hell and had already written half the code by then - login working, job posting system, search, the whole thing. Couldn't just throw it all away.

So I said screw it and kept building and then it really hit me about how insanely hard job boards actually are. You need massive traffic, endless fresh job postings, constant marketing. I have basically none of that.

Now I'm staring at all this code wondering what the hell to do with it.

The AI job space is absolutely packed - LinkedIn, Indeed, plus specialized boards I never even knew existed, all with way more resources than me sitting here refreshing Google Analytics hoping someone visited my site.

Maybe I should pivot this whole thing to a different industry? I've got the infrastructure already built - user accounts, posting system, search functionality. Could probably adapt it for senior care services, local handyman platforms, maybe something in healthcare? Industries where I'm not going head-to-head with tech giants who have millions of users and unlimited budgets.

What would you guys do? Keep pushing in AI jobs even though it seems impossible, or take all this code and try a completely different market? Anyone here made a successful pivot like this, or am I just delaying the inevitable failure?

I know I made the classic newbie mistake here, which sounds even funnier since I'm the creator of willtheyconvert.com - literally an app that tells you "validate first, build later." But my second goal was also learning. I started (vibe?) coding 4 months ago and every project like this pushes my skills forward

/
/
Just made my first ever money on the internet.

$19 from http://willtheyconvert.com 💸

Funny thing… the sale came 2 days after I posted “#5 on TinyStartups but 0 sales” 😅

What’s wild is that I started with zero programming knowledge about 3 months ago I didn’t even know how to use GitHub

/
/
🎉 My project willtheyconvert.com just hit #5 on TinyStartups

I recently launched willtheyconvert.com, a tool to validate startup ideas before you invest time or money building the actual product.

It just hit #5 on tinystartups.com and I wanted to say thanks to everyone who's checked it out or voted 🙌

Here’s how it works in a nutshell:

It lets you build a features that looks completely real - pricing tables, buy buttons, waitlists, even a fake checkout. But it’s all just a test to see how people REALLY react.

You can simulate:

  • Subscriptions & pricing pages
  • Pre-orders & early access offers
  • Referral programs
  • Newsletter signups
  • Promo or discount pages
  • Full signup flows (no backend needed)

Once live, you share the page, and the tool tracks real engagement — clicks, conversions, drop-offs — in a clean dashboard so you can see if there’s demand.

If people click “Buy” or drop an email? That’s your green light.

If not… you just saved yourself weeks (or months) of building something no one wanted 😄

Would love your feedback or feel free to ask me anything!

/
/
Remember when selling pixels was the next big thing?

Not everyone remembers, but back in 2005, Alex Tew had a crazy idea: sell 1 million pixels on his website for $1 each to raise money for college.

http://www.milliondollarhomepage.com/

And guess what? It worked! He made a MILLION USD in just a few months! 😱

Fast forward to today, and people are buying virtual trees for $2 each! 🌳 It’s wild to think about how these out-there ideas can turn into something huge. The moral of the story? Sometimes, a little bit of craziness can create something that catches attention and surprises everyone.

/
/
I’ve fully migrated DubaiDiscoverer.com to Next.js — here’s why I had to leave Lovable (Vite + React)

Just wrapped up a full migration of my site (DubaiDiscoverer.com) to Next.js — after learning the hard way that my old setup was tanking my SEO.

Originally, I built the site using Lovable. It used Vite + React under the hood, and honestly, the development experience was fast and easy. Great if you’re in MVP mode.

But… over time I noticed something off: the site wasn’t indexing well on Google. I had all the basics covered — sitemap, robots.txt, meta tags via react-helmet (which I confirmed were implemented) — but SEO tools were still showing blank pages. And more importantly, Googlebot wasn’t reliably seeing the site’s actual content.

The problem? Lovable-generated projects don’t render text into the final HTML. Without server-side rendering (SSR), the content isn’t present in the initial page load — so search engines can’t see it. No SSR = no crawlable content = no search visibility.

While Google Search Console sometimes managed to pick up content after rendering, most SEO tools - and probably Googlebot most of the time - just saw empty pages.

This was a huge surprise. I assumed any tool building “production-ready” sites would at least account for basic SEO fundamentals. But clearly, SSR isn't built into Lovable’s output, and it’s not something they highlight as a limitation either.

If you’re building anything that depends on organic traffic - a blog, content site, business site — this is a dealbreaker. It’s honestly surprising more people aren’t talking about it.

Switched to Next.js with SSR/static generation, and everything works as it should now — content is properly rendered, indexed, and showing up in search.

Hope this helps someone avoid the same pitfall. AI tools like Lovable are impressive, but make sure you know what’s going on under the hood if SEO matters to you.

You can see also before/after google crawler simulator results (screenshot 2 and 3)

/
/
Migrating my fully made project to Next.js to tackle SEO and indexing challenges

I’ve been facing some serious challenges with SEO and indexing on DubaiDiscoverer.com. Despite having a fully developed site with both frontend, backend, and a working database, Google crawlers couldn’t read it properly. It’s been super frustrating, especially since I’ve tried several solutions.

I started by adding Helmet to handle SEO, but that didn’t solve the problem. Then, I spent 4 hours trying to implement Server-Side Rendering (SSR), but it still didn’t work. Honestly, it’s pretty surprising that Replit, Lovable, and Bolt.new haven’t provided a solid solution for this.

So, after a lot of back and forth, I’ve decided to fully migrate DubaiDiscoverer.com to Next.js. I’m hoping this will finally resolve the SEO issues and make Google indexing work properly. I’ll keep you posted in the coming days on how it goes and what results I get (fingers crossed that the transition to Next.js leads to better results!)

Anyone else dealt with similar challenges? Would love to hear your experiences and insights.

/
/
How I built 3 apps in 2 months (still not profitable and it's ok)

I’ll start by apologizing for the title — I swear it wasn’t supposed to be one of those "you won't believe what happened when I drank vinegar and cinnamon" type of headlines (does anyone else get bombarded by those insane ads?). 😅

Two months ago, I didn’t even know what GitHub was. Today, I’ve shipped 3 real apps:

  1. 🤑 WillTheyConvert
  2. 💣 BoomHabits
  3. 🌴 DubaiDiscoverer

They’re not perfect. They’re not profitable. But they prove ONE IMPORTANT THING: Anyone can start building.

Back then, I had zero technical skills. GitHub, npm install, APIs — all sounded like magic to me. I didn’t buy courses or join bootcamps. Instead, I watched free YouTube videos.

My first project was BoomHabits.com — just another habit tracker. But not because the world needed one more habit tracker. Not to make money. But to LEARN. To finish something real. To prove to myself: "I can." And 3 days after launch? BoomHabits had 200+ users and even got a lot of love on Fazier (#3 Product of the Week)! For someone who didn’t even know what GitHub was weeks earlier, it felt unreal. 🔥

Next, I built WillTheyConvert.com — a tool to test startup ideas before wasting time and money. Fake landing pages. Fake pricing pages. Real data on what people actually want. It was smart, simple, and useful. And in just 3 days after launch, I had 70 registered users and 20 active flows.

Finally, I returned to a project I started a long time ago but abandoned: DubaiDiscoverer. It’s a full travel guide for Dubai, built completely by myself. Recently, I gave it a full redesign, and now I’m focusing on SEO.

But here’s the thing: The point of this post isn’t to show off. It’s to remind you of one simple fact:

If someone like me — literally starting from ZERO — can build and launch 3 real apps in just 2 months... You can too.

  • You just have to START. 🏁
  • Don’t wait to be "ready."
  • Don’t wait until you "know everything."
  • Start messy. Start clueless. Start afraid.

And hey — did I waste some money along the way?

Absolutely.

I had to pay for tools like Cursor or Lovable.

Was it a "bad investment"? You could say that.

But it wasn’t a waste — because thanks to that, I gained practical skills, real knowledge, and even real connections.

Today, I chat daily with several awesome people on X — exchanging ideas, helping each other grow. 🚀

I don’t regret a thing.

If I did it, you can do it too.

/
/
48h Launch Stats - The Raw Numbers

First 48-hour update! 🚀

Since launching WillTheyConvert.com - here’s what happened:

✅ 112 votes on fazier.com (top-voted yesterday!)

✅ 60+ signups, users created 24 tests

✅ 461 new users (Google Analytics)

✅ 1 newsletter subscriber (thank you! 💌)

✅ 6 DMs asking about the project

Huge thanks for the support and feedback! What’s next? More updates soon.

/
/
Dual monitors? Ergonomic chair? Nah.

Dual monitors? Ergonomic chair? Nah.

Couch + MacBook + virtual fire = peak productivity.

/
/