This documentation is actively being updated. Check back regularly for the latest information.
DocsSelf-hostingOverview

Self-Hosting

Self-hosting Bulkit.dev gives you full control over your social media management tool. This section will guide you through the process of setting up your own instance of Bulkit.dev.

Key Components

Bulkit.dev consists of several key components:

  1. Frontend application - NextJS
  2. Backend API server - Bun, ElysiaJS
  3. Worker - Bun, BullMQ
  4. Database - PostgreSQL
  5. Cache/Queues - Redis

Hosting Options

You have unlimited options for hosting Bulkit.dev. Here are just some popular examples, that any indie hacker can get up and running in no time:

  • Development deployment (ideal for running locally)
  • Docker Image Deployment
  • Docker Compose Deployment
  • Coolify