Thanks to visit codestin.com
Credit goes to github.com

Skip to content

deepu0/frontend-junction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

146 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Frontend Junction

Frontend Junction

The open-source hub for frontend interview experiences, curated jobs, and developer resources.

🌐 Live Site β€’ ✨ Features β€’ πŸ›  Tech Stack β€’ πŸš€ Getting Started β€’ 🀝 Contributing

Next.js TypeScript Supabase Tailwind License


Why Frontend Junction?

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

Features

  • 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

Tech Stack

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

Getting Started

Prerequisites

  • Node.js 20.x
  • npm
  • Supabase account (for database & auth)

Installation

# 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
# Fill in the values from Supabase plus any pipeline, analytics, or deployment settings you need

# Run the development server
npm run dev

Open http://localhost:3000 to see the app.

Environment Variables

Variable Description
NEXT_PUBLIC_SUPABASE_URL Your Supabase project URL
NEXT_PUBLIC_SUPABASE_ANON_KEY Supabase anonymous/public key
SUPABASE_SERVICE_ROLE_KEY Server-only Supabase key for admin routes, data pipelines, and sitemap generation
GEMINI_API_KEY Server-only Google Gemini API key for the content pipeline
CRON_SECRET Server-only bearer token that authorizes the protected pipeline and seed API routes
GOOGLE_SITE_VERIFICATION Optional Google Search Console verification token exposed in the page metadata
NEXT_GOOGLE_ANALYTICS Optional Google Analytics measurement ID used to load the site tag
NEXT_PUBLIC_TURNSTILE_SITE_KEY Optional public Cloudflare Turnstile site key used by bot-protected forms
TURNSTILE_SECRET_KEY Optional server-only Cloudflare Turnstile secret used to verify bot-protected form submissions
NEXT_PUBLIC_IS_DEV Optional non-production flag that relaxes cron protection for local pipeline testing
NEXT_PUBLIC_LOGO_DEV_KEY Optional public Logo.dev token for company logos; the app falls back to a bundled demo key when unset

Scripts

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)

Project Structure

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

Contributing

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.

Roadmap

  • 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)

Stats

Metric Count
Interview Experiences 106+
Blog Posts 23
Companies Covered 103
Pull Requests 91+
Commits 127+

License

This project is licensed under The Unlicense β€” it's free and unencumbered software released into the public domain.

Author

Deepak Sharma β€” Senior Frontend Engineer


If this project helps you land your next frontend role, consider giving it a ⭐

About

The open-source hub for frontend interview experiences, curated jobs, and developer resources. 106+ real stories from 100+ companies.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors