惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
博客园 - 【当耐特】
H
Help Net Security
腾讯CDC
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
Last Week in AI
Last Week in AI
Jina AI
Jina AI
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
Y
Y Combinator Blog
C
Check Point Blog
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Why did I create my own PaaS as indie hacker and made it ...
sumonoahid · 2026-06-16 · via HN's home page

Why another paas ? There are already Vercel, Railways, Coolify, Dokploy and 100 more. Glad you asked. Those are great. But Some feels too many features, outdated and other just suck your bank balance when your project get more and more users. I tried to balance those. No surprise bills, No Vendor lock. You own your VPS, data and everything. You are responsible when things goes wrong.

Who is it for? - Well pretty much anyone who wants to host their projects and manage them with ease. Specially solo dev, indie devs who doesn't want a surprise bill when project take off but have a modern paas experience where they control everything.

How is it different from others ? if you compare it with open-sourced paas then I think all of them are great, but either they have way to many features that I never used, or they are missing for features that I really need. So I made a balanced version of my own. example: Vulnaribility detection of packages and two click fix without writing a single line of code. Now a days it's crazy how often packages are compromised. - Database explorer + edit data table from ui + run queries: I find it very useful, because I don't have to use another platform just to view and modify my data. and cli feel chunky and confusing.

It feels live Vercel, but u can deploy full-stack apps + databases and support any frameworks + programming languages. without the surprise bills and vendor lock.

If you are curious, give it a try with some demo projects. I'm sure you will like it too.

Keep shipping cool projects.