deepstudio / README.md
00Boobs00's picture
Upload README.md with huggingface_hub
0ab840a verified
|
Raw
History Blame Contribute Delete
2.77 kB
metadata
title: DeepStudio
emoji: 🎨
colorFrom: indigo
colorTo: yellow
sdk: docker
app_port: 7860
pinned: false
tags:
  - anycoder
sdk_version: 6.0.2

⚠️ DeepStudio → OSW Studio Migration

DeepStudio is now OSW Studio!

This space will remain active for 3-6 months to allow data export. The new OSW Studio has:

  • ✅ Identical interface (same UI you know)
  • ✅ Same features and functionality
  • ✅ Just a new logo and name

How to migrate:

  1. Export your data from Settings → Export All Data
  2. Open OSW Studio
  3. Import your data (same process, same UI)
  4. ⭐ Like the space to help others find it

DeepStudio 🎨

Agentic Browser-based Website Builder

DeepStudio is a Bring Your Own Key (BYOK) agentic browser-based website builder where you describe what you want and an AI agent autonomously writes the code. Everything runs in a Virtual File System (VFS) with IndexedDB storage.

This is a solo project - feedback and contributions welcome at the GitHub repository below.

🚀 Quick Start

  1. Select Provider: Choose from 8 LLM providers in settings
  2. Enter API Key: Add your provider's API key
  3. Create Project: Start with demo or create new
  4. Describe Your App: Use natural language prompts
  5. Export & Deploy: Download ZIP and deploy anywhere

💡 Test models: Visit /test-generation to test model compatibility before starting projects.

🔗 Links

⚡ Features

  • Agentic coding: Agent autonomously handles file operations and project structure
  • Multi-provider AI: OpenRouter (200+ models), OpenAI, Anthropic, Google Gemini, Groq, SambaNova, Ollama, LM Studio
  • Full development environment: Monaco editor, live preview, file explorer
  • Session recovery: Conversation and project state persists across refreshes
  • Browser-based storage: Everything stays local - no backend required
  • Export anywhere: Download as ZIP and deploy to any static host

Note: DeepStudio builds static web applications (HTML/CSS/JS only). Not for backend code like Python or Node.js.

🔒 Privacy Note

Remote LLM providers (OpenAI, Anthropic, etc.) will receive your code when generating. For complete privacy, use local models with Ollama or LM Studio.


💻 For developers: Visit the GitHub repository for source code, contribution guidelines, and detailed documentation.