u/BarracudaLess6604

Been building a crypto airdrop tracker site for about 30 days.

Here's what I shipped:

- 65+ airdrop pages with step-by-step guides

- 14 long-form SEO articles

- Magic link login + favorites system

- Personalized recommendations based on liked airdrops

- HowTo + FAQ markup on every page

- Dynamic sitemap + robots.txt

Stack: Next.js + Supabase + Vercel

Still early but Google is starting to index pages.

Traffic growing week over week.

Anyone else building niche SEO sites in crypto?

What's working for you?

reddit.com
u/BarracudaLess6604 — 5 days ago

Been building a crypto airdrop tracker site for about 30 days.

Here's what I shipped:

- 65+ airdrop pages with step-by-step guides

- 14 long-form SEO articles

- Magic link login + favorites system

- Personalized recommendations based on liked airdrops

- HowTo + FAQ markup on every page

- Dynamic sitemap + robots.txt

Stack: Next.js + Supabase + Vercel

Still early but Google is starting to index pages.

Traffic growing week over week.

Anyone else building niche SEO sites in crypto?

What's working for you?

reddit.com
u/BarracudaLess6604 — 5 days ago

Been building a crypto airdrop tracker site for about 30 days.

Here's what I shipped:

- 65+ airdrop pages with step-by-step guides

- 14 long-form SEO articles

- Magic link login + favorites system

- Personalized recommendations based on liked airdrops

- HowTo + FAQ markup on every page

- Dynamic sitemap + robots.txt

Stack: Next.js + Supabase + Vercel

Still early but Google is starting to index pages.

Traffic growing week over week.

Anyone else building niche SEO sites in crypto?

What's working for you?

reddit.com
u/BarracudaLess6604 — 5 days ago
▲ 3 r/SaaSSolopreneurs+1 crossposts

I’ve been working on a small SaaS in the crypto space and wanted to share it here to get honest feedback.

The idea is simple:
→ a platform that suggests airdrops based on your behavior (like TikTok, but for airdrops)

Instead of scrolling random lists, you:

  • create a profile
  • save your favorite airdrops
  • and the system starts recommending similar ones

I also added:

  • difficulty / reward scoring
  • estimated time to complete
  • step-by-step guides
  • favorites system (to personalize recommendations)

Recently I rebuilt it using Next.js to fix SEO issues (before it was a SPA, basically invisible to Google 😅). Now each airdrop has its own page and indexing has started.

Still early, but I’m trying to turn it into a real discovery engine instead of just a list.

Curious what you think:

  • Would you actually use something like this?
  • What’s missing?
  • What would make it 10x better?

3alamiyweb3.online

If you’ve built something similar or worked on SEO for this kind of product, I’d love your thoughts 👀

u/BarracudaLess6604 — 9 days ago

I’ve been working on a small SaaS in the crypto space and wanted to share it here to get honest feedback.

The idea is simple:
→ a platform that suggests airdrops based on your behavior (like TikTok, but for airdrops)

Instead of scrolling random lists, you:

  • create a profile
  • save your favorite airdrops
  • and the system starts recommending similar ones

I also added:

  • difficulty / reward scoring
  • estimated time to complete
  • step-by-step guides
  • favorites system (to personalize recommendations)

Recently I rebuilt it using Next.js to fix SEO issues (before it was a SPA, basically invisible to Google 😅). Now each airdrop has its own page and indexing has started.

Still early, but I’m trying to turn it into a real discovery engine instead of just a list.

Curious what you think:

  • Would you actually use something like this?
  • What’s missing?
  • What would make it 10x better?

If you’ve built something similar or worked on SEO for this kind of product, I’d love your thoughts 👀

reddit.com
u/BarracudaLess6604 — 9 days ago

I’ve been working on a small SaaS in the crypto space and wanted to share it here to get honest feedback.

The idea is simple:
→ a platform that suggests airdrops based on your behavior (like TikTok, but for airdrops)

Instead of scrolling random lists, you:

  • create a profile
  • save your favorite airdrops
  • and the system starts recommending similar ones

I also added:

  • difficulty / reward scoring
  • estimated time to complete
  • step-by-step guides
  • favorites system (to personalize recommendations)

Recently I rebuilt it using Next.js to fix SEO issues (before it was a SPA, basically invisible to Google 😅). Now each airdrop has its own page and indexing has started.

Still early, but I’m trying to turn it into a real discovery engine instead of just a list.

Curious what you think:

  • Would you actually use something like this?
  • What’s missing?
  • What would make it 10x better?

If you’ve built something similar or worked on SEO for this kind of product, I’d love your thoughts 👀

reddit.com
u/BarracudaLess6604 — 9 days ago

I keep seeing people ship apps with AI tools fast (which is great)…
but almost nobody talks about what happens after launch.

I learned it the hard way.

I built an airdrop platform. Clean UI, good idea, everything worked.

But:

  • 0 traffic
  • 0 rankings
  • basically invisible on Google

Why?

Because the whole app was a SPA:
→ URL never changed
→ Google saw 1 page only
→ Cloudflare was even blocking bots (403 😅)

So I fixed it.

What I did:

  1. Switched to Next.js (real pages) Each airdrop now has its own URL:
  • /airdrops/megaeth
  • /airdrops/arkham
  1. Fixed Cloudflare → allowed verified bots → skipped WAF for them
  2. Created 30+ pages in one go
  3. Added sitemap + connected Search Console

Results (after ~24h):

  • 33 pages live
  • 9 already discovered by Google
  • indexing started

Still early… but now I actually EXIST in search.

Big takeaway:

Shipping fast with AI is easy.
Making it discoverable is the real game.

If your app:

  • is a SPA
  • has no real URLs
  • or blocks bots

you’re not doing SEO… you’re just building in the dark.

Now I’m scaling to 100+ pages and testing programmatic SEO.

If anyone here is building with AI tools and stuck with SEO, I’m happy to share what worked 👀

reddit.com
u/BarracudaLess6604 — 10 days ago

I built my airdrop platform using AI tools. It looked great, worked perfectly… but SEO was completely dead.

Problem:

  • SPA (single page app)
  • URL never changed
  • Cloudflare was blocking bots
  • Google saw basically 1 page

Result:
→ 0 traffic
→ 0 rankings
→ 0 growth

Fix (what I did in 1 day):

  1. Moved to Next.js → real URLs /airdrops/megaeth /airdrops/new
  2. Fixed Cloudflare (bots were getting 403) → allowed verified bots → skipped WAF for them
  3. Created 30+ pages (each airdrop = page)
  4. Added sitemap + connected Search Console

After:

  • 33 SEO pages live
  • 9 pages already discovered by Google
  • sitemap submitted
  • indexing started

Still early, but now Google can actually see my site.

Big lesson:
AI tools are amazing for building fast
…but they don’t handle SEO for you.

If your app is SPA-only, you’re basically invisible to Google.

Now I’m focusing on:

  • scaling to 100+ pages
  • adding content
  • building backlinks

Happy to share more if anyone is stuck in the same situation 👀

reddit.com
u/BarracudaLess6604 — 10 days ago

I built my airdrop platform using AI tools. It looked great, worked perfectly but SEO was completely dead.

Problem:

  • SPA (single page app)
  • URL never changed
  • Cloudflare was blocking bots
  • Google saw basically 1 page

Result:
→ 0 traffic
→ 0 rankings
→ 0 growth

Fix (what I did in 1 day):

  1. Moved to Next.js → real URLs /airdrops/megaeth /airdrops/new
  2. Fixed Cloudflare (bots were getting 403) → allowed verified bots → skipped WAF for them
  3. Created 30+ pages (each airdrop = page)
  4. Added sitemap + connected Search Console

After:

  • 33 SEO pages live
  • 9 pages already discovered by Google
  • sitemap submitted
  • indexing started

Still early, but now Google can actually see my site.

Big lesson:
AI tools are amazing for building fast
…but they don’t handle SEO for you.

If your app is SPA-only, you’re basically invisible to Google.

Now I’m focusing on:

  • scaling to 100+ pages
  • adding content
  • building backlinks

Happy to share more if anyone is stuck in the same situation 👀

reddit.com
u/BarracudaLess6604 — 10 days ago

Built a simple tool to track airdrops (would love feedback)

Hey everyone 👋

I’ve been deep into airdrop hunting for a while, and honestly… it gets messy fast.
Too many spreadsheets, random Twitter threads, and outdated lists.

So I decided to build a small SaaS to solve that.

It’s basically a platform where you can:

  • Discover new and early-stage airdrops
  • Save your favorites ⭐
  • Track opportunities in one place
  • (Just added) user profiles to personalize the experience

I’m currently working on a “For You” feed that recommends airdrops based on what you like — kind of like TikTok but for airdrops.

Still early, but I’d really appreciate honest feedback:

  • What features would you want in something like this?
  • What’s missing from current airdrop tools?

Thanks 🙏

reddit.com
u/BarracudaLess6604 — 14 days ago

Hey everyone 👋

I’ve been deep into airdrop hunting for a while, and honestly… it gets messy fast.
Too many spreadsheets, random Twitter threads, and outdated lists.

So I decided to build a small SaaS to solve that.

It’s basically a platform where you can:

  • Discover new and early-stage airdrops
  • Save your favorites ⭐
  • Track opportunities in one place
  • (Just added) user profiles to personalize the experience

I’m currently working on a “For You” feed that recommends airdrops based on what you like — kind of like TikTok but for airdrops.

Still early, but I’d really appreciate honest feedback:

  • What features would you want in something like this?
  • What’s missing from current airdrop tools?

Thanks 🙏

reddit.com
u/BarracudaLess6604 — 14 days ago

Hey everyone

I’ve been deep into airdrop hunting for a while, and honestly… it gets messy fast.
Too many spreadsheets, random Twitter threads, and outdated lists.

So I decided to build a small SaaS to solve that.

It’s basically a platform where you can:

  • Discover new and early-stage airdrops
  • Save your favorites ⭐
  • Track opportunities in one place
  • (Just added) user profiles to personalize the experience

I’m currently working on a “For You” feed that recommends airdrops based on what you like — kind of like TikTok but for airdrops.

Still early, but I’d really appreciate honest feedback:

  • What features would you want in something like this?
  • What’s missing from current airdrop tools?

If you want to check it out: 3alamiyweb3.online

Thanks 🙏

u/BarracudaLess6604 — 14 days ago

Built a simple tool to track airdrops (would love feedback)

Hey everyone 👋

I’ve been deep into airdrop hunting for a while, and honestly… it gets messy fast.
Too many spreadsheets, random Twitter threads, and outdated lists.

So I decided to build a small SaaS to solve that.

It’s basically a platform where you can:

  • Discover new and early-stage airdrops
  • Save your favorites ⭐
  • Track opportunities in one place
  • (Just added) user profiles to personalize the experience

I’m currently working on a “For You” feed that recommends airdrops based on what you like — kind of like TikTok but for airdrops.

Still early, but I’d really appreciate honest feedback:

  • What features would you want in something like this?
  • What’s missing from current airdrop tools?

If you want to check it out: 3alamiyweb3.online

Thanks 🙏

u/BarracudaLess6604 — 14 days ago