AI-powered technical analysis for retail traders.
It is an AI-powered web application that aims to bridge the gap between individual investors (retail traders) and complex technical analysis processes.
- Framework: Next.js (App Router)
- Database: MongoDB Atlas
- Authentication: Clerk
- Payments: Stripe
- AI Engine: Google Gemini API
- Styling: Tailwind CSS
- Containerization: The application is fully Dockerized.
- Docker Image:
mrgurpinar/charthelpai:latest - Reverse Proxy: Secure SSL management with Nginx Proxy Manager (NPM) integration.
- Security & DNS: Optimized and secure external access with Cloudflare integration.
- AI Analysis Routes: APIs have been created to enable AI analysis of graphical images.
- Security Mechanism: Rate-limiting and database logging logic have been developed for system security and continuity.
- Standard Data Structure: Technical analysis results (support/resistance points, trend analysis, etc.) are presented in a professional and standardized JSON format.
First, install the dependencies:
pnpm installThen start the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
Created by Gorvu LLC