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

# Overview

> Understanding Weventures' divisions and project types

## Our Divisions & Project Types

At Weventures, we operate across two main tracks, each with its own approach and technology decisions.

<CardGroup cols={2}>
  <Card title="WeScale Projects" icon="building">
    Small to medium full-stack builds for SMB/SME clients
  </Card>

  <Card title="Venture Builder" icon="rocket">
    Full startup development: WorkAlly and Expand AI
  </Card>
</CardGroup>

## WeScale Projects

<Info>
  **Examples:** Marketing/landing pages, event microsites, prize-draw flows, 3D viewer websites, light dashboards.
</Info>

### Decision Framework

<Steps>
  <Step title="Pure UI/Aesthetic Sites">
    Use **Framer** or similar builders for marketing sites without custom logic
  </Step>

  <Step title="Custom Logic Required">
    Build with **Next.js** when you need auth, workflows, or database integration
  </Step>

  <Step title="Heavily Customized Platforms">
    Full **Next.js** implementation with classic SDLC (design → build → test → deploy → observe → iterate)
  </Step>
</Steps>

## Venture Builder

Our full startup projects that require comprehensive development and scaling strategies.

<Tabs>
  <Tab title="WorkAlly">
    ### Agentic BI Platform

    **Tech Stack:**

    * Next.js application
    * AI engines with custom models
    * Model training infrastructure
    * Full observability stack

    <Note>
      WorkAlly serves as the foundation for other ventures, providing core AI capabilities.
    </Note>
  </Tab>

  <Tab title="Expand AI">
    ### Built on WorkAlly Engine

    **Your First Assignment**

    * Built atop WorkAlly engine
    * Custom models and backend
    * Full Next.js + LangChain + Supabase stack

    <Warning>
      This is your primary project - see the [setup guide](/getting-started/expand-ai-setup) to get started.
    </Warning>
  </Tab>
</Tabs>

## Project Selection Criteria

<Accordion title="When to use Framer">
  * Marketing/landing pages
  * Strong aesthetic requirements
  * Fast delivery needed
  * No custom backend logic
</Accordion>

<Accordion title="When to use Next.js">
  * Authentication required
  * Database integration
  * Complex workflows
  * API development
  * Real-time features
</Accordion>

<Accordion title="When to go full SDLC">
  * Enterprise requirements
  * Multiple integrations
  * Scaling considerations
  * Complex business logic
  * Long-term maintenance
</Accordion>
