Skip to content

Repository files navigation

AutoPilot Finance AI (Frontend)

Vite + React frontend for the Autonomous Financial Optimizer.

Setup

npm install

Environment

Copy .env.example to .env and set the API base URL if needed:

cp .env.example .env
  • VITE_API_BASE_URL – Backend server root (default: http://localhost:3000). No trailing slash. Used for GET /health and POST /api/ai/autopilot.

Run

npm run dev

Open http://localhost:5173.

Build

npm run build

Output in dist/. Preview with:

npm run preview

Project structure

src/
├── components/     # Shared UI (DashboardLayout, WalletSimulationPanel, GoalsSection, SettingsSection, …)
├── features/       # Feature modules (e.g. autopilot)
├── services/       # API client (api.js)
├── App.jsx
├── main.jsx
└── index.css

Stack

  • React 18
  • Vite 6
  • TailwindCSS 3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages