Stackshift
16 posts

Stackshift
@StackshiftCloud
Hosting with transparent pricing and zero bill shock. Frontend + Backend + DB on one platform.

Currently building an Ai powered creative Canvas on Antigravity



Today I'm launching StackShift. StackShift is an infrastructure ownership platform for deploying, operating, and managing modern software from one control plane. It supports Node.js, Python, Go, Rust, PHP, Laravel, Ruby, static sites, Docker-based apps, Svelte/SvelteKit, worker services, multi-container stacks, and web3-style build workflows like Hardhat, Truffle, Foundry, and Anchor. But StackShift is not just about deployment. It brings together hosted infrastructure, bring-your-own server, bring-your-own cloud, bring-your-own SMTP or outbound email provider, database provisioning, domain purchases, DNS management, email hosting, WordPress and other deployable templates, logs, metrics, backups, billing, teams, and AI-assisted failure diagnosis. The thesis is simple: Modern teams should not have to choose between convenience and ownership. StackShift gives teams one place to run their software infrastructure, whether it lives on StackShift, their own server, their own cloud account, or their own providers. I wrote more about the product direction, the ownership model, and what I’m building here: x.com/_fusionTech/st… You can also checkout StackShift here: stackshift.cloud



UPDATE: My Go PaaS journey continues... Since my last update, I've been burning through those AWS credits and the platform has evolved significantly. Here's what's new: Enhanced Authentication: GitHub OAuth integration Account linking (email users can connect GitHub) JWT refresh tokens Advanced Project Management: Preview deployments for PRs Build & deployment history Real-time logs streaming Rollback to any previous deployment Project metrics & monitoring Developer Experience: Environment variables management Custom domain support with auto-SSL Build cancellation & timeouts Log downloads & streaming Infrastructure Additions: Managed PostgreSQL databases Prometheus metrics collection Rate limiting & security middleware Threshold-based alerting system Notifications: Real-time notifications via SSE Email alerts (AWS SES) User notification preferences Monitoring & Limits: Deployment frequency limits Build timeout enforcement Application health checks Resource usage tracking The deployment flow remains the same, but now with preview environments, better monitoring, and a much more robust developer experience! #golang #aws #paas #devops #buildinpublic


I was thinking of what to do with my free time and boom! I decided to learn Go but with a twist. I am not just learning, but build something while at it. Got a $100 free credits from AWS to burn so I started building a PaaS. Infrastructure: Docker-based CI/CD pipeline(API+worker), GitHub webhook integration for automated deployment, AWS ECR for container image storage, EC2 deployment with SSH automation, Caddy reverse proxy with automatic SSL certificates. Features Implemented so far: User auth, project management (CRUD operations), automated builds(Docker image creation), ECR auto creation with prefix, multi platform support (Node, Go, Python & static sites).

I was thinking of what to do with my free time and boom! I decided to learn Go but with a twist. I am not just learning, but build something while at it. Got a $100 free credits from AWS to burn so I started building a PaaS. Infrastructure: Docker-based CI/CD pipeline(API+worker), GitHub webhook integration for automated deployment, AWS ECR for container image storage, EC2 deployment with SSH automation, Caddy reverse proxy with automatic SSL certificates. Features Implemented so far: User auth, project management (CRUD operations), automated builds(Docker image creation), ECR auto creation with prefix, multi platform support (Node, Go, Python & static sites).


