Skip to content

App Folder

Subhadip Saha edited this page May 16, 2025 · 1 revision

This folder follows the new Next.js App Directory structure.

Key Routes

Path Description
/app/api/ Server-side API routes for auth, user, posts, gathering, etc.
/app/ai-connect Gemini-powered developer match UI
/app/feed Developer activity feed
/app/discover Discover new devs based on skills & location
/app/profile View or edit profile
/app/gathering Host or join virtual gatherings
/app/messages Real-time chat threads
/app/posts Share ideas, polls, and dev thoughts
/app/search Search devs, events, or posts

Notable Pages

  • layout.tsx: Root layout with global styles
  • globals.css: Tailwind CSS + custom styling
  • onboarding/: Progressive onboarding for new users

Clone this wiki locally