
Your AI-Powered Investment Companion
Features • Tech Stack • Design • Getting Started • Contributing • Team
- 🤖 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
Technology | Link | Description |
---|---|---|
TypeScript | Strongly typed programming language for enhanced development | |
Vite.js | Blazing fast frontend build tool for modern web applications | |
React | Library for building user interfaces | |
Tailwind | Utility-first CSS framework for modern designs | |
Vercel | Platform for deploying and hosting web applications | |
![]() |
Shadcn | Beautiful, accessible UI components |
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:
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.
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/yashksaini-coder/investo-glow.git
- Install dependencies
cd investo-glow
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Open http://localhost:5173 in your browser
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.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Thanks to all contributors who have helped shape Investo Glow
- Special thanks to the open-source community for the amazing tools and libraries
Made with ❤️ and ☕ by the Investo Glow Team