Futuristic CEO at your reach.
UFO is a TypeScript + React financial operations dashboard that gives business owners CEO-level oversight of their finances — revenue, expenses, cash flow, and forecasts — in a single sleek interface.
- Financial Dashboard — Real-time revenue, expense, and cash flow overview
-
- Forecasting — AI-assisted financial projections
-
- Operations Center — Track KPIs, budgets, and departmental spending
-
- Reports — Export-ready financial statements
-
-
MIT Licensed — Free to use and extend
-
| Layer | Technology |
-
|-------|-----------|
-
| Frontend | React 18, TypeScript, Vite |
-
| Styling | Tailwind CSS |
-
| Charts | Recharts / D3 |
-
| CI | GitHub Actions |
-
# Install dependencies npm install # Start development server npm run dev # Build for production npm run build
Open http://localhost:3000 in your browser.
UFO/ ├── src/ │ ├── components/ # UI components │ ├── data/ # Mock / API data │ ├── types/ # TypeScript types │ └── utils/ # Helper functions ├── dist/ # Production build output └── .github/ └── workflows/ # CI pipelineMIT — see LICENSE for details.
-