Introduction
Welcome to AGI-CAD Portfolio. A comprehensive cryptocurrency portfolio management platform with real-time tracking, alerts, and AI-powered insights.
Key Features
• Real-time portfolio tracking • Price alerts and notifications • Exchange integrations • AI-powered analytics • Mobile-first design
Prerequisites
• Node.js 18+ installed • A Firebase account • API keys for exchanges (optional)
Quick Start
Get started with AGI-CAD Portfolio in minutes.
Installation
Clone the repository and install dependencies:
bash
1git clone https://github.com/your-org/agi-cad.git2cd agi-cad3pnpm installEnvironment Setup
Create a .env.local file with your configuration:
bash
1NEXT_PUBLIC_FIREBASE_API_KEY=your_api_key2NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_domain3NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id4ANTHROPIC_API_KEY=your_anthropic_keyRun Development Server
Start the development server:
bash
1pnpm devAuthentication
AGI-CAD uses Firebase Authentication for secure user management.
Sign Up
Users can create accounts using email/password or social providers.
Protected Routes
Most features require authentication. The app automatically redirects unauthenticated users to the sign-in page.