Installation Complete & Ready

Getting Started with WebSpider AI IDE

Welcome to the future of coding. Follow this quick guide to configure your environment and start building with AI assistance.

Quick Setup Guide

4 Steps to Supercharge Your Workflow

01
Open a Project

Launch WebSpider AI IDE and open any existing repository or folder. Use File > Open Folder or press Ctrl + K, Ctrl + O.

02
Activate AI Assistant

Press Ctrl + L to open the AI Chat Panel. Ask the assistant to explain code, refactor functions, or generate boilerplate instantly.

03
Local AI Inference

Open your integrated terminal (Ctrl + `) and run Ollama commands directly: 'ollama run llama3' for 100% offline, private AI completion.

04
Install Extensions

Access thousands of language packs, linters, and themes from the built-in marketplace (Ctrl + Shift + X).

Essential Keyboard Shortcuts

Master these key combinations to code at lightspeed.

Open Command PaletteCtrl + Shift + P
Open AI Chat PanelCtrl + L
Inline AI Code GenerationCtrl + I
Toggle Integrated TerminalCtrl + `
Quick File SearchCtrl + P
Global Search Across FilesCtrl + Shift + F
Integrated Ollama CLI

Run local AI models right from PowerShell or your built-in terminal.

# List installed AI models
$ ollama list

# Download & run Llama 3 locally
$ ollama run llama3

# Pull latest Mistral model
$ ollama pull mistral
Ollama updates automatically via background service.

Need Help or Want to Contribute?

Visit our community hub, report bugs, or explore developer documentation to get the most out of WebSpider AI IDE.