A Next.js starter template for Onlook frontend interviews.
bun install
bun run devThe app will be running at http://localhost:3000.
- Next.js 15 - React framework with App Router
- React 19 - UI library
- tRPC - End-to-end typesafe APIs
- Tailwind CSS 4 - Utility-first CSS
- shadcn/ui - Accessible component library
- t3-env - Typesafe environment variables
Your interviewer will walk you through the task when you're ready.
We like to keep things practical - expect questions that test your React and tRPC skills. Past examples include building a simple todo list or a weather app for San Francisco.
Before the interview:
- Set up the repo and make sure everything runs smoothly
During the interview:
- Feel free to search the internet as needed
- AI tools (including line completion) should be disabled
Good luck!