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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Threadbase – Make a HN-style community in minutes. No coding required

19 点作者 chptung超过 6 年前

5 条评论

chptung超过 6 年前
For the past few months, my co-founder and I have been working on our side project, Threadbase, which allows non-developers to make their own Hacker News, Product Hunt, or any Reddit-style community (e.g upvotes with threaded comments) in minutes without writing any code.<p>We came up with the idea after building our own upvote communities and friends of ours asked if they could make a similar community without the need to program. We thought this could be an interesting technical project to figure out. Plus, since people were asking for it, we already had our alpha group.<p>We started the project using Rails for the front and backend, but eventually moved the majority of the SaaS elements (e.g. a dashboard to make changes&#x2F;manage users, modifying the look of a community with a theme, etc.) to React and used Rails as our backend because this provided a much better user experience.<p>Our most recent challenge was figuring out how to implement the #1 product request from our customers: communities on a custom domain. Originally, we began the project on AWS, but after looking around, we found that Heroku provided a much easier custom domain implementation process for the end user. So, we migrated the entire project from AWS to Heroku, and now, if you add a custom domain to your community, we just give you the auto-generated heroku dns link and community owners can paste that in their CNAME or Alias to finish the setup. This is much easier than the path we almost went down with AWS.<p>My co-founder and I are now making a small amount of MRR from our paid tiers, but the learning experience has been really enjoyable.<p>A few things you can do on Threadbase: - Make a community in just a few clicks without writing any code (e.g. support.threadbase.io) - Customize the look and feel with pre-built themes. We named the first three communities--Cleveland, San Francisco,and Brooklyn--after the cities that were important to our stories. - Drop in your own Google Analytics ID to get data on your community. - If you&#x27;d like to further customize the color of your community, turn off ads, or put your own Google AdSense pixel in to make money from your community, you can sign up for our Basic tier. - If you want to create a private community (i.e require registration) or add your own custom domain, you can upgrade to Plus.
评论 #19146699 未加载
SkyLinx超过 6 年前
If I remember correctly, heroku has a limit of max 10000 custom domains per app. What are you going to do when you reach that limit, out of curiosity? Thanks
评论 #19131870 未加载
评论 #19130353 未加载
Findeton超过 6 年前
I am curious about how you implemented the text editor. Did you use SlateJs, Prosemirror, Quill, DraftJs?
评论 #19131874 未加载
ecto超过 6 年前
Hey folks, I also worked on this. Happy to answer any questions.
anonfunction超过 6 年前
Is there a demo I can see &#x2F; use?
评论 #19139209 未加载