⚡ AI Development Assistant

SAOIS

Work on any project with the right AI tool, automatically. No setup. No configuration. Just works.

Download Now See How It Works

How It Works

Three simple steps to supercharge your development workflow

1

Download & Install

Download SAOIS, double-click INSTALL_ME.bat (Windows) or run install.sh (Mac/Linux). That's it!

2

Run Setup

Type saois start and SAOIS automatically finds your projects and detects your AI tools.

3

Start Working

Type saois work myproject and SAOIS opens the best AI tool for your task automatically.

Just 6 Commands

That's all you need to remember

saois start

Quick setup - run this first!

saois work <name>

Start working on a project

saois list

See all your projects

saois add <name> <path>

Add a new project

saois tools

Check your AI tools

saois help

Show help

See It In Action

Watch how SAOIS transforms your workflow

1. One-Time Setup (30 seconds)

$ saois start
⚡ SAOIS - Let's get you started!
✓ Found: ~/Documents/AI_PROJECTS
✓ Found 12 projects, imported 12 new
✓ 3 AI tools ready (Windsurf, Claude, Perplexity)
✓ Setup complete!

2. Start Coding → Opens Windsurf

$ saois work my-website
🚀 Starting Work
Project: my-website
Task: code
✓ Windsurf is ready!
→ Windsurf opens with your project loaded

3. Need Research? → Opens Perplexity

$ saois work api-research
🚀 Starting Work
Project: api-research
Task: research
✓ Perplexity is ready!
→ Perplexity opens for research tasks

4. Planning Architecture? → Opens Claude

$ saois work system-design
🚀 Starting Work
Project: system-design
Task: plan
✓ Claude is ready!
→ Claude opens for planning & architecture

That's it! SAOIS reads your project brain and picks the right tool automatically.

Why SAOIS?

Built for developers who work on multiple projects

🎯

Smart Routing

Automatically picks the right AI tool for your task - coding, research, or planning.

Zero Config

Works out of the box. No complex setup, no configuration files to edit.

🔄

Multi-Project

Switch between projects instantly. SAOIS remembers where you left off.

🔒

Privacy First

Everything runs locally. No data collection, no telemetry, no cloud.

Built-in Prompt Templates

Get started faster with pre-made prompts for common tasks

🐛 Debug Helper

Structured prompt for debugging issues with context about your project and error.

📝 Code Review

Get thorough code reviews with suggestions for improvements and best practices.

🏗️ Architecture

Plan your project structure with prompts designed for system design.

📚 Documentation

Generate clear documentation for your code, APIs, and user guides.

Create your own templates in docs/templates/

Get SAOIS

Free, open-source, and ready to use in 30 seconds.

  1. Download and extract the ZIP file
  2. Windows: Double-click INSTALL_ME.bat
  3. Mac/Linux: Run ./scripts/install.sh
  4. Type saois start and you're ready!
Download SAOIS

Or clone: git clone https://github.com/Annedabest/SAOISCLI.git

Works With Your Tools

SAOIS automatically detects and uses these AI tools

🌊

Windsurf

AI-powered coding

📝

Cursor

AI-first editor

💻

VS Code

General coding

🧠

Claude

Planning & architecture

💬

ChatGPT

General AI help

🔍

Perplexity

Research & learning

Power User Features

Get the most out of SAOIS

🧠

Project Brain

Each project has a "brain" file (docs/project_brain.md) that tells SAOIS what you're working on.

# My Project Brain

**Task Type:** code
**Current Task:** Add user authentication

## How to Run
npm run dev

SAOIS auto-creates this on first use. Just update the task type when switching tasks!

📋

AI Rules

Add .ai_rules.md to your project root to set guardrails for AI assistants.

# AI Rules for This Project

- Use TypeScript, not JavaScript
- Follow existing code style
- Don't modify package.json
- Always add tests for new code

AI tools will read these rules and follow them automatically.

💬

Prompt Templates

Use built-in templates or create your own in docs/templates/.

# Debug Helper Template

## Error
[Paste error here]

## What I Tried
[What you've attempted]

## Context
[Relevant code or info]

Copy templates into your AI tool for structured, effective prompts.

🔧

Tools Setup

SAOIS auto-detects your AI tools. Check what's available:

$ saois tools

AI Tools
┌──────────┬─────────┬──────────────────┐
│ Tool     │ Status  │ Best For         │
├──────────┼─────────┼──────────────────┤
│ Windsurf │ ✓ Ready │ Coding with AI   │
│ Claude   │ ✓ Ready │ Planning         │
│ Cursor   │ Not installed │ AI editing │
└──────────┴─────────┴──────────────────┘

Install more tools for better task routing options.

Easy Uninstall

Changed your mind? No problem.

One Command Uninstall

pip uninstall saois -y

That's it! SAOIS is completely removed.

Your projects and files are never touched - SAOIS only manages its own registry.