Dokumentation

Cloud & Self-Hosting

Options for running Fabric AI -- cloud hosted or self-hosted on your own infrastructure.

Fabric AI is available as a managed cloud service or as a self-hosted application.

Cloud Hosted

The recommended way to use Fabric AI. Visit fabric.pro to get started.

  • No infrastructure to manage
  • Automatic updates and new features
  • Enterprise-grade security and uptime
  • Managed scaling and monitoring

Self-Hosted

Fabric AI is open source and can be deployed to your own infrastructure for full control over data and configuration.

Self-hosting requires:

  • A cloud or on-premise environment capable of running containerized services
  • A relational database
  • Object storage for file uploads
  • An AI provider API key

Detailed setup instructions, infrastructure requirements, and configuration guidance are available in the project repository.

Security

Self-hosted deployments follow the same security practices as the cloud version:

  • All sensitive credentials are encrypted at rest
  • Internal services are not exposed to the public internet
  • Audit logging provides complete activity trails

Next Steps