DEV Community

Song Jack
Song Jack

Posted on

How I Built a Global AI Fortune Telling Website as a One-Person Company

How I Built a Global AI Fortune Telling Website as a One-Person Company

The Idea

What if 4 completely different divination traditions (Western Astrology, Chinese BaZi, Tarot, and Numerology) all agreed on something about you? That's more meaningful than any single system alone.

So I built CyberOmen — an AI fortune teller that cross-references all 4 systems simultaneously.

Tech Stack

  • Frontend: Next.js 14 (SSR for SEO)
  • Hosting: Vercel (free tier)
  • AI: DeepSeek API + offline calculation fallback
  • Payments: PayPal.Me integration
  • SEO: 108 pages (12 zodiac signs + 78 tarot cards + 12 numerology numbers)

Key Features

4-System Cross-Reference

Most fortune apps use 1 system. Mine uses 4:

  1. Western Astrology (sun sign, elements, modalities)
  2. Chinese BaZi (heavenly stems, earthly branches, five elements)
  3. Tarot (78-card deck with spread analysis)
  4. Numerology (life path, destiny numbers)

The AI finds "resonance points" where multiple systems agree.

Offline Fallback

When API is down, the site falls back to a complete offline calculation engine. Users never see an error.

SEO Strategy

  • Dynamic zodiac/tarot/numerology pages (108 total)
  • Structured data (JSON-LD FAQ schema)
  • llms.txt for AI search engines
  • IndexNow for instant indexing

Costs

  • Hosting: $0 (Vercel free)
  • API: ~$0.001 per reading
  • Domain: $0 (using vercel.app)
  • Total monthly: under $5

Results

  • 108 indexed pages
  • Multi-platform ready (English only for now)
  • PayPal payments active

What's Next

Working on traffic. Reddit, Twitter, and SEO are the main channels.

Try it: https://cyberomen-en.vercel.app


Built as a One Person Company (OPC) — leveraging AI to serve users globally, 24/7.

showdev #ai #webdev #indiehacker

Top comments (0)