<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: matus_congrady</title><link>https://news.ycombinator.com/user?id=matus_congrady</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 07:41:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=matus_congrady" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by matus_congrady in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>The cheapest way to deploy a container accessible over HTTP is to use web-service resource (which uses AWS ECS loadbalanced with HTTP-Api-Gateway, which is pay-per-use) and use EC2 launch type (cheapest instances are only a few $). Not sure if it's still under AWS free tier, but definitely not expensive.<p>Regarding charing % of AWS bill - yes, we're changing that soon. It's going to be flat fee + 10% of AWS bill.<p>Our free tier covers 90% of vibecoder, freelancer and side-project use-cases though. So probably nothing to worry about unless you're a 2+ person business. And at that point, it's still far less expensive than having a DevOps person or learning all of the 150,000 AWS loopholes yourself.</p>
]]></description><pubDate>Mon, 09 Feb 2026 12:34:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46944549</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=46944549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46944549</guid></item><item><title><![CDATA[New comment by matus_congrady in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p><a href="https://github.com/stacktape/stacktape" rel="nofollow">https://github.com/stacktape/stacktape</a><p>An alternative to tools lik sst.dev or serverless framework, or a PaaS services like Render.com or Flightcontrol.<p>Deploys to user's own AWS. IaC-first. Has a PaaS-like console UI.<p>The best features: auto-generates IaC config by scanning your code. Has built-in EC2 runner which is 2-6x faster than AWS CodeBuild.<p>We've now also implemented dev mode, which is similar to SST. It deploys parts of the stacks that can't be locally emulated (lambda functions, cognito, etc.) with fast re-deploy, and emulates everything else (containers, SQL databases, Redis, DynamoDb, etc.) locally. This means testing/developing is pretty much free, and you have the fastest feedback loops possible.<p>Whole Stacktape, and dev mode in particular is also very optimized for coding agents with `--agent` flag.<p>To try it, run `npx stacktape init`<p>EDIT: Changed the link to github. Stacktape core is now open-source.</p>
]]></description><pubDate>Mon, 09 Feb 2026 11:39:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46944167</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=46944167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46944167</guid></item><item><title><![CDATA[New comment by matus_congrady in "Ask HN: What Are You Working On? (June 2025)"]]></title><description><![CDATA[
<p>v3 of <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a><p>Stacktape is a PaaS that deploy to user's own AWS account.<p>v3 adds many new features, but namely the ability to generate IaC config directly from code, by analyzing the user's repository (both deterministically and using multiple AI techniques).<p>For example, if it assumes your application is a Web API that uses Postgres and Redis, it will create a Stacktape IaC config that deploys Fargate container, load balancer, Aurora Serverless v2 Postgres and Elasticache Redis (behind the scenes it will also configure things like networking, VPC, security groups, IAM, etc.)<p>Launching this weekend.</p>
]]></description><pubDate>Mon, 30 Jun 2025 11:32:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44421993</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=44421993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44421993</guid></item><item><title><![CDATA[New comment by matus_congrady in "Show HN: Canine – A Heroku alternative built on Kubernetes"]]></title><description><![CDATA[
<p>At <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a>, we're also in the same space. We're offering Heroku-like experience on top of your own AWS account.<p>I like what you're doing. But, to behonst, it's a tough market. While the promise of $265 vs $4 might seem like a no-brainer, you're comparing apples to oranges.<p>- Your DX is most likely be far from Heroku's. Their developer experience is refined by 100,000s developers. It's hard to think through everything, and you're very unlikely to make it anywhere close, once you go beyond simple use-cases.<p>- A "single VM" setup is not really production-grade. You're lacking reliability, scalability, redundancy and many more features that these platforms have. It definitely works for low-traffic side-projects. But people or entities that actually have a budget for something like this, and are willing to pay, are usually looking for a different solution.<p>That being said, I wish you all the luck. Maybe things change it the AI-generated apps era.</p>
]]></description><pubDate>Mon, 16 Jun 2025 22:22:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44293921</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=44293921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44293921</guid></item><item><title><![CDATA[New comment by matus_congrady in "Heroku Is Down"]]></title><description><![CDATA[
<p>For those interested in a Heroku alternative, have a look at <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a> (full disclosure: I'm a founder).<p>It's a Heroku-like PaaS platform that deploys directly to your own AWS account.<p>It support both serverless (lambda functions), and serverful (AWS ECS Fargate or EC2) deployments. Besides that, it supports other AWS infrastructure resources, such as RDS, Aurora, Redis, ElasticSearch, etc..<p>You can deploy from console, using git-push-to-deploy, or even use preview deployments (ephemeral environments for every PR).</p>
]]></description><pubDate>Wed, 11 Jun 2025 08:50:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44245541</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=44245541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44245541</guid></item><item><title><![CDATA[New comment by matus_congrady in "Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative"]]></title><description><![CDATA[
<p>3 things:<p>- Situation on the SWE hiring market. It's way harder to find a job.<p>- I personally know people from SW dev agencies that are all saying its very hard to find an opportunity (project) to work on.<p>- In fact, I'm 99% convinced that we're in a recession, even though its not official. Companies are cutting costs left and right. And think about it this way. When a company invests in a software, it's an investment for them, which will eventually pay for itself in a few years. But if the company is struggling to just stay alive, investments are the first thing they cut.</p>
]]></description><pubDate>Sat, 05 Apr 2025 05:31:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43591046</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=43591046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43591046</guid></item><item><title><![CDATA[New comment by matus_congrady in "Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative"]]></title><description><![CDATA[
<p>It's completely true, and I AM ashamed for doing it. But it's a terrible time to be a PaaS founder, since there are very few new projects being started at the moment. Without exaggeration, I think there are somewhere between 10% and 20% of new projects being started (which is the only point people will actually choose to use our platform) compared to 2022. Hard times, lower standards. Sorry. We've got ~40 website visitors from that comment so far, and I can't pass on that.</p>
]]></description><pubDate>Sat, 05 Apr 2025 04:51:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43590856</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=43590856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43590856</guid></item><item><title><![CDATA[New comment by matus_congrady in "Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative"]]></title><description><![CDATA[
<p>I'm sorry for being a bit off-topic, but I'm a founder of a PaaS company myself, and I think that what we offer is a great alternative to Coolify for companies that need a more "managed" and reliable infra.<p><a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a> is a Heroku/Vercel-like PaaS platform that deploys directly to your own AWS account.<p>It supports both serverless (lambda functions), and serverful (AWS ECS Fargate or EC2) deployments. Besides that, it supports other AWS infrastructure resources, such as RDS MySQL/Postgres, Redis, ElasticSearch, etc..<p>You can deploy from console, using git-push-to-deploy, or even use preview deployments (ephemeral environments for every PR).<p>Compared to alternatives, it's both very easy to use, and flexible/extensible at the same time. You can use it to quickly deploy anything in a few minutes, yet it will be sufficient to cover even complex infrastructure needs you might run into in the future.</p>
]]></description><pubDate>Sat, 05 Apr 2025 04:28:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43590743</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=43590743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43590743</guid></item><item><title><![CDATA[New comment by matus_congrady in "Postgres Language Server: Initial Release"]]></title><description><![CDATA[
<p>Is there a way to make this work inside a browser, via monaco-editor?<p>If so, do you have any examples, or recommendations?</p>
]]></description><pubDate>Sat, 29 Mar 2025 17:50:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43517232</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=43517232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43517232</guid></item><item><title><![CDATA[New comment by matus_congrady in "Ask HN: Do you know of any deployment mangement frontends?"]]></title><description><![CDATA[
<p>Besides that, our UI supports everything you've mentioned... managing secrets, ENV vars, different configurations between stages, etc.<p>You can also configure more advanced things, such as Alarms based on selected metrics, budgets based on AWS (forecasted or actual) spend, and also deployment progress notifications. The notifications about these can be sen to your Slack or MSTeams channel, or to an email.<p>We also support GitOps flows - push-to-branch-to-deploy or even preview deployments (creating ephemeral, short-lived environment for pull requests, that will get automatically deleted when the PR is closed/merged).</p>
]]></description><pubDate>Thu, 20 Mar 2025 04:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43419848</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=43419848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43419848</guid></item><item><title><![CDATA[New comment by matus_congrady in "Ask HN: Do you know of any deployment mangement frontends?"]]></title><description><![CDATA[
<p>To be honest, we don't 100% cover what you're looking for in an ideal world, as we have our own deployment engine.<p>That being said, our deployment engine is pretty powerful (in terms of supported AWS infra resources), and it's based on AWS CloudFormation (with a fallback to making native AWS SDK calls to speed up the deployment, when doing the whole CF deployment procedure is not needed). And we do that in a way so that you don't have to worry about CloudFormation drift, or any unexpected surprises.</p>
]]></description><pubDate>Thu, 20 Mar 2025 03:55:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43419780</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=43419780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43419780</guid></item><item><title><![CDATA[New comment by matus_congrady in "Ask HN: Do you know of any deployment mangement frontends?"]]></title><description><![CDATA[
<p>Hello,<p>You can also have a look at <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a> (full disclosure: I'm a founder). It's a Heroku-like PaaS that deploys to your own AWS account.<p>We support both serverless and container-based workloads (Fargate and EC2), and many AWS infrastructure (RDS, Aurora, MongoDb, Redis, OpenSearch - ElasticSearch, Bastion servers, etc.).<p>We're IaC-first but also provide a UI for.<p>We can do a hans-on assistance with the first deployment, and can also do a custom pricing (as you are a non-profit).</p>
]]></description><pubDate>Wed, 19 Mar 2025 09:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43409724</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=43409724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43409724</guid></item><item><title><![CDATA[New comment by matus_congrady in "Render raises $80M in Series C financing"]]></title><description><![CDATA[
<p>Shameless plug: at <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a>, we also do "Heroku-like PaaS experience" built on top of AWS. But we deploy directly to our user's AWS account.</p>
]]></description><pubDate>Mon, 27 Jan 2025 00:53:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=42836082</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=42836082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42836082</guid></item><item><title><![CDATA[PaaScout: Modern PaaS platforms compared using over 40 criteria]]></title><description><![CDATA[
<p>Article URL: <a href="https://paascout.io/">https://paascout.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41670421">https://news.ycombinator.com/item?id=41670421</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Sep 2024 13:48:30 +0000</pubDate><link>https://paascout.io/</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=41670421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41670421</guid></item><item><title><![CDATA[PaaScout: Detailed comparison of modern Platform as a Service providers]]></title><description><![CDATA[
<p>Article URL: <a href="https://paascout.io/">https://paascout.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41531233">https://news.ycombinator.com/item?id=41531233</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 13 Sep 2024 13:47:03 +0000</pubDate><link>https://paascout.io/</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=41531233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41531233</guid></item><item><title><![CDATA[New comment by matus_congrady in "Reclaim the Stack"]]></title><description><![CDATA[
<p>Since DHH has been promoting the 'do-it-yourself' approach, many people have fallen for it.<p>You're asking the right questions that only a few people know they need answers to.<p>In my opinion, the closest thing to "reclaiming the stack" while still being a PaaS is to use a "deploy to your cloud account" PaaS provider. These services offer the convenience of a PaaS provider, yet allow you to "eject" to using the cloud provider on your own should your use case evolve.<p>Example services include <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a>, <a href="https://flightcontrol.dev">https://flightcontrol.dev</a>, and <a href="https://www.withcoherence.com" rel="nofollow">https://www.withcoherence.com</a>.<p>I'm also working on a PaaS comparison site at <a href="https://paascout.io" rel="nofollow">https://paascout.io</a>.<p>Disclosure: I am a founder of Stacktape.</p>
]]></description><pubDate>Mon, 09 Sep 2024 08:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41486585</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=41486585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41486585</guid></item><item><title><![CDATA[New comment by matus_congrady in "Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative"]]></title><description><![CDATA[
<p>> Isn't the entire point of vercel/netlify/cloudflare is that you <i>don't</i> have to self-host? The issue is the price of it, not the actual software.<p>There's also a third way, which we're trying to do at stacktape[1].<p>We've built a PaaS platform on top of AWS, running in your own account. So you get all of the stability, flexibility and reliability of AWS, yet the deployment process is easy as using something like Heroku.<p>Also, compared to Vercel, the pricing is just a % on top of AWS fees, and not a sudden $10k bill, or $550/TB Netflify egress costs.<p>[1]: <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a></p>
]]></description><pubDate>Sat, 13 Jul 2024 07:41:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40952498</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=40952498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40952498</guid></item><item><title><![CDATA[Show HN: Stacktape – 97 % of AWS Capabilities, 3% complexity]]></title><description><![CDATA[
<p>Hello, Matus, Stacktape CEO here.<p>Today, after more than a year in development, we’re introducing the next major version of our product.<p>During the past few years, we’ve been trying to create a platform that allows developers to deploy their apps entirely on their own without having to do any DevOps.<p>But this doesn't work in practice. There are too many moving parts. We can abstract 90% of them 90% of the time, but that’s not good enough.<p>So, we can’t abstract DevOps completely. But we can make it and order-of-magnitude more developer-friendly:<p>- Writing 100s or 1000s of lines of different YAML files -> write 10s of lines of a simple & concise config<p>- Having to understand many different technologies (Terraform, Kubernetes, Docker, etc.) and infrastructure concepts (networking, VPCs) -> use 1 technology that includes only easy-to-understand abstractions<p>- Manual work of deploying & managing apps -> Simple app management in a console UI, including push-to-deploy capabilities, logs browser, infrastructure costs breakdown, one-click-rollbacks, etc.<p>One thing we're particularly proud of is our config-builder. It’s a monaco-editor (the one powering VSCode) with built-in IntelliSense for Stacktape configuration (autocomplete, validation, on-hover documentation, etc). Prefer GUI? Start with a preset - we have one for most use cases. Then, configure the missing parts using dropdowns, validated input fields, etc. This way, you can configure even the most complicated infrastructures in minutes, and the chance you make a mistake is near zero. You can try it directly on our main website (even though it's even better when it has access to your git repository).<p>So what is Stacktape? It's a Platform as a Service 2.0 that runs in your own AWS account. It combines the user experience of a PaaS provider (such as Heroku or Render) with the flexibility of a do-it-yourself approach.<p>If you have any feedback or if there's something missing in Stacktape, I am all ears.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39716249">https://news.ycombinator.com/item?id=39716249</a></p>
<p>Points: 13</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 15 Mar 2024 14:37:19 +0000</pubDate><link>https://www.stacktape.com/</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=39716249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39716249</guid></item><item><title><![CDATA[New comment by matus_congrady in "Gergely Orosz: on the risk of Google shutting down Google Cloud Platform"]]></title><description><![CDATA[
<p>From what I've heard, the biggest selling point of GCP is its simplicity and easier development experience. Other than that, it's mostly inferior to AWS or even MS Azure.<p>AWS is designed to be very flexible and configurable (example: look at IAM). The tradeof is the complexity and amount of work required to set up even the most frequently used services (such as ECS Fargate or Lambda).<p>That being said, if somebody is looking for a simple, developer-first experience, and wants to use AWS (and have all of its power/flexibility), have a look at <a href="https://stacktape.com" rel="nofollow noreferrer">https://stacktape.com</a> (I'm a founder).</p>
]]></description><pubDate>Thu, 22 Jun 2023 02:45:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=36427433</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=36427433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36427433</guid></item><item><title><![CDATA[New comment by matus_congrady in "Cloud, Why So Difficult?"]]></title><description><![CDATA[
<p>(Please take my opinion with a grain of salt, as I might be biased - I'm a founder at a startup that solves a very similar problem).<p>The cloud (and by "cloud" I mostly mean AWS) in general is indeed insanely complex. Not only is it complex and hard to use for dedicated and trained DevOps/Cloud experts, it's even more overwhelming for developers wanting to just deploy their simple apps.<p>This statement is in my opinion almost universaly accepted - during our market research, we've interviewed ~150 DevOps/Cloud experts and ~250 developers that have been using AWS. Only ~2.5% of them have said that the complexity of AWS is not an issue for them.<p>That being said, I understand that AWS has to be complex by design. Not only it offers ~250 different services, but the flexible/configurable way it's designed simply requires a lot of expertise and configuration. For example, the granularity and capabilities of AWS IAM is unparalelled. But it comes at a cost - the configurational and architectural complexity is just beyond what an average AWS user is willing to accept.<p>An alternative to the cloud complexity are the PaaS platforms (such as Heroku or Render). But they also have their disadvantages - mostly significantly increased costs, lower flexibility and far less supported use-cases.<p>At <a href="https://stacktape.com" rel="nofollow">https://stacktape.com</a>, we're developing an abstraction over AWS, that is simple enough so that any developer can use it, yet allows to configure/extend anything you might need for complex applications. Stacktape is like a PaaS platform that deploys applications/infrastructure to your own AWS account.<p>We believe that Stacktape offers the perfect mix of ease-of-use, productivity, cost-efficiency and flexibility. It can be used to deploy anything from side projects to complex enterprise applications.<p>I'll be very happy to hear your thoughts or to hear any feedback.</p>
]]></description><pubDate>Sat, 27 May 2023 04:52:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=36092165</link><dc:creator>matus_congrady</dc:creator><comments>https://news.ycombinator.com/item?id=36092165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36092165</guid></item></channel></rss>