The open-source hub for frontend interview experiences, curated jobs, and developer resources.
π Live Site β’ β¨ Features β’ π Tech Stack β’ π Getting Started β’ π€ Contributing
Frontend developers preparing for interviews often rely on scattered LinkedIn posts, random Medium articles, and word-of-mouth. Frontend Junction brings it all together β real interview experiences from 100+ companies, curated blog content, and a community-driven platform where developers share what actually gets asked.
Live at frontend-junction.com
- 106+ Interview Experiences β Real stories from Google, Meta, Amazon, Flipkart, Stripe, Adobe, and 100+ more companies, with round-by-round breakdowns
- 23 Technical Blog Posts β In-depth articles on React patterns, system design, performance optimization, and modern CSS
- 103 Company Profiles β Dedicated pages per company with all related experiences and interview patterns
- AI-Powered Content Pipeline β Automated ingestion and summarization of interview experiences from Medium, Dev.to, and Hashnode using Google Gemini
- Full-Text Search & Filters β Search by company, year, tech stack, and outcome (selected/rejected)
- Community Submissions β Authenticated users can submit their own interview experiences
- Admin Dashboard β Content moderation, approval workflows, and analytics
- Blog with MDX β Rich content with code highlighting, embedded components, and SEO optimization
- SEO & Performance β ISR, sitemap generation, OpenGraph images, structured data, Lighthouse CI
| Layer | Technology |
|---|---|
| Framework | Next.js 15 (App Router, Server Actions, ISR) |
| Language | TypeScript |
| Database | Supabase (PostgreSQL + Auth + Storage) |
| Styling | Tailwind CSS + Radix UI primitives |
| Animations | Framer Motion |
| Content | MDX via Velite |
| AI | Google Gemini (content processing pipeline) |
| CI/CD | GitHub Actions (lint, type check, security audit, bundle size, Lighthouse) |
| Auth | Supabase SSR Auth with middleware |
| Deployment | Vercel |
- Node.js 20.x
- npm
- Supabase account (for database & auth)
# Clone the repository
git clone https://github.com/deepu0/frontend-junction.git
cd frontend-junction
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env.local
# Add your Supabase URL, Anon Key, and other config
# Run the development server
npm run devOpen http://localhost:3000 to see the app.
| Variable | Description |
|---|---|
NEXT_PUBLIC_SUPABASE_URL |
Your Supabase project URL |
NEXT_PUBLIC_SUPABASE_ANON_KEY |
Supabase anonymous/public key |
GOOGLE_GENERATIVE_AI_KEY |
Google Gemini API key (for content pipeline) |
npm run dev # Start development server
npm run build # Production build
npm run lint # Run ESLint
npm run check-types # TypeScript type checking
npm run check:size # Bundle size analysis
npm run check:unused # Find unused exports (Knip)frontend-junction/
βββ app/ # Next.js App Router pages
β βββ interview-experience/ # Experience listing & detail pages
β βββ blog/ # Blog listing & posts
β βββ companies/ # Company profiles
β βββ admin/ # Admin dashboard
β βββ api/ # API routes (experiences, pipeline, stats)
β βββ auth/ # Authentication flows
βββ components/ # React components (23 components)
βββ content/blog/ # MDX blog posts
βββ data/ # Seed data & fixtures
βββ actions/ # Server Actions
βββ hooks/ # Custom React hooks
βββ lib/ # Supabase clients, utilities
βββ public/companies/ # 103 company logos
βββ .github/workflows/ # CI/CD pipeline
We welcome contributions! Whether it's:
- π Submitting interview experiences β Share your story to help others
- π Bug fixes β Found something broken? PRs welcome
- β¨ New features β Check the issues for what's planned
- π Blog posts β Write about frontend topics in MDX
- π Translations β Help make the content accessible
See CONTRIBUTING.md for detailed guidelines.
- Salary insights and compensation data per company
- Interview preparation checklists by company
- Email notifications for new experiences at followed companies
- Community upvoting and commenting on experiences
- Mobile app (React Native)
- Internationalization (i18n)
| Metric | Count |
|---|---|
| Interview Experiences | 106+ |
| Blog Posts | 23 |
| Companies Covered | 103 |
| Pull Requests | 91+ |
| Commits | 127+ |
This project is licensed under The Unlicense β it's free and unencumbered software released into the public domain.
Deepak Sharma β Senior Frontend Engineer
- π frontend-junction.com
- πΌ LinkedIn
- π GitHub
If this project helps you land your next frontend role, consider giving it a β
