Skip to content

TFGrid Studio Documentation

Complete development platform for ThreeFold Grid

Build, deploy, and scale decentralized applications with tfgrid-compose CLI and integrated tools.

🌐 New here? Check out our main website for an overview of TFGrid Studio, pricing, and features.


🎯 What is TFGrid Studio?

TFGrid Studio is a complete development platform for ThreeFold Grid. The flagship tool, tfgrid-compose, brings docker-compose-style simplicity to decentralized deployments.

# Deploy any application with one command
tfgrid-compose up my-app

No vendor lock-in. Industry standards. Decentralized infrastructure.


πŸš€ Quick Start

1. Install tfgrid-compose

# One-line installer
curl -sSL install.tfgrid.studio/install.sh | sh

# Verify installation
tfgrid-compose --version

2. Set Up ThreeFold

Need a ThreeFold wallet with TFT? See the complete setup guide.

Already have a wallet? Configure it:

tfgrid-compose login
# Enter your seed phrase when prompted

3. Deploy an App

# Deploy official app from registry
tfgrid-compose up tfgrid-ai-stack

# Or deploy by name
tfgrid-compose up tfgrid-ai-agent

# Or use local path
tfgrid-compose up ./my-app

That's it! Your application is now running on ThreeFold Grid. πŸŽ‰


πŸ“š Where to go next

1. New to TFGrid Studio?

2. Prefer a visual dashboard?

  • TFGrid Dashboard – GUI alternative to the CLI for apps, deployments, and commands.
  • TFGrid AI Stack – full AI workspace (dashboard, agent, and Gitea).

3. Need more depth?

  • Guides – product and workflow guides for TFGrid Compose and apps.
  • Deployment patterns – single‑VM, gateway, and k3s patterns.
  • CLI reference – detailed commands and flags.

4. Building on top of TFGrid Studio?


🎯 Official Apps

Deploy production-ready applications with one command:

App Description Command
tfgrid-ai-stack AI + Git + Gateway (flagship) tfgrid-compose up tfgrid-ai-stack
tfgrid-ai-agent AI coding assistant tfgrid-compose up tfgrid-ai-agent
tfgrid-gitea Self-hosted Git service tfgrid-compose up tfgrid-gitea
tfgrid-wordpress WordPress + Caddy + MariaDB tfgrid-compose up tfgrid-wordpress
tfgrid-nextcloud File sync & collaboration tfgrid-compose up tfgrid-nextcloud
tfgrid-erpnext Business ERP system tfgrid-compose up tfgrid-erpnext

Browse all apps: registry.tfgrid.studio


πŸ› οΈ Custom Apps & Advanced Usage

Build and deploy your own applications:

# Deploy custom app from local directory
tfgrid-compose up ./my-app

# Deploy with gateway pattern (SSL + custom domain)
tfgrid-compose up my-webapp --pattern=gateway --domain=myapp.com

# Deploy on Kubernetes cluster
tfgrid-compose up my-saas --pattern=k3s

Learn more: - Custom Apps Guide - Create your own deployable apps - Tarball Releases - Versioned releases with rollback - Deployment Patterns - single-vm, gateway, k3s


πŸ’‘ Why TFGrid Compose?

βœ… No Vendor Lock-in

Uses industry standards: Terraform, Ansible, Kubernetes. Your apps aren't locked to ThreeFold Grid.

βœ… Simple & Powerful

Heroku-like UX with production-ready patterns. One command to deploy, full control when needed.

βœ… Decentralized Infrastructure

Runs on ThreeFold Grid: decentralized compute, no single point of failure, cost-effective.

βœ… Open Source

Apache 2.0 license. Free to use, modify, and distribute. Community-driven development.

βœ… Battle-Tested

Built from ThreeFold open-source proven, working code implementations: - Gateway pattern: Based on mik-tf/tfgrid-gateway - K3s pattern: Based on ucli-tools/tfgrid-k3s - AI agent: Based on mik-tf/tfgrid-ai-agent



🀝 Community & Support


πŸ“œ License

FOSS Repositories: Apache 2.0 License
Commercial Repositories: Business Source License / Proprietary

See individual repositories for details.


Made with πŸ”₯ for the decentralized web

Get Started β€’ View on GitHub

TFGrid Studio Ecosystem

Integrated tools and resources