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

# Welcome to Weventures

> Your comprehensive onboarding playbook for building software at Weventures

<img src="https://mintcdn.com/weventuresai/UITuWVvu87xnO8BJ/images/welcome.png?fit=max&auto=format&n=UITuWVvu87xnO8BJ&q=85&s=1d8e7a15c752ef3e0f4e37051e26a8a9" alt="Welcome to Weventures" className="rounded-lg mb-6" width="3764" height="1955" data-path="images/welcome.png" />

## Your Onboarding Playbook

This documentation gives you a clear, practical guide to how we build software across our two tracks: **WeScale projects** (small/medium full-stack work) and our **Venture Builder** (full startups: WorkAlly, Expand AI).

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started/overview">
    Quick overview of our divisions, project types, and your first steps
  </Card>

  <Card title="Tech Stack" icon="layer-group" href="/tech-stack/frontend/nextjs">
    Our modern stack catalog - what we use and why
  </Card>

  <Card title="AI Development" icon="robot" href="/ai-development/claude-workflow">
    Master AI-assisted development with Claude Code and Codex
  </Card>

  <Card title="Expand AI Setup" icon="sparkles" href="/getting-started/expand-ai-setup">
    Your first assignment - get started with Expand AI
  </Card>
</CardGroup>

## Quick Navigation

<Tabs>
  <Tab title="For New Developers">
    <Steps>
      <Step title="Read the Overview">
        Understand our two divisions: WeScale and Venture Builder
      </Step>

      <Step title="Set Up Your Environment">
        Install the required tools and configure your development environment
      </Step>

      <Step title="Start with Expand AI">
        Your first assignment - clone the repo and get it running
      </Step>

      <Step title="Master AI Workflows">
        Learn to use Claude Code and Codex for maximum productivity
      </Step>
    </Steps>
  </Tab>

  <Tab title="Daily Workflow">
    <Accordion title="Morning Checklist">
      * Pull latest `main`/`dev`
      * Sync `plan.md` scope for the day
      * Create/continue feature branch
    </Accordion>

    <Accordion title="Development Loop">
      * Claude Code plan → code
      * Run & fix locally
      * Codex review → refactor/tests
    </Accordion>

    <Accordion title="End of Day">
      * Commit/push; open PR
      * Review preview; Sentry check
      * Update docs
    </Accordion>
  </Tab>
</Tabs>

## Core Principles

<CardGroup cols={3}>
  <Card title="AI-First Development" icon="brain">
    Use Claude Code for planning and Codex for review - you supervise
  </Card>

  <Card title="Ship Often" icon="ship">
    Small steps, continuous commits, frequent deploys
  </Card>

  <Card title="Use Proven Libraries" icon="shield-check">
    Prefer battle-tested OSS over custom logic
  </Card>
</CardGroup>

<Info>
  **Remember:** You are the human in the loop. Use AI to go faster, but you ensure quality, security, and maintainability.
</Info>

## Quick Links

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/Weventures-AI">
    Access our repositories
  </Card>

  <Card title="Linear" icon="https://mintcdn.com/weventuresai/UITuWVvu87xnO8BJ/images/linear-logo.svg?fit=max&auto=format&n=UITuWVvu87xnO8BJ&q=85&s=13d1ec454806fc80a5079690a686c83e" href="https://linear.app/workally" width="16" height="16" data-path="images/linear-logo.svg">
    Project tracking and task management
  </Card>

  <Card title="Notion" icon="https://mintcdn.com/weventuresai/UITuWVvu87xnO8BJ/images/Notion-logo.svg?fit=max&auto=format&n=UITuWVvu87xnO8BJ&q=85&s=e25ea4935687e28d124686a730beeba0" href="https://www.notion.so/workally/" width="100" height="100" data-path="images/Notion-logo.svg">
    Team workspace and documentation
  </Card>
</CardGroup>
