TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

BugTracker – an open-source SaaS app built with a step-by-step tutorial

3 点作者 timjones超过 4 年前

1 comment

timjones超过 4 年前
Happy Friday HN!<p>I’m building BugTracker in public as a way to walk through all the topics required to build a SaaS (software as a service) product.<p>- Here’s the demo - <a href="https:&#x2F;&#x2F;bugtracker.dinosaas.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bugtracker.dinosaas.com&#x2F;</a><p>- Here’s the source code - <a href="https:&#x2F;&#x2F;github.com&#x2F;Dino-SaaS&#x2F;BugTracker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Dino-SaaS&#x2F;BugTracker</a><p>There are tons of technical resources out there for learning programming. But if you’re trying to build and launch a web app, you have to know a little bit about a lot of things.<p>It’s hard to know where to start.<p>My goal with BugTracker is twofold:<p>1. Cover all the topics you need to know to build, deploy, and optimize your own SaaS app<p>2. Build reusable components so you don’t have to repeatedly reinvent the wheel as you go.<p>It’s built with my preferred tech stack of Ruby on Rails, Sass, and Bootstrap.<p>What features or general topics would you like to see covered next?<p>Any and all feedback is welcome!