Skip to content

Releases: TesslateAI/OpenSail

v0.1.0 - Initial Public Release

04 Mar 16:39

Choose a tag to compare

Tesslate Studio v0.1.0

The first public release of Tesslate Studio - an AI-powered web application builder that lets you create, edit, deploy, and manage full-stack apps using natural language.

What's Included

Core Platform

  • AI Agent System - Natural language code generation with streaming responses, tool calls, and progressive step persistence
  • Multi-container Projects - Create projects with frontend, backend, and database containers that work together
  • Monaco Code Editor - Full-featured code editor with syntax highlighting and IntelliSense
  • Live Preview - Real-time preview of your running application
  • File Browser - Browse, view, and edit project files

AI & Models

  • LiteLLM Integration - Route to OpenAI, Anthropic, and other model providers
  • Agent Marketplace - Browse and use pre-built AI agents
  • Multiple Agent Types - Streaming, iterative, and ReAct agent architectures

Project Management

  • Project Templates - Start from Next.js 16, Vite+React+FastAPI, Vite+React+Go, or Expo bases
  • Community Bases - 60+ open-source project templates (Go, Rust, Django, Laravel, Rails, Flutter, .NET, and more)
  • Theme System - 7 built-in themes with full customization support

Deployment

  • Docker Compose for local development
  • Kubernetes support for production deployments
  • External Deployments to Vercel, Netlify, and Cloudflare

Infrastructure

  • Redis-based task queue (ARQ) for distributed agent execution
  • PostgreSQL for persistent storage
  • Distributed locking for concurrent agent safety
  • Redis pub/sub + streams for real-time events

Getting Started

git clone https://github.com/tesslateai/studio.git
cd studio
cp .env.example .env
docker compose up -d

See the Contributing Guide for development setup details.

License

Apache License 2.0