nt11111
- 3 skills
- 0 followers
- 4 days ago last updated
- ▌ Custom Domain · nt11111 bundlePoint a custom domain at an already-deployed site, end to end: add the domain at the host, create the DNS records at the registrar, fix the settings that break silently when the address changes (auth authorized domains, OAuth redirect URIs, captcha/App Check domain lists, CORS and CSP allowlists), move the site's canonical URL, wait out certificate issuance, and add the www redirect. Use this whenever the user says they bought, registered, or own a domain; whenever they ask to hook up, connect, point, attach, set up, or "use my own" domain, URL, or address for a site; whenever they mention DNS records, nameservers, A/CNAME/TXT records, SSL or HTTPS not working on a new domain, or a domain stuck "pending", "not verified", or "needs setup"; and whenever a site currently lives on a platform subdomain (*.web.app, *.pages.dev, *.vercel.app, *.netlify.app, *.github.io) and they want it somewhere nicer. Also use it when a domain "works but login broke" or "shows the wrong URL in Google" after a move.
- ▌ Final App Push · nt11111 bundlePre-launch hardening pass for an app that was built fast (vibe-coded) and is about to go public — or is already public and was never audited. Hunts for secrets compiled into the client bundle, stored XSS, missing server-side authorization, and the launch-readiness gaps (404, headers, sitemap, privacy policy, meta tags), then PROVES each fix by attacking the live system. Use this whenever the user says they're about to launch, publish, deploy, go live, or "make it real"; whenever they ask to "make it secure", "check for vulnerabilities", "do a security review", or "harden" an app; whenever they paste a pre-launch checklist from a video, thread, or blog post and ask you to implement it; and whenever they mention protecting paid or gated content, user accounts, admin dashboards, or personal data. Also use it proactively before any first deploy of an app that handles logins or user data.
- ▌ Product Tour · nt11111 bundleBuild a first-run interactive walkthrough that guides new users around an app — spotlighted elements, step-by-step tooltips with Next/Back/Skip, an optional pointing-hand cursor, and the state logic that makes it appear exactly once and never nag again. Use this whenever the user asks for a tutorial, product tour, walkthrough, guided tour, onboarding flow, coach marks, tooltips that "show you around", a "how it works" overlay, or driver.js / Shepherd / Intro.js / Joyride; whenever they describe wanting new users to be "shown where to click", "walked through the site", or "taught how it works on first login"; and whenever they say people are confused by their app, aren't finding features, or need to be introduced to what it offers. Also use it when an existing tour needs new steps, restyling, or fixing because it re-triggers, breaks on mobile, or loses its place between pages.