XFounders is the official Entrepreneurship & Innovation Cell of Dnyanshree Institute of Engineering and Technology (DIET), Satara, formed under the National Entrepreneurship Challenge (NEC 2025) — an initiative by E-Cell IIT Bombay.
We're not just building a website — we're building a movement. A platform where student entrepreneurs connect, innovate, and launch ventures from campus.
╔══════════════════════════════════════════════════════╗
║ ║
║ 💡 IDEATE → 🛠️ BUILD → 🚀 LAUNCH → 📈 SCALE ║
║ ║
╚══════════════════════════════════════════════════════╝
|
|
|
|
| Layer | Technology |
|---|---|
| ⚡ Framework | Next.js 15 (App Router) |
| 🧩 Language | TypeScript |
| 🎨 Styling | Tailwind CSS + shadcn/ui |
| 🔥 Backend | Firebase (Auth + Firestore) |
| EmailJS | |
| 🚀 3D Graphics | Three.js |
| ☁️ Deployment | Render |
| 📦 Package Manager | pnpm |
xfounders/
│
├── 🧩 components/
│ ├── 3d/ # 3D interactive components
│ │ └── InteractiveRocket # Animated rocket visualization
│ ├── auth/ # Authentication components
│ ├── events/ # Event cards & registration
│ ├── explore/ # Explore section grids
│ ├── layout/ # Header & Footer
│ ├── sections/ # Landing page sections
│ │ ├── HeroSection # Above-the-fold hero
│ │ ├── StatsSection # Key metrics display
│ │ ├── VisionMission # About XFounders
│ │ └── CTASection # Call-to-action
│ ├── team/ # Team member cards
│ └── ui/ # shadcn/ui components (40+)
│
├── 📱 src/app/
│ ├── api/ # API routes
│ │ ├── contact/ # Contact form handler
│ │ └── explore/ # Dynamic content APIs
│ ├── auth/ # Login & Signup pages
│ ├── contact/ # Contact page
│ ├── events/ # Events listing
│ ├── explore/ # Explore hub (5 categories)
│ ├── gallery/ # Photo gallery
│ ├── profile/ # User profile
│ ├── settings/ # User settings
│ └── team/ # Team showcase
│
├── 🔧 contexts/ # React Context (Auth)
├── 🪝 hooks/ # Custom hooks
├── 📚 lib/ # Utilities & configs
│ ├── firebase.ts # Firebase initialization
│ ├── emailjs.ts # Email service config
│ └── utils.ts # Helper functions
│
└── 🖼️ public/ # Static assets & team photos
node -v # v18+ required
pnpm -v # or npm/yarn# Clone the repository
git clone https://github.com/YOUR_USERNAME/xfounders.git
cd xfounders
# Install dependencies
pnpm install
# Set up environment variables
cp .env.example .env.localCreate a .env.local file:
# Firebase
NEXT_PUBLIC_FIREBASE_API_KEY=your_api_key
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_auth_domain
NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_storage_bucket
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
NEXT_PUBLIC_FIREBASE_APP_ID=your_app_id
# EmailJS
NEXT_PUBLIC_EMAILJS_SERVICE_ID=your_service_id
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID=your_template_id
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY=your_public_key# Start dev server
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm start🌐 Open http://localhost:3000 in your browser
We are a multidisciplinary team of student leaders and visionaries serving as:
Tech Leads · Secretaries · Designers · Content Creators · Campus Ambassadors
|
National Entrepreneurship Challenge
|
Dnyanshree Institute of Engineering & Technology
|
This project is licensed under the MIT License — see the LICENSE file for details.
██╗ ██╗███████╗ ██████╗ ██╗ ██╗███╗ ██╗██████╗ ███████╗██████╗ ███████╗
╚██╗██╔╝██╔════╝██╔═══██╗██║ ██║████╗ ██║██╔══██╗██╔════╝██╔══██╗██╔════╝
╚███╔╝ █████╗ ██║ ██║██║ ██║██╔██╗ ██║██║ ██║█████╗ ██████╔╝███████╗
██╔██╗ ██╔══╝ ██║ ██║██║ ██║██║╚██╗██║██║ ██║██╔══╝ ██╔══██╗╚════██║
██╔╝ ██╗██║ ╚██████╔╝╚██████╔╝██║ ╚████║██████╔╝███████╗██║ ██║███████║
╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═════╝ ╚══════╝╚═╝ ╚═╝╚══════╝
Built with 🔥 from DIET, Satara for NEC 2025
Made with ❤️ by Jayesh Jadhav | © 2025 XFounders






