docs/content/Deploying/Hosting-the-app.mdx
import { DeploymentCards } from '../../components/DeploymentCards';
<DeploymentCards items={[ { title: 'Amazon Lightsail', link: 'https://docs.docsgpt.cloud/Deploying/Amazon-Lightsail', description: 'Self-hosting DocsGPT on Amazon Lightsail' }, { title: 'Railway', link: 'https://docs.docsgpt.cloud/Deploying/Railway', description: 'Hosting DocsGPT on Railway' }, { title: 'Civo Compute Cloud', link: 'https://dev.to/rutamhere/deploying-docsgpt-on-civo-compute-c', description: 'Step-by-step guide for Civo deployment' }, { title: 'DigitalOcean Droplet', link: 'https://dev.to/rutamhere/deploying-docsgpt-on-digitalocean-droplet-50ea', description: 'Guide for DigitalOcean deployment' }, { title: 'Kamatera Cloud', link: 'https://dev.to/rutamhere/deploying-docsgpt-on-kamatera-performance-cloud-1bj', description: 'Kamatera deployment tutorial' } ]} />