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.

Introducing Silvrback: Hosted, Markdown-Powered Blogging

169 pointsby dsowersover 11 years ago

35 comments

photomattover 11 years ago
Don&#x27;t pay attention to all of the comments saying there are enough blog platforms in the world already -- they said the same thing when WordPress started.<p>I signed up and paid to support the project, and even if you don&#x27;t end up doing this full-time we&#x27;re looking for a Markdown hacker @ Automattic.
评论 #6255511 未加载
评论 #6255239 未加载
评论 #6255315 未加载
jmdukeover 11 years ago
Just signed up. This is literally <i>exactly</i> what I want.<p>The only thing I&#x27;d add is that I hope at some point down the line there&#x27;s some level of customization (even the ability to add an external stylesheet.) For this kind of thing, I&#x27;m much more attracted to the backend than the frontend, and the ability to tinker with fonts and what not is important to me.
sravfeynover 11 years ago
I am very sad that, Medium as a platform is so completely misunderstood here. It&#x27;s not trying to be a place where writers are the center of attention. It&#x27;s one of the few attempts, I think is somewhat successful, in democratizing the content, not the writer. I thought Quora was on it back in the day, but it drifted off now, completely.<p>I am also not sure why anyone who is serious about his personal-branding as to pay $29 would want to stick to a common-theme, especially when there are so many free super-customizable alternatives. People who are serious enough to pay might as well consider paying someone else to design the personal-theme and have it setup with Markdown somewhere for free.<p>What&#x27;s even more disheartening is to see someone who is such a skilled person to ram up the themes from Medium and setup a product with such ease, is the person who misunderstood the Medium and add more product-clutter into the market, indifferent to the work of the designers of Medium with a great and noble vision.<p>Edit: I said &#x27;misunderstood&#x27; because of following<p>&gt; <i>Medium is great for readers but it is bad for writers.</i><p>I am sorry, but it&#x27;s great for writers, you don&#x27;t need to be among the elite to share an idea with world. And that&#x27;s something very powerful.
评论 #6252144 未加载
评论 #6252496 未加载
billpgover 11 years ago
Looks interesting, as I&#x27;m looking at alternatives to blogger for my new site. Going down my checklist, you&#x27;ll support a custom domain and comments (via disqus).<p>Here&#x27;s what&#x27;s left unticked on my checklist...<p><pre><code> Image hosting. (Will you host my pictures or do I have to find external server space for them?) RSS&#x2F;ATOM feeds. Multiple writers on a single blog. Mobile theme.</code></pre>
评论 #6251752 未加载
oneplusoneover 11 years ago
This lacks a lot of the nice things that makes Medium great. Just off the top:<p>1) The sidebar&#x27;s navigation feels bloated and useless at the same time. Needs to be tighter and more useful. Why not put the last five posts&#x27; title in there? Move the social icons in there as well, they are super distracting floating on the right side. Simplify the page presentation.<p>2) The footer of the site should link to the post I made before this one. Similar to how medium links to a random post.<p>3) The hover effect on the list of posts is brutal. Way too harsh. The list itself is also weird. Why do I care when it was last edited? Show the subtitle if there is one instead.<p>4) Medium putting the author bio at the top is really nice. Same with who helped you write it and last updated. I miss it in your design. Medium also has a much better homepage with a really nice bio bar.
pdonisover 11 years ago
Am I the only one who thinks it&#x27;s weird to be writing blog posts inside a web browser? What&#x27;s wrong with a text editor? Is it just the &quot;publish&quot; button? Or do people find it actually helps the writing process itself? (It doesn&#x27;t for me, I edit my blog posts locally and push them with rsync when they&#x27;re ready to publish.)
评论 #6253741 未加载
评论 #6253917 未加载
评论 #6253396 未加载
duckover 11 years ago
This looks interesting, but I find the name choice odd since there already exists <a href="http://silverbackapp.com" rel="nofollow">http:&#x2F;&#x2F;silverbackapp.com</a>.
评论 #6252084 未加载
评论 #6254195 未加载
Morphlingover 11 years ago
I don&#x27;t mean to be negative, but why should I pay $29&#x2F;year for blogging platform when I can install something like Jekyll on a free Heroku (or insert your favorite PaaS) and host my posts on another free blogging site, like Tumblr.<p>Basically I&#x27;m asking what&#x27;s so great about Silvrback over other free alternatives?
评论 #6251856 未加载
评论 #6252031 未加载
评论 #6251918 未加载
felideonover 11 years ago
This looks great, and I&#x27;ve been wanting to start blogging for a while now. I hesitated on the $29, even though it is not much because, why pay for something I possibly will not use (e.g. I never get around to writing anything more than a few, if any, posts).<p>But then I realized (a) I would not be charged until receiving an invite, and (b) if I&#x27;ve put money down for this, that alone puts some pressure on forcing myself to write.<p>So I&#x27;ve signed up.
doctobogganover 11 years ago
I recently started looking for a markdown powered blogging platform to host my site[0]. I wanted to be able to write markdown documents, arrange them in directories, and then have a site built from that. Also, I am not a designer so I would like it if there were premade themes out there.<p>I settled on using Pelican[1] for generation and Github Pages[2] for hosting. Pelican does exactly what I wanted, and there is a collection of free community created themes that look great. Github Pages is absolutely free hosting that even supports custom domains.<p>It might take a little more hacking than Silvrback, but I have been slowly working on a git repo that anyone could simply clone, populate with markdown files, and then push. I need to clean up the few scripts a little, but if you want you can find it here[3]<p>[0] <a href="http://jack.minardi.org" rel="nofollow">http:&#x2F;&#x2F;jack.minardi.org</a><p>[1] <a href="http://docs.getpelican.com/en/3.2/" rel="nofollow">http:&#x2F;&#x2F;docs.getpelican.com&#x2F;en&#x2F;3.2&#x2F;</a><p>[2] <a href="http://pages.github.com/" rel="nofollow">http:&#x2F;&#x2F;pages.github.com&#x2F;</a><p>[3] <a href="https://github.com/jminardi/jminardi.github.io" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jminardi&#x2F;jminardi.github.io</a>
评论 #6253751 未加载
glenboover 11 years ago
I like the idea a lot, and I like the UI and aesthetic. From a writer&#x27;s point of view though, you&#x27;re marketing page and these requests for info in the comments seem too focused on the tech details. I would guess that bubbling up the problems you&#x27;re solving here for writers on your marketing message would help you gain more traction.<p>Sure, talking about servers, backends and all the nitty gritty is great fun and what I&#x27;d expect from HN absolutely, but the goal of writing is to communicate an idea to others, and how well you&#x27;re service solves that problem will greatly pique my interest. The tech behind it is fun and important, but less so to solving the core problem of writing&#x2F;communicating.<p>For example, I&#x27;d love to hear this expanded upon: &quot;I built Silvrback because none of the existing blogging platforms satisfied me completely.&quot;
MaxGabrielover 11 years ago
I&#x27;m glad I learned about typography and CSS so I could do my own blog, but if I hadn&#x27;t this is exactly what I wanted. Is there an example of code formatting anywhere?
jstalinover 11 years ago
At least it loads quickly, unlike Medium which seems to get stuck for a few seconds before it renders the entire page.
Arnorover 11 years ago
I just set up a new blog using Pelican. My considerations were much like what you&#x27;ve listed. The price point seems right as well. I&#x27;m tempted to sign on, but my workflow is holding me back. I&#x27;ve got my Pelican based blog set up so I never have to leave Vim to write&#x2F;organize&#x2F;publish. Every other workflow I&#x27;ve tried for blogging has quickly decreased my output to... nil.<p>It seems to me if I switched to Silvrback I&#x27;d have to either use the admin interface to write (I assume it doesn&#x27;t have Vim keybindings) or copy and paste from Vim.
评论 #6252035 未加载
评论 #6252227 未加载
dubcanadaover 11 years ago
I don&#x27;t really understand the desire to have more blogging platforms, there is already like 15 billion.<p>However I do prefer this style to Medium&#x2F; what ever that s one is.
评论 #6252129 未加载
stevejohnsonover 11 years ago
Great idea and execution. You&#x27;re filling a need that many people have and nailed the design. Naturally, this thread is full of legitimate suggestions for improvement, but you&#x27;ve got an excellent first iteration.<p>I&#x27;m not quite the type of person who needs your site, but I&#x27;m close enough to recognize its value. Keep it up and pay no mind to the &quot;Why not X instead?&quot; people. This is unique and worthwhile.
dxmover 11 years ago
So a price has been placed on an almost exact copy of Medium without the benefits of Medium (an existing readership, existing capital), it&#x27;s a copy right down to the typeface and even the green coloured buttons. How does one have complete control over their brand with Silvrback? There&#x27;s no ability to customise the design beyond what already exists. There&#x27;s nothing marketable about this product yet.
评论 #6251619 未加载
评论 #6251620 未加载
dustingetzover 11 years ago
hosted is good but i require the option to easily host it myself (like github pages).<p>My content is my life and I want it to be around in 40 years. Even if facebook bans my account for a TOS violation where they changed the terms out from under me. Even if google hands my account to law enforcement because another country&#x27;s government doesn&#x27;t agree with my free speech.<p>I need to own my content.
评论 #6252062 未加载
评论 #6252003 未加载
SkyMarshalover 11 years ago
Do you have a &quot;data liberation&quot; type policy? Eg, if someone wanted all their content, how do they get it out?<p>I&#x27;ve gotten burned by that before with Blogger and Posterous, and now use Octopress for this reason. Open to better alternatives, but need a clear and easy way to get my content back out if I ever decide to change services.
评论 #6253870 未加载
评论 #6253989 未加载
评论 #6254952 未加载
robgoughover 11 years ago
I&#x27;ve signed up, I&#x27;m hopeful it will spur me to write and worry less about how it looks.<p>Have you given any thought to being able to import existing posts that are in markdown format? I&#x27;m currently using scriptogr.am and have a number of posts that ideally I&#x27;d like to import.
miguelrochefortover 11 years ago
I made Mardown-Powered SkyDrive-Hosted blogging platform a few weeks back.<p>All you had to do is claim a username&#x2F;url (by navigating to it), login with SkyDrive and start adding markdown files to the &quot;StratosPress&quot; (name of the service) directory in SkyDrive. No need to manually sync&#x2F;push&#x2F;publish. Just save and as soon as the file gets synced, your blog post is updated.<p>Unfortunately, nobody seems to use SkyDrive. And even if they did, who would give a random guy on the internet access to all of their SkyDrive files. I know I wouldn&#x27;t. Too bad there&#x27;s no way to restrict file access to third-party services.<p>Silvrback looks alright, but it still seems a bit too bloated to my taste. I&#x27;m not sure why exactly.
评论 #6253897 未加载
iancarrollover 11 years ago
What about <a href="http://tryghost.org" rel="nofollow">http:&#x2F;&#x2F;tryghost.org</a>? How is this going to be any different?
评论 #6251972 未加载
评论 #6252018 未加载
jordanlevover 11 years ago
This looks great! Do you plan to support comments? I know it&#x27;s a difficult thing to do so I&#x27;m not expecting that, just curious. I also know about Disqus, but that is no good for a technical blog since they took away the ability to post code samples a year or two ago.
评论 #6252639 未加载
评论 #6252551 未加载
joeblauover 11 years ago
On a related note, I found an app called Haroopad which is a cross-platform offline Markdown editor[1]. It even supports some GitHub flavored Markdown.<p>[1] - <a href="http://pad.haroopress.com/" rel="nofollow">http:&#x2F;&#x2F;pad.haroopress.com&#x2F;</a>
davidcollantesover 11 years ago
Could you provide more details? How many servers, where is the data stored, what type of support will you offer, is it an LLC, how many people behind it, company roadmap, application roadmap, what happens with it if you die tomorrow, etc?<p>Thanks!
评论 #6251811 未加载
dmarusic16over 11 years ago
Looks like nice execution and everything, but guys, I have to ask, is Wordpress really that hard to set up? Copying Medium&#x27;s theme shouldn&#x27;t be THAT much work...
评论 #6252223 未加载
评论 #6251834 未加载
评论 #6252963 未加载
cgagover 11 years ago
I don&#x27;t really understand the existence of these blog services aimed at developers when so many thousands of static site generators and rsync exist.
donniezazenover 11 years ago
Do you think WordPress has outlived its utility as a personal blogging platform? I am planning to move my blog from WordPress to something more simpler.
andyhmltnover 11 years ago
Looks quite nice, but do you really need a loading indicator for an image of your logo that&#x27;s a single colour?
artgonover 11 years ago
I like the idea but I still prefer using Github pages for my blog. Not to mention it&#x27;s free.
moneyrich2over 11 years ago
cool - thanks. i almost wrote the same thing, alas... i had other priorities.<p>will defintely check it out, but if i dont like it... you might have some competition
ozirusover 11 years ago
Why not Posthaven?
评论 #6254966 未加载
ErsatzVerkehrover 11 years ago
Will you offer MathJax support?
netherover 11 years ago
What circumstances would cause you to shut down this project in a year or two, and how likely are those circumstances?
cgmanover 11 years ago
How do I leave a comment on his blog? WTF is up with people disabling commenting... if you don&#x27;t want any feedback then I don&#x27;t care to hear what you got to say.