A modern, immersive Y Combinator interview practice tool with a sleek dark theme.
YC Interview Simulator helps founders prepare for their Y Combinator interviews by presenting randomized questions commonly asked during YC interviews. Practice your responses under time pressure with an intuitive, distraction-free interface.
- 150+ Interview Questions - Comprehensive set of YC interview questions covering product, team, market, traction, and more
- Timed Responses - 20-second countdown timer with visual feedback to simulate interview pressure
- Progress Tracking - See how many questions you've completed
- Pro Tips - Helpful advice for crafting better responses
- Keyboard Controls - Quick navigation with Space (restart timer) and Enter (next question)
- Modern Dark Theme - Surkyl-branded interface with smooth animations and glassmorphism effects
- Responsive Design - Works on desktop and mobile devices
- YAML-based Data - Easy to update questions and tips via simple YAML file
- Open
src/index.htmlin your browser - Questions appear randomly - answer each one concisely
- Press Enter to move to the next question
- Press Space to restart the timer if needed
- Timer changes color as time runs out (yellow < 10s, red < 5s)
- Complete all questions to finish the session
| Key | Action |
|---|---|
Enter |
Next question |
Space |
Restart timer |
src/
├── index.html # Main application
├── assets/
│ ├── data/
│ │ └── data.yml # Questions and tips (YAML format)
│ ├── images/
│ │ └── pg.jpg # Paul Graham image
│ ├── scripts/
│ │ └── functions.kypp2cb5.js # Application logic
│ └── styles/
│ └── style.kypp2cb5.css # Dark theme styling
The application uses a YAML file for easy data management. To add or modify questions:
- Open
src/assets/data/data.yml - Add questions under the
questions:section - Add tips under the
tips:section
Example:
questions:
- What are you working on?
- How will you make money?
# Add more questions here...
tips:
- Try to have quick and concise answers.
- Know your numbers cold.
# Add more tips here...No JavaScript knowledge required - just edit the YAML file and refresh!
v1.0 - Originally built by James Cunningham and Colin Hayhurst for GoScale's YC S12 Interview.
v2.0 - Enhanced by Surkyl Labs with:
- Complete dark theme redesign
- Modern UI with animations and visual effects
- Circular timer with progress indicator
- Question progress tracking
- Improved typography and spacing
- Responsive design
- YAML-based data management for easy updates
- Expanded question bank (150+ questions)
- Additional pro tips
- Code optimization and cleanup
This project is open source. Please credit the original authors when forking or modifying.
Built with care by Surkyl Labs