Phase 4|Developer Mode
Skip to main content
AGI-Hive

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.git
2cd agi-cad
3pnpm install

Environment Setup

Create a .env.local file with your configuration:

bash
1NEXT_PUBLIC_FIREBASE_API_KEY=your_api_key
2NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_domain
3NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id
4ANTHROPIC_API_KEY=your_anthropic_key

Run Development Server

Start the development server:

bash
1pnpm dev

Authentication

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.

Next Steps