AI Autofill – Web App + Chrome Extension
Next.jsReact framework with SSR/SSG/ISR for fast first paint and crawlable HTML. Plain speak: pages load quick and Google can read them → better SEO.Chrome ExtensionRuns inside the browser to extend site behavior. Plain speak: adds features right where users already work.WXTDX toolkit for building extensions with Vite + TS. Plain speak: faster dev and smaller bundles for snappier installs.Auth.js JWTToken-based auth for APIs and protected routes. Plain speak: only the right people see the right stuff—securely.OpenAI APILLM-powered analysis, generation, and tools. Plain speak: smart features (summaries, autofill) without heavy backends.Tailwind CSSUtility-first CSS for rapid, consistent styling. Plain speak: faster design during build process, fewer bugs; designs stay tidy across the site.NDA
About
AI-driven survey autofill: the extension detects survey pages and lists, validates the correct entrypoint, auto-navigates, and completes forms with human-like pacing across selections, checkboxes, and text inputs. Security first: JWT-secured API routes and extension access gated by server-side authentication. Users can build a profile with real data to improve accuracy. NDA limits specifics; client is Japan-based.
How we solved it
Secured API with Auth.js JWT, robust entrypoint detection, human-like form pacing, and fallback navigation.