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: Sourcestack – an “antiframework” for serverless TypeScript web apps

2 pointsby zmkzrkalmost 5 years ago

1 comment

zmkzrkalmost 5 years ago
Author here. I created sourcestack as an alternative to AWS Amplify for creating full-stack serverless web apps. Amplify is a great tool, but as it&#x27;s a high-abstraction framework that hides infrastructure behind libraries and code generation tools, I frequently end up fighting against it when it doesn&#x27;t meet my requirements.<p>In my opinion this is the essential and insidious problem of frameworks - they make certain things easy, but they require you to cede too much control and you end up constrained by their assumptions and locked in to their roadmaps.<p>sourcestack takes a template based, low-abstraction approach that surfaces all infrastructure and common logic as source code within the workspace, giving you complete control over all aspects of your application. It aims to provide a batteries-included, forkable foundation for a web app that encourages adaptation and a deeper understanding of cloud infrastructure. I&#x27;m hoping that others might find it useful and perhaps be inspired to create forks or similar templates for other technologies.