FutureMe AI is an interactive, futuristic platform that predicts your 3-year life trajectory based on your current habits. It uses a combination of rule-based scoring models and AI-driven insights to project Health Risk, Financial Stability, Career Growth, and Burnout Probability.
This project was built as a full-stack web application designed to WOW users at hackathons with its emotional impact and visual dashboard.
- Personalized Life Data Input: Collects 10+ metrics (sleep, stress, debt, savings, diet, etc.).
- Hybrid Projection Engine: Fast rule-based baseline scores coupled with deep AI qualitative analysis.
- Futuristic AI Dashboard: Circular SVG animated meters, interactive trend graphs, and stability indexing.
- Scenario Comparison: Instantly see how small habit changes (like sleeping more or reducing stress) compound over 3 years.
- Emotional "Letter from Future You": An AI-generated, personalized reflection from 3 years in the future to drive behavioral change.
- Frontend: React, Vite, Tailwind CSS v4, Framer Motion, Chart.js
- Backend: Node.js, Express, dotenv
- AI Integration: OpenAI API (gpt-3.5-turbo with JSON object mode)
- Node.js (v18+ recommended)
- Your own OpenAI API Key
```bash cd backend npm install ```
- Edit `backend/.env` and add your `OPENAI_API_KEY`.
- Start the server: ```bash npm run dev
node server.js ``` Server runs on `http://localhost:5000\`.
```bash cd frontend npm install npm run dev ``` Frontend runs on `http://localhost:5173\`.
- Push your code to GitHub.
- Go to Render.com -> New Web Service.
- Select the repository. Set the Root Directory to `backend`.
- Build Command: `npm install`
- Start Command: `node server.js`
- Add Environment Variables (e.g., `OPENAI_API_KEY`).
- Deploy.
- Go to Vercel/Netlify -> New Project.
- Select your repository. Set Root Directory to `frontend`.
- Framework Preset: Vite.
- Build Command: `npm run build`
- Add the backend URL to your frontend API fetch request (`App.jsx`) instead of localhost.
- Deploy.
Enter data representing a high-stress "hustle culture" worker. Show the current path (High burnout, mixed career). Then click "Improved Habits ✨" to instantly show the transformation and emotional impact of "The Letter from Future You".