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: A simple blogging platform I built out of frustration with other tools

210 pointsby SkyLinxalmost 4 years ago

24 comments

jameshartalmost 4 years ago
&gt; A simple blogging platform I built out of frustration with other tools<p>I like this phrasing. Many of the best things are made out of frustration - it might be one of the most important building materials for software.<p>‘Cool blogging platform! What’s it built out of?’<p>‘Frustration’<p>Definitely better than building one out of fear, anger or greed.<p>Actually, in some seriousness, I think stackoverflow was built out of anger - and used that to clearly define what their differentiators and value proposition were. So maybe hanging on to that original motivation could be an important part of setting out what makes this different.<p>Anyway, congratulations on launching.
评论 #27261473 未加载
评论 #27256968 未加载
评论 #27255710 未加载
webdevlionalmost 4 years ago
Hi, congrats on launching! I can see that this project will be giving quite a few companies a run for their money!<p>I was curious about your email-as-a-CMS solution. How does it work? Did you take inspiration from an existing project that does this?<p>I am aware of how Amazon uses something similar to allow people to email PDFs to their Kindle devices. But I am very interested in how you got your solution to work.<p>Cheers! And thank you!
评论 #27255599 未加载
jjicealmost 4 years ago
The email option is a simple concept, and it&#x27;s the simple stuff that we often look over. I&#x27;m a big fan, nice job!<p>$8 a month seems like a great price point for a fully managed service. Just out of curiosity, what&#x27;s the plan if someone&#x27;s blog gets a lot of attention and ends up using quite a bit if bandwidth? I don&#x27;t think that&#x27;d be an issue unless there are a ton of images, but I&#x27;m always interested in how devs choose to handle these edge cases.
评论 #27255866 未加载
评论 #27256129 未加载
SkyLinxalmost 4 years ago
Hello HN!<p>Maker here. I&#x27;ve made a ton of improvements (like, a lot) over the past 8 months and I&#x27;m excited to share an update with you all on DynaBlogger.<p>As a web developer, I very often find solutions to problems in blogs, so I like to give back by publishing a post whenever I find a solution to a problem on my own or learn something new.<p>For my blog I have used many tools over the years, from a heavyweight CMS like WordPress to static site generators and everything in between. I do prefer using a CMS for this, so I can just edit a post, hit publish and be done with it, rather than writing a post locally and pushing to a repo waiting for CI to actually publish it.<p>So I have used WordPress for most of the time, but I never felt comfortable with it somehow. For one, it&#x27;s often overkill for simple sites and blogs; second, it&#x27;s not always easy to keep a WordPress site fast and secure. I have never considered alternatives like Medium because I want to own my content on my domain and be free to customize my blog as I please.<p>So I built DynaBlogger out of my own need and I&#x27;ve been hacking on it for some months now. With DynaBlogger I propose an alternative publishing platform that has all the essential features most people need, and nothing more, for a focused writing experience with no distractions.<p>DynaBlogger differs from a heavyweight CMS like WordPress in that it offers a simplified setup with no plugins and not too many settings etc.<p>However, it also differs from the several &quot;minimalist&quot; alternatives available because it&#x27;s not too barebones and offers the ability to fully customize your theme with the built in code editor, if you wish. You can edit templates directly in the browser as well as upload assets and see changes in realtime. You can have multiple themes installed with one active, so when you make changes you can work on a copy and activate it when ready. No need to work on files locally, and upload a new version of the theme to see the changes with your content. Pretty handy. DynaBlogger doesn&#x27;t have many themes yet but I will be adding more over time, and soon any user will be able to share a theme on a marketplace with other users (maybe even sell them at some point).<p>Perhaps the most similar blogging platform to DynaBlogger is Ghost, with a few key differences. DynaBlogger doesn&#x27;t offer newsletters and memberships yet (perhaps in the future), but it offers easier customization of the themes and is more affordable. DynaBlogger also cares more for some details concerning for example SEO, redirects, publishing via email, etc.<p>It&#x27;s a fully managed platform, so you can just focus on writing content and everything else is taken care of.<p>Tech stack for the curious:<p>- App written in Ruby on Rails - Postgres for the data - Redis for background jobs - memcached for caching - Hosted in a Kubernetes cluster managed by myself<p>I would appreciate if you could give it a try. You can sign up for a free 14 days trial and if you decide to stay, please use the coupon code 6649CB68 at checkout for a 15% discount. You can also import content from a WordPress or Ghost blog, so you can try it with your own content.<p>Let me know if you have any questions or any feedback, really!
评论 #27256878 未加载
评论 #27260006 未加载
评论 #27254846 未加载
cbradfordalmost 4 years ago
This is very cool and a solution I think the world needs, simple blogging. Question: Would you consider a pricing model to allow self hosting?
评论 #27254891 未加载
评论 #27254823 未加载
phendrenad2almost 4 years ago
One thing I&#x27;d like to see is your backup procedures. Is there any possibility that data could be lost 10 years from now? Also can I get a dump of my blog posts for my own safe keeping? (Especially since this is a project by just one or a few people, right?)<p>Other (probably more important things):<p>&quot;About&quot; seems to be the history of the project, but maybe it could be a high-level overview of the experience one might have using this blogging platform. Maybe a some screenshots to make clear how editing works and how close it is to the (more expensive) Wordpress experience.
评论 #27273834 未加载
qwerty456127almost 4 years ago
What frustrates me the most in every blogging platform out there is the requirement for every post to have a title. Inventing titles for every idea you want to share is immense pain and annihilates all the will to write. In fact I have never started (like I had an idea, some enthusiasm but postponed and forgot about them) with countless articles, computer programs, products and other kinds of projects just because inventing the title&#x2F;name turned out too hard.
评论 #27263947 未加载
评论 #27262362 未加载
评论 #27268580 未加载
bullenalmost 4 years ago
I also made a wordpress alternative: <a href="http:&#x2F;&#x2F;sprout.rupy.se" rel="nofollow">http:&#x2F;&#x2F;sprout.rupy.se</a><p>It&#x27;s open source (<a href="https:&#x2F;&#x2F;github.com&#x2F;tinspin&#x2F;sprout" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tinspin&#x2F;sprout</a>), but I doubt anyone would pay for it if I scrounged up some hosting?<p>What are the numbers on this project if it&#x27;s not to blunt to ask?<p>Also what programming language did you use?
评论 #27254952 未加载
andmichaelalmost 4 years ago
Good job, functionality fits my needs and the UX is really good. One suggestion, seeing as though the whole thing is cloud-based and I can&#x27;t really be sure dynablogger will be maintained forever, it&#x27;d be nice to have an option to export the blog content to your own machine. While I could just ctrl+c ctrl+v, I think it&#x27;s more convenient to be able to export all at once.
评论 #27256850 未加载
iamgopalalmost 4 years ago
Nice Start. Just other day, I was thinking about a feature that is missing here, and see if you can add it, is the possibilities of the blog and site to be alive long after someone dies, probably to the end of the internet. Even after their credit card stops etc. ( Probably for a one time fee, add tech that is distributed etc ).
评论 #27256255 未加载
quickthrower2almost 4 years ago
Nice work. I thought Ghost had this niche all tied up but goes to show there is room for innovation.<p>I personally love the devil I know too much: Wordpress, but if I was less techie, and frankly tightass (Wordpress hosting for unlimited sites is $60&#x2F;y or so) I’d use something like this
评论 #27268836 未加载
mastrsushialmost 4 years ago
This is cool and ambitious, but isn&#x27;t it a bit like David vs five Goliaths?<p>What does this do exactly that the average blogger would choose over WordPress, Ghost, Wix, Blogger, Tumblr, and many others?<p>Is this aimed at the average blogger? If it&#x27;s for tech people then you have a chance for a niche platform.
评论 #27255038 未加载
andrewfromxalmost 4 years ago
pretty cool. The coolest idea I&#x27;ve seen recently with competition to substack is <a href="https:&#x2F;&#x2F;subclout.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;subclout.com&#x2F;</a> where they almost cloned substack, down to the UI, but it runs on the clout system.
评论 #27255253 未加载
infide1castr0almost 4 years ago
Congrats again on launching - appreciate the openness and the project seems interesting! Simple question here, as I somehow always seem to miss this feature on most blog sites, does this project handle pdf hosting as a blog post?
评论 #27261602 未加载
desireco42almost 4 years ago
I would like to congratulate you on your value-prop, I think it is stated clearly and communicate to me what I can expect to get from this service. This, as you know is mostly not the case when people launch new things.
评论 #27262380 未加载
dt3ftalmost 4 years ago
Just something I noticed: the pricing information on the frontpage and the pricing page does not seem to match.
评论 #27254765 未加载
insonalmost 4 years ago
Great job, congrats on launching. Would you mind sharing the software stack you&#x27;re using for that?
评论 #27257778 未加载
spullaraalmost 4 years ago
Luke W and I made a blog platform for him in an afternoon on a Saturday years ago. Works pretty well. They aren&#x27;t hard to build IMHO and if you write it yourself it just does exactly what you want it to do:<p><a href="https:&#x2F;&#x2F;www.lukew.com" rel="nofollow">https:&#x2F;&#x2F;www.lukew.com</a>
评论 #27257845 未加载
deepdmistryalmost 4 years ago
Hi, great implementation, i was curious if there was any plan to offer a pricing per blog or something of the sort. I don’t write too much even though id like to, so 8$&#x2F;mo seems steep to justify me writing once in a while. So a pricing per post or something might be awesome
评论 #27262373 未加载
stanislavbalmost 4 years ago
Can you see the revival of blogging and RSS?
评论 #27254774 未加载
gtirlonialmost 4 years ago
This looks very good, congratulations.
评论 #27254746 未加载
bernardvalmost 4 years ago
Simple is good. I like it.
评论 #27254955 未加载
vfclistsalmost 4 years ago
Reminds me of <a href="https:&#x2F;&#x2F;imgs.xkcd.com&#x2F;comics&#x2F;standards.png" rel="nofollow">https:&#x2F;&#x2F;imgs.xkcd.com&#x2F;comics&#x2F;standards.png</a><p>or should that be<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15277302" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15277302</a>
agentdrtranalmost 4 years ago
any plans for a self-hosted version?
评论 #27257453 未加载