Most social platforms treat developers like everyone else — a text box and a like button.
I wanted a feed that actually understands code, so I buil...
For further actions, you may consider blocking this person and/or reporting abuse
Congrats on the launch! I ran a quick check on loop-app-xi.vercel.app and found two things worth fixing early:
The page ships no
<title>, meta description, or<h1>to crawlers — it's all client-rendered. Google will index a blank shell. If you're on Next.js, move the landing page to SSR/SSG (or addmetadatain the root layout) so the title/description exist in the initial HTML.Content-Security-Policy is missing (plus X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy). On Vercel it's one
vercel.jsonblock:Happy to run a full free scan of the whole site if you want the complete picture — just say the word.
Thanks Amit, really helpful catch, especially this early.
You’re right on both. The metadata was already defined in the Next.js root layout, but Next 15 was streaming it after for Googlebot, and our auth loading gate was blanking the shell before any
could render. Fixed that so title, description, and an
are in the initial HTML now.
Also added CSP + the other security headers (X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy). Went with a slightly broader CSP allowlist so Supabase, Cloudinary, Stripe, and Google OAuth keep working.
Would love the full free scan once this deploys, appreciate you taking the time 🙏
Small update since this morning: the Launch-Ready Quick Scan is now $29 for the launch period (was $49) — same 24h deep pass: auth-flow edge cases, staging-vs-prod header drift, perf budget, and a prioritized launch checklist. If $49 was the sticking point, it's at afeldman2.gumroad.com/l/keikf.
The unsafe-inline/eval and TTFB notes above are yours to keep regardless — good luck with launch week 🙌
Appreciate the update, makes sense on the discount. Still tightening things up on my end before a real launch push, so I'll hold off for now, but I'll reach out when I'm closer to that point. Thanks again for the case study and the solid findings so far 🙌
Congrats on the launch! One remark that popped up right away was the color of text on the sign up page in light theme. It's a little hard to read for me. Dark theme looks great btw!
Appreciate you flagging this, you're right, that's rough in light theme. Already tracking a few theme-contrast issues, adding this to the list. Thanks for the heads up 🙏
Sounds like the right call — get the auth flows locked and the launch out the door first, the scan will still be there. The re-scan offer stands whenever the TTFB and CSP tightening land, no strings attached. Good luck with the launch push 🙌