> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ellipsi.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Stocks Signalist

> A modern platform for tracking stock signals, managing watchlists, and receiving real-time alerts.

## Overview

Stocks Signalist is a comprehensive stock market tracking platform built with Next.js 15. It provides real-time market data, personalized watchlists, and intelligent alerts to help make informed investment decisions.

## Features

<Columns cols={2}>
  <Card title="Market Analysis" icon="chart-line">
    Real-time stock data via Finnhub, interactive TradingView charts, company profiles, and AI-powered news summaries.
  </Card>

  <Card title="Watchlist Management" icon="list-check">
    Create custom watchlists, add/remove stocks with a click, and monitor your selections in one place.
  </Card>

  <Card title="Alert System" icon="bell">
    Set custom price alerts, receive email notifications, and manage alerts with an intuitive interface.
  </Card>

  <Card title="Authentication" icon="lock">
    Secure sign-up with email verification, magic link sign-in, password reset, and session management.
  </Card>
</Columns>

## Tech Stack

**Frontend:** Next.js 15, React 19, TypeScript 5.9, Tailwind CSS 4, shadcn/ui, TradingView Widgets

**Backend:** MongoDB (Atlas), Mongoose, Better Auth

**APIs:** Finnhub (stock data), Google Gemini (AI analysis), Inngest (event workflows), Nodemailer (email)

## Get Started

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Set up the project locally in under 5 minutes.
</Card>
