Foundr is a full-stack platform that enables fractional investment in commercial real estate. Users can browse properties, invest partially in high-value assets, and receive AI-powered risk analysis instantly.
The platform combines modern web architecture with ultra-low latency AI inference to provide investors with real-time insights.
- Users can invest in fractions of high-value commercial properties
- Live funding progress tracking
- Transparent property valuation
- AI-generated Pros vs Risks investment report
- Powered by Groq LPU inference
- Uses GPT-OSS-120B model
- Generates results in <500ms
Two user roles:
Developers
- List new properties
- Manage asset listings
- Track property funding
Investors
- Browse properties
- Invest fractional capital
- Track portfolio performance
- JWT authentication
- Protected API routes using middleware
- Secure session management
- Next.js App Router
- Tailwind CSS design system
- Smooth animations using Framer Motion
- Fully responsive layouts
| Layer | Technology |
|---|---|
| Frontend | Next.js 15, React |
| Styling | Tailwind CSS, Framer Motion |
| Backend | Node.js, Next.js API Routes |
| Database | MongoDB Atlas (Mongoose ODM) |
| AI | Groq LPU (openai/gpt-oss-120b) |
| Deployment | Vercel |
Fractional Accounting Model
- Property documents store total valuation
- Investment transactions track partial contributions
- Funding completion automatically updates property status
Ultra-Low Latency AI
- Groq LPU hardware allows near real-time financial analysis
- Eliminates long response times typical in GPU inference APIs
git clone https://github.com/ChandanMeher/foundr.git
cd foundrnpm installCreate .env.local
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_secret
GROQ_API_KEY=your_groq_key
npm run devApp will run on:
http://localhost:3000
- Payment gateway integration (Razorpay)
- Blockchain-based property ownership tokens
- Investment analytics dashboard
- Email notifications for funding milestones
- Advanced AI financial forecasting
Chandan Meher (Jeet) B.Tech Computer Science Engineering Dayananda Sagar College of Engineering
LinkedIn: [https://www.linkedin.com/in/chandan-meher-74ab1a2bb/] Portfolio: [https://personal-portfolio-0906.netlify.app/]