# Deploy SimStudio AI with Easypanel

URL: /templates/simstudio

SimStudio AI is an advanced AI simulation platform that combines cutting-edge artificial intelligence with intuitive design tools. It provides a comprehensive environment for creating, running, and analyzing AI-powered simulations with support for various AI models and integrations. The platform features authentication, email notifications, and extensible AI provider support including local models via Ollama.

## Installation notes

Please provide the OAuth credentials for Google or GitHub or both.

## Benefits

### AI-Powered Simulations

Create and run sophisticated AI simulations with support for multiple AI providers and models including local options.

### Comprehensive Authentication

Built-in authentication system with support for Google and GitHub OAuth providers for secure user management.

### Vector Database Support

PostgreSQL with pgvector extension for advanced AI and machine learning workloads requiring vector operations.

### Flexible AI Integration

Support for various AI providers including OpenAI-compatible APIs and local models via Ollama for maximum flexibility.

## Features

### Multi-Provider AI Support

Integrate with various AI providers and services, including local models through Ollama for privacy and control.

### OAuth Authentication

Secure user authentication with Google and GitHub OAuth integration for easy user onboarding.

### Email Notifications

Built-in email notification system using Resend API for user communication and alerts.

### Database Migrations

Automated database schema management with dedicated migration service for smooth updates and deployments.

## Configuration

- `appServiceName` (App Service Name, required): simstudio

- `appServiceImage` (App Service Image, required): ghcr.io/simstudioai/simstudio:v0.6.66 — SimStudio AI main application Docker image

- `migrationsServiceImage` (Migrations Service Image, required): ghcr.io/simstudioai/migrations:v0.6.66 — SimStudio AI database migrations Docker image

- `freestyleApiKey` (Freestyle API Key): Set during installation — Optional API key for Freestyle AI services

- `googleClientId` (Google OAuth Client ID): Set during installation — Optional Google OAuth client ID for authentication

- `googleClientSecret` (Google OAuth Client Secret): Set during installation — Optional Google OAuth client secret for authentication

- `githubClientId` (GitHub OAuth Client ID): Set during installation — Optional GitHub OAuth client ID for authentication

- `githubClientSecret` (GitHub OAuth Client Secret): Set during installation — Optional GitHub OAuth client secret for authentication

- `resendApiKey` (Resend API Key): Set during installation — Optional Resend API key for email notifications

- `ollamaUrl` (Ollama URL): http://localhost:11434 — URL for Ollama server for local AI models

## Services

- simstudio-db: postgres

- simstudio-migrations: app (ghcr.io/simstudioai/migrations:v0.6.66)

- simstudio: app (ghcr.io/simstudioai/simstudio:v0.6.66)

## Resources

- [Website](https://simstudio.ai)

- [GitHub](https://github.com/simstudioai/sim)

- [Documentation](https://docs.simstudio.ai/introduction)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/simstudio)