TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Self-Hosting Starter Package

2 pointsby janpmzabout 1 year ago
Hey HN,<p>In a previous project, I&#x27;ve used AWS Amplify for serverless development. It was fun to get started quickly, but once the complexity of my app started to increase, my development speed slowed down. I had to use complex products for simple tasks. Setting up lambda functions with external dependencies and testing lambda functions locally seemed like a burden. GraphQL felt like an overkill. My development-feedback-loop slowed down too much.<p>For my newest project I switched back to self hosting on my own VPS. My development speed is so much faster again :)<p>I&#x27;ve packaged the setup I&#x27;m using into a starter template. If you are interested you can find it here: <a href="https:&#x2F;&#x2F;www.taufels.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.taufels.com&#x2F;</a>

1 comment

janpmzabout 1 year ago
What is your experience with serverless hosting versus self hosting?