Show HN:我花了 300 美元才发现 Replit 支持 SSH
1 分•作者: vcast•8 个月前
《纽约时报》有一个很受欢迎的租房 vs 买房计算器(<a href="https://www.nytimes.com/interactive/2024/upshot/buy-rent-calculator.html" rel="nofollow">https://www.nytimes.com/interactive/2024/upshot/buy-rent-cal...</a>),但它被设置了付费墙,所以我决定用 Replit 自己写一个。<p>Replit 对于我这个非开发者来说,部署应用程序非常简单。然而,我很快就发现 Replit 在迭代阶段相当贵。一个典型的 bug 修复或设计更改大约需要 1 分钟的工作时间和 0.50 美元。这很快就累积到一个月大约 300 美元的账单。我花了很长时间才了解到 Replit 支持 SSH 连接到 VS Code,所以我现在使用 VS Code 的 Claude 扩展来进行所有更改。我仍然使用 Replit 进行托管和部署,但不会超过每月费用中包含的额度(25 美元)。<p>我构建的网站:<a href="https://housecalculators.com/rent-vs-buy-calculator" rel="nofollow">https://housecalculators.com/rent-vs-buy-calculator</a>
查看原文
NY times has a popular rent vs buy calculator (<a href="https://www.nytimes.com/interactive/2024/upshot/buy-rent-calculator.html" rel="nofollow">https://www.nytimes.com/interactive/2024/upshot/buy-rent-cal...</a>) However, it is gated by the paywall so I decided to vibecode my own using Replit.<p>Replit made it super easy for me as a non-developer to deploy the application. However I quickly learned that Replit is quite expensive during the iteration phase. A typical bug fix or design change would cost about 1min of work and $.50. This quickly added up to a bill of about $300 for the month. It took me too long to learn that Replit supports SSH to VS Code so I am now using the Claude extension from VS code for all the changes. I do still use Replit for hosting and deployment but I don't exceed what is included in the monthly cost ($25).<p>The site I built: <a href="https://housecalculators.com/rent-vs-buy-calculator" rel="nofollow">https://housecalculators.com/rent-vs-buy-calculator</a>