Omnidev

    • Docs
    • Dashboard
    • About

Getting Started

  • Quick Start
  • Environment Setup
  • Docker Setup

Security

  • Sandbox Architecture
  • Sandbox Quick Reference
  • Credentials Management
  • Password Reset

API

  • API Operations
  • API Authentication

Features

  • Merge Request Automation

Integrations

  • n8n Workflows
  • n8n Templates
  • n8n Async Patterns
  • Prompt Templates
© 2025 Omnidev. All rights reserved.

Quick Start

Get up and running with Workflow in minutes

Quick Start Guide

Get up and running with CodeSpider in minutes.

Prerequisites

  • Node.js 18+
  • pnpm package manager
  • Docker (for production deployment)

Installation

1. Install Dependencies

pnpm install

2. Configure Environment

cp env.example .env

Edit .env with your credentials. See Environment Setup for detailed configuration options.

3. Start Development Server

pnpm dev

The application will be available at http://localhost:3000.

4. Build for Production

pnpm build

5. Run Tests

pnpm test

Docker Deployment

For production deployment with Docker:

docker compose up --build

See Docker Setup for detailed Docker configuration.

Git Provider Support

The application supports both GitLab and GitHub repositories:

  • GitLab: Creates Merge Requests after Claude Code edits
  • GitHub: Creates Pull Requests after Claude Code edits

The provider is auto-detected from the repository URL. See Credentials Management for token setup.

Next Steps

  • Environment Setup - Configure environment variables
  • Docker Setup - Deploy with Docker
  • API Operations - Use the API
  • Credentials Management - Manage tokens and keys
  • MR/PR Automation - Automated merge/pull request creation
NextEnvironment Setup

On this page

  • Quick Start Guide
  • Prerequisites
  • Installation
  • Docker Deployment
  • Git Provider Support
  • Next Steps