Platform · 2026-08-13 · 1 min read
MSH OS reaches production on msulemanhussain.com
By Suleman Hussain
After months of foundation builds, MSH OS is running in production on the same domain as the public founder site — without splitting the brand into a second product URL.
The cutover added Redis, a BullMQ worker, and twenty-three database migrations on top of the existing shop Postgres. Health and readiness endpoints now report database, migration, Redis, and storage checks in one place. That matters because this domain is both portfolio and platform: visitors can read about products, use free tools, and sign in to a workspace from one origin.
What did not flip on day one: live SaaS Stripe billing stays in manual test mode, and email verification remains off until SMTP and DKIM are proven on the sending domain. That is intentional — shipping the core app without pretending mail or payments are production-grade.
Next for the platform: hypercare on worker jobs, tenant isolation spot checks, and only then enabling stricter auth and billing paths.