https://github.com/yashksaini-coder/investo-glow
An application that provides investment insights by summarizing recent market trends, explaining financial terms. User queries are answered based on real-time data using AI agent service in the background as API
https://github.com/yashksaini-coder/investo-glow
ai analysis crypto hackathon-project lovable nextjs stock-market trends
Last synced: 2 months ago
JSON representation
An application that provides investment insights by summarizing recent market trends, explaining financial terms. User queries are answered based on real-time data using AI agent service in the background as API
- Host: GitHub
- URL: https://github.com/yashksaini-coder/investo-glow
- Owner: yashksaini-coder
- Created: 2025-02-14T05:41:59.000Z (4 months ago)
- Default Branch: v2
- Last Pushed: 2025-04-06T07:26:32.000Z (3 months ago)
- Last Synced: 2025-04-06T08:25:05.879Z (3 months ago)
- Topics: ai, analysis, crypto, hackathon-project, lovable, nextjs, stock-market, trends
- Language: TypeScript
- Homepage: https://investo-glow.vercel.app/
- Size: 789 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Investo Glow
![]()
Your AI-Powered Investment Companion
Features •
Tech Stack •
Design •
Getting Started •
Contributing •
Team
## Features
- 🤖 **AI-Powered Insights**: Get real-time investment insights and market analysis powered by advanced AI
- 📊 **Market Trends**: Stay updated with comprehensive market trend summaries and analysis
- 📈 **Stock Market Tracking**: Real-time stock market data and personalized insights
- 🔍 **Smart Query System**: Get instant answers to your investment-related questions## Tech Stack
| Technology | Link | Description |
|------------|------|-------------|
| | **[TypeScript](https://www.typescriptlang.org/)** | Strongly typed programming language for enhanced development |
|  | **[Vite.js](https://vitejs.dev/)** | Blazing fast frontend build tool for modern web applications |
|  | **[React](https://react.dev/)** | Library for building user interfaces |
|  | **[Tailwind](https://tailwindcss.com/)** | Utility-first CSS framework for modern designs |
|  | **[Vercel](https://vercel.com/home)** | Platform for deploying and hosting web applications |
|  | **[Shadcn](https://ui.shadcn.com/)** | Beautiful, accessible UI components |
| | **[Supabase](https://supabase.com/)** | Open-source Firebase alternative for database and authentication |## Design
The design of our SaaS application uses the `auth.users.id` to store the user's data. The flowchart below shows the relationship between the user, the portfolio, the watchlist, and the AI queries.
![]()
The proper sequence of the application can be presented as:
![]()
### Database
The database is a PostgreSQL database that is hosted on Supabase. The flowchart below shows the relationship between the user, the portfolio, the watchlist, and the AI queries.
![]()
## Getting Started
### Prerequisites
- Node.js (v16 or higher)
- npm or yarn### Installation
1. Clone the repository
```bash
git clone https://github.com/yashksaini-coder/investo-glow.git
```2. Install dependencies
```bash
cd investo-glow
npm install
# or
yarn install
```3. Start the development server
```bash
npm run dev
# or
yarn dev
```4. Open [http://localhost:5173](http://localhost:5173) in your browser
## Contributing
We welcome contributions! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Acknowledgments
- Thanks to all contributors who have helped shape Investo Glow
- Special thanks to the open-source community for the amazing tools and libraries---
## Team
![]()
Tannu Chaudhary
![]()
Yash K. Saini
![]()
Kushagra Singhal
Made with ❤️ and ☕ by the Investo Glow Team