root 61fae23ea2 Improve login verification and layout access handling
- Add login restriction detection for private layout URLs
- Implement re-authentication when layout access is denied
- Add proper login state management with flag updates
- Verify user login status before accessing layout URLs
- Add fallback to base chart when layout is not accessible
- Enhance error handling for login-protected layouts
- Ensure session persistence across layout navigation

This fixes the issue where layout URLs were failing due to insufficient login verification.
2025-07-09 15:03:38 +02:00
2025-07-09 10:24:30 +02:00

Trading Bot v3

This project is a Next.js 15 App Router dashboard for automated trading, AI-powered analysis, and developer tools. It uses TypeScript, Tailwind CSS, Prisma, and provides API endpoints for trading, analysis, and automation.

Features

  • Modern Next.js 15 App Router architecture
  • TypeScript, Tailwind CSS, ESLint, Turbopack
  • API routes for trading, analysis, screenshots, and automation
  • Ready for integration with Prisma, OpenAI, TradingView, and Solana/Drift

Getting Started

  1. Install dependencies:
    npm install
    
  2. Run the development server:
    npm run dev
    
  3. Open http://localhost:3000 in your browser.

Customization

  • Add your business logic, UI components, and database schema as needed.
  • See .github/copilot-instructions.md for Copilot guidance.

This project is ready for migration of your trading bot logic and UI from v2.

Description
No description provided
Readme 79 MiB
Languages
TypeScript 70.1%
JavaScript 27.6%
Shell 1.6%
Dockerfile 0.4%
CSS 0.3%