> ## 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.

# Divisions Deep Dive

> Detailed look at WeScale and Venture Builder divisions

## Division Comparison

<Table>
  <thead>
    <tr>
      <th>Aspect</th>
      <th>WeScale</th>
      <th>Venture Builder</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Project Size</td>
      <td>Small to Medium</td>
      <td>Full Startups</td>
    </tr>

    <tr>
      <td>Timeline</td>
      <td>2-12 weeks</td>
      <td>Ongoing</td>
    </tr>

    <tr>
      <td>Team Size</td>
      <td>1-3 developers</td>
      <td>3-8+ developers</td>
    </tr>

    <tr>
      <td>Complexity</td>
      <td>Moderate</td>
      <td>High</td>
    </tr>

    <tr>
      <td>Stack Decision</td>
      <td>Per project</td>
      <td>Standardized</td>
    </tr>
  </tbody>
</Table>

## WeScale Projects

### Typical Projects

<CardGroup cols={2}>
  <Card title="Marketing Sites" icon="palette">
    Landing pages, product showcases, company websites
  </Card>

  <Card title="Event Platforms" icon="calendar">
    Conference sites, registration flows, virtual events
  </Card>

  <Card title="Interactive Experiences" icon="cube">
    3D viewers, configurators, visualizations
  </Card>

  <Card title="Light Applications" icon="gauge">
    Dashboards, admin panels, reporting tools
  </Card>
</CardGroup>

### Development Approach

<Steps>
  <Step title="Discovery">
    Client briefing, requirements gathering, technical proposal
  </Step>

  <Step title="Rapid Prototyping">
    Quick iterations with Framer or Next.js
  </Step>

  <Step title="Client Review">
    Regular check-ins and feedback loops
  </Step>

  <Step title="Deployment">
    Fast deployment on Vercel or Railway
  </Step>
</Steps>

## Venture Builder

### Current Ventures

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

    ### Core Components

    * **AI Engines**: Multiple model orchestration
    * **Data Pipeline**: Real-time processing
    * **Analytics**: Advanced BI capabilities
    * **API Layer**: RESTful and GraphQL endpoints

    ### Technology Choices

    ```javascript theme={null}
    const workAllyStack = {
      frontend: "Next.js 14 with App Router",
      backend: "Supabase + Edge Functions",
      ai: "LangChain + Custom Models",
      deployment: "GCP with Kubernetes"
    }
    ```
  </Tab>

  <Tab title="Expand AI">
    ## AI-Powered Expansion Platform

    ### Built on WorkAlly

    Leverages WorkAlly's core engine with additional:

    * Custom model training
    * Specialized workflows
    * Industry-specific features
    * White-label capabilities

    ### Your Role

    <Note>
      As a new developer, you'll primarily work on Expand AI, implementing features and integrations.
    </Note>
  </Tab>
</Tabs>

### Development Philosophy

<CardGroup>
  <Card title="AI-First" icon="microchip">
    Every feature considers AI augmentation
  </Card>

  <Card title="Scalable Architecture" icon="chart-line">
    Built to handle growth from day one
  </Card>

  <Card title="Continuous Deployment" icon="infinity">
    Ship multiple times per day
  </Card>
</CardGroup>

## Resource Allocation

<Accordion title="WeScale Typical Team">
  * 1 Lead Developer
  * 1 Frontend Developer (as needed)
  * Design support from partner agency
  * Part-time DevOps support
</Accordion>

<Accordion title="Venture Builder Team">
  * 2-3 Full-stack Developers
  * 1 AI/ML Engineer
  * 1 DevOps Engineer
  * 2 Frontend Specialists
  * Product Manager
  * Designer
</Accordion>

## Success Metrics

### WeScale

* Client satisfaction
* On-time delivery
* Budget adherence
* Post-launch stability

### Venture Builder

* User growth
* Feature velocity
* System reliability
* Model performance
* Revenue metrics
