Create

Build custom templates in Canvas UI. Example: Save a Node.js + MongoDB setup.

Best Practices

  • Use minimal compute sizes (XS) for templates.
  • Include default .env files for portability.
  • Test templates with public repos for sharing.

Deploy

Deploy templates with 1 click. Example: Select “WordPress” and deploy instantly.

Ready-to-use templates

Bult.ai offers 12 pre-configured templates for instant deployment of apps and databases. Access via Canvas UI’s “+Create” > “Templates” menu. Templates optimize setup for indie devs and startups.
TemplateDescriptionUse CaseCompute SizeVolume
MySQLRelational database with phpMyAdmin supportWeb apps, CMSXS0.5GB
RabbitMQMessage queue for task processingMicroservices, queuesXS0.5GB
GiteaSelf-hosted Git serverCode hostingS1GB
Ghost CMSModern blogging platformBlogs, newslettersS1GB
PostgreSQLProduction-ready relational databaseData-heavy appsXS0.5GB
RedisIn-memory cache and queueCaching, sessionsXS0.5GB
MinIO Object StorageS3-compatible object storageFile storage, backupsS1GB
WordPressPopular CMS for websitesBlogs, small businessesS1GB
N8NWorkflow automation toolApp integrationsS1GB
phpMyAdminWeb-based MySQL managementDatabase adminXS0.5GB
Elasticsearch + KibanaSearch and analytics engine with visualizationLog analysis, searchM2GB
MongoDBNoSQL database for flexible dataAPIs, real-time appsXS0.5GB
Details:
  • Deployment: Select template in Canvas UI, configure compute (XS recommended), and deploy in <30 seconds.
  • Customization: Set environment variables (e.g., DATABASE_URL) in “Environment” tab.
  • Volumes: Auto-provisioned (e.g., 0.5GB for PostgreSQL). Basic plan: 2 volumes/project, 10GB total.
  • Monitoring: View logs (7-day retention) and metrics in Canvas UI.
  • Sharing: Create custom templates and share via marketplace (v3, October 2025).
  • Best Practices:
    • Use XS compute for templates to maximize credits.
    • Enable backups for databases (e.g., PostgreSQL) via Cron Jobs (Pro plan).
    • Test templates with public repos for portability.
Example: Deploy WordPress:
  1. Go to Canvas UI, click “+Create” > “Templates” > “WordPress.”
  2. Set compute to S (0.2 vCPU, 0.5 GB RAM) and 1GB volume.
  3. Deploy to https://wordpress.fin1.bult.app.
  4. Configure via wp-admin with auto-generated credentials.