Deploy frontend applications without relying on centralized platforms.
A self-hosted deployment platform inspired by Vercel, built with distributed workers, Redis-powered queues, GitHub integrations, and automated deployment pipelines.

BitLift is a self-hosted deployment and hosting platform engineered as an open-source alternative to platforms like Vercel.
The system automates repository-based deployments using Redis-powered queues, distributed worker services, and GitHub-integrated deployment pipelines, enabling developers to deploy static frontend applications directly from their terminal or connected repositories.
The architecture separates deployment orchestration, background processing, storage management, and frontend visualization into independent services, creating a modular infrastructure layer capable of handling asynchronous deployment workflows reliably and efficiently.
Core platform capabilities include:
GitHub repository deployment workflows
custom CLI deployment tooling
Redis-based job queue orchestration
distributed background workers
deployment status tracking
static frontend hosting
cloud object storage integration
deployment monitoring dashboard
The platform was designed with a strong focus on developer experience, infrastructure transparency, and self-hosted deployment flexibility.

BitLift was built using Node.js, TypeScript, Express, Redis, BullMQ, React, and Vite, following a service-oriented architecture inspired by modern cloud deployment systems.
The platform includes multiple independent components:
a custom deployment CLI
deployment ingestion services
Redis-powered background workers
frontend deployment dashboards
object storage pipelines using Backblaze B2
Deployment workflows are processed asynchronously through BullMQ queues, enabling scalable job execution and reliable deployment orchestration while maintaining separation between ingestion, processing, and hosting layers.
The frontend dashboard provides deployment visibility, project monitoring, and deployment-state tracking, while the backend services manage archive handling, upload pipelines, queue processing, and deployment execution.
Additional infrastructure-focused features include:
Docker-based Redis provisioning
automated setup scripting
local-first development workflows
queue-safe deployment processing
static asset hosting
TypeScript-first architecture
BitLift explores modern deployment infrastructure from first principles — combining DevOps systems engineering, distributed background processing, and developer tooling into a fully self-hosted deployment platform experience.


