DEIVERSE
Documentation

Everything you need to get started with DEIVERSE and automate your development workflow

Quick Start

Get up and running with DEIVERSE in under 5 minutes. This guide will walk you through creating your first automated project.

Prerequisites

  • • Node.js 16+ or Python 3.8+
  • • Git repository (GitHub, GitLab, or Bitbucket)
  • • Cloud provider account (AWS, Azure, or GCP)

Step 1: Install DEIVERSE CLI

npm install -g @deiverse/cli # or pip install deiverse-cli

Step 2: Authenticate

deiverse login

This will open your browser to authenticate with your DEIVERSE account.

Step 3: Initialize Project

deiverse init my-project cd my-project

Step 4: Deploy

deiverse deploy

Your application will be automatically deployed to your cloud provider!

Code Scaffold Generator

Generate production-ready code templates with built-in testing, security, and best practices.

Supported Frameworks

React
TypeScript + Vite
Node.js
Express + TypeScript
Python
FastAPI + Pydantic
Go
Gin + GORM
Java
Spring Boot

Generate a React Application

deiverse scaffold react-app --name my-app --typescript --testing

This creates a React application with TypeScript, Jest testing, and ESLint configuration.

Generate a Node.js API

deiverse scaffold node-api --name my-api --database postgres --auth jwt

Creates a Node.js API with PostgreSQL database, JWT authentication, and Swagger documentation.

CI/CD Engine

Automatically generate and optimize CI/CD pipelines for your preferred platform.

GitHub Actions

deiverse cicd generate --platform github-actions --language nodejs

Generates a GitHub Actions workflow with build, test, and deploy steps.

GitLab CI

deiverse cicd generate --platform gitlab --language python --docker

Creates a GitLab CI configuration with Docker support and multi-stage builds.

Infrastructure as Code

Provision cloud infrastructure using Terraform with security best practices.

AWS Infrastructure

deiverse infra generate --provider aws --region us-east-1 --database postgres

Creates AWS infrastructure with RDS PostgreSQL, ECS, and Application Load Balancer.

Azure Infrastructure

deiverse infra generate --provider azure --region eastus --database mysql

Provisions Azure resources with MySQL Database, App Service, and Traffic Manager.

Ready to get started?

Join thousands of developers who are already automating their workflows with DEIVERSE.