Hey HN, In my opinion, platforms like WordPress can feel bloated or be intimidating to new users. For this reason, I wanted to build a blogging platform on top of Google Docs. I actually run my own blog as a side project, and I use GDocs religiously because of its excellent collaboration and sharing features. When I’m collaborating with dozens of writers, it’s convenient to be able to use a product that everyone is f…
It looks like good fun, but I'll be honest I find the name very insulting. I've had a wordpress website for 8 years. Is this going to work in 8 years? 6 months?
Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
11–20 of 114 posts
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#12However I am beginning to feel that the user experience might not be exactly equivalent.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#13But it's Google and right now we're mad at them. The most pleasurable set-up I do, for work and personal, is have a DO droplet hosting a bare-boned server, where static pages are served up, mostly text - because content is King, right?
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#14Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#15Hey HN, In my opinion, platforms like WordPress can feel bloated or be intimidating to new users. For this reason, I wanted to build a blogging platform on top of Google Docs. I actually run my own blog as a side project, and I use GDocs religiously because of its excellent collaboration and sharing features. When I’m collaborating with dozens of writers, it’s convenient to be able to use a product that everyone is f…
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#16Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#17WordPress isn't really targeted at single-user blogs for technical people... it's targeted at an environment where you can have multiple people writing blog posts and doing design without being programmers or mucking with the server. And it fits that need very well.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#18Hey HN, In my opinion, platforms like WordPress can feel bloated or be intimidating to new users. For this reason, I wanted to build a blogging platform on top of Google Docs. I actually run my own blog as a side project, and I use GDocs religiously because of its excellent collaboration and sharing features. When I’m collaborating with dozens of writers, it’s convenient to be able to use a product that everyone is f…
I really like this. I have a pretty big legacy site with one section full of user-contributed (HTML/images) tutorials written over a period of 20 years (yes, the site has been up over 20 years) and it'd be nice to just copy/paste them into something like google docs, tweak them a bit to make all the styles match, and then republish them. Your site says the project is open source, but I can't find any link. Will you s…
Contributions are very welcome!
Code is very hacky and I've been trying to manage making some changes between all the feedback I've gotten and my full time job.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#19Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#20Hey HN, In my opinion, platforms like WordPress can feel bloated or be intimidating to new users. For this reason, I wanted to build a blogging platform on top of Google Docs. I actually run my own blog as a side project, and I use GDocs religiously because of its excellent collaboration and sharing features. When I’m collaborating with dozens of writers, it’s convenient to be able to use a product that everyone is f…
Very cool! I'm guessing that this relies on Google not breaking, disabling or rate-limiting their Docs API, correct?
There is a rate limit on their API although I don't think I will hit it at this point of the project, but I do plan to start thinking about how I can cache/save the export from the Google doc for pages that are getting hit really hard. Any ideas?