Remix.run Logo
MetaMagic turns any URL into 3 SEO titles and descriptions in 10s(metamagic.vercel.app)
1 points by astralshard 8 hours ago | 3 comments
astralshard 8 hours ago | parent | next [-]

I hate writing SEO titles and meta descriptions.

So I built MetaMagic:

- Paste any public URL - AI crawls the page - Returns 3 optimized titles + 3 descriptions in ~10 seconds - CTR scoring (0–100), power word highlights, Google SERP preview - 12 languages - Free tier: 3 URLs/day forever - Pro: $35 one-time (first 100) — unlimited, bulk CSV, API

Tech: - Scraping: Jina Reader → Firecrawl → cheerio fallback - AI: OpenRouter (DeepSeek, Qwen, Mistral) - Frontend: Next.js 15 + shadcn/ui - Payments: Stripe Checkout - No user accounts, no tracking beyond Vercel Analytics

Try it free: https://metamagic.vercel.app

I’m using it on my next launch (RankList v2). Feedback welcome, especially on crawling edge cases or API use.

@astralshardio | Romania | Building in public

edent 7 hours ago | parent | prev [-]

I tried it on a couple of posts and, I'm sorry to say, it was disappointing.

Like most AI, all it can do is regurgitate what it has already seen. It gave some incredibly generic titles and descriptions which were only tangentially related to the content.

It also doesn't seem to respect robots.txt and other mechanisms for dissuading bot use.

astralshard 5 hours ago | parent [-]

Aah shit, completely overlooked the robots.txt functionality. Added it now and made the AI a bit more creative.

Thanks for the feedback!