top | item 12023800

Forestry.io

251 points| achairapart | 9 years ago |forestry.io

87 comments

order
[+] chrsstrm|9 years ago|reply
If I were you, I would rethink your "beta invite" flow. Adding an email address and clicking on the "Request Invite" button doesn't send you an invite, it adds you to their MailChimp newsletter list and sends an email asking you to confirm your address (for opt-in). There is no invite code or protected page, anyone can just go to https://forestry.io/beta to sign up. Don't trick me into opting in to your newsletter when what you promised was a beta trial. Give me access and let me test drive it; if I like the service I'll sign up for your newsletter, I'll follow you on Twitter and I'll pay money for a subscription. If you pull a bait and switch on me I'll move on.
[+] jpatters|9 years ago|reply
Co-creator here. We certainly didn't intend for this feeling and have removed the Mailchimp form. There is now just a direct link to the signup page.

The people that signed up to the beta invite list will not be subscribed to our newsletters unless they sign up to Forestry and choose to opt into our newsletter. Mailchimp was simply an easy way for us to manage a list of people interested in the service. Having the list and not linking to forestry.io/beta was just our way of saving development effort. We were merely creating an artificial control over who could sign up.

Rest assured that any users that have not signed up to Forestry and opted into newsletters will be sent nothing but an invite to the beta.

[+] if_by_whisky|9 years ago|reply
I'd just add a disclaimer about the newsletter to what he's already doing. I don't like email marketing either, but it works ridiculously well. No marketer would do what you're suggesting.
[+] oftenwrong|9 years ago|reply
Not a very descriptive headline. I see many headlines like this on Hacker News with just a name, and I often skip over them. Give people some information to draw them in, and to assure them it will not be a waste of time. All I can assume at this point is that your site is about forestry.

Edit: I have looked at the site, and indeed it has nothing to do with forestry. You would do well to include in the headline the straightforward description that is already in use on the page:

"Forestry: A simple CMS for Jekyll and Hugo sites"

[+] smarinov|9 years ago|reply
+1, I expected some software toolset for managing natural parks or the wood industry, at most.
[+] ckdarby|9 years ago|reply
I agree. I'm always confused how non-descriptive stories make it to the frontpage of HN though...
[+] achairapart|9 years ago|reply
Sorry, my fault, and I agree with you. I quickly submitted this just before bed as a reminder and found it on the front-page today. Also, I'm not linked with the creators in any way, just genuinely interested about the service itself.
[+] Kiro|9 years ago|reply
I'm the opposite. When it's just a name I become intrigued, always thinking "is this the next big thing?" and thrilled to find out what it is.
[+] semi-extrinsic|9 years ago|reply
Was expecting some IoT SAAS for actual forest/garden management. Was disappointed.
[+] throwaway6436|9 years ago|reply
Just skip anything that's on an .io TLD. You'll be fine.

It's probably a Heartbleed style GitHub Pages site for the latest bloat-free Rust rewrite of leftpad, anyway

@jpatters: if you care about this, move it to a .com. I winced.

[+] sgallant|9 years ago|reply
Co-creator here. I was building a website for someone last summer and I REALLY didn't want to use WordPress, so my friend and I built forestry.io.

Some highlights:

• Supports all Jekyll plugins

• Integrates with GitHub & Bitbucket (commits back to your repo)

• Zero configuration for you project

• Hosting not provided (deploy to S3, Github Pages, FTP)

• Use Markdown or WYSIWYG

I'd love to know what you think if the concept. Get in touch at [email protected] if you have any specific needs.

Thanks!

[+] aug-riedinger|9 years ago|reply
I agree that the project not being open-source is a great no-go.

You guys should consider replicating the Wordpress model: open-source tools and paid plans for hosting & support.

Don't think that S3 or github pages are too simple for a user to being autonomous in deployment. IMHO typical use case for your product is a tech guyssetting things up for some non tech people to administrate and write content afterwards.

This means the keys are : - 0 tech steps in administration (no git push, no jekyll generate etc.) - plugins - plugins - plugins - themes - plugins

But clearly if this can become an alternative to WP, this is great because devs hate WP and it scales really bad, while static websites is the complete opposite.

[+] me_bx|9 years ago|reply
> I'd love to know what you think if the concept

Having an interface to edit the blog content is great for us devs who would like to involve non-technical people in the copywriting.

However, I'm wondering about the fit of your solution to your target audience: jekyll users are developers, and use an open source solution they can control and customize.

Why would they want to add a closed-source hosted piece on top of it? Personally it's a no-go for me.

[+] schneidmaster|9 years ago|reply
Hey -- this seems really cool, especially for one Jekyll site I manage but want a nontechnical person to be able to update. I found a bug(?) though -- I linked it to a site deployed on S3 and published a test post, and it pushed all the newly built files to s3, but didn't set them to the public-read ACL, so I got AccessDenied errors on refresh until I logged into s3 and manually set them public myself.

Edit: Another piece of feedback -- it's really awesome that it picks up on my custom frontmatter when editing posts, but when I create a new post, none of the custom frontmatter fields are there. Can I enter the frontmatter in the WYSIWYG or is there some other way to add it?

[+] lxcid|9 years ago|reply
Cool site. May I ask is your WYSIWYG custom made?
[+] mablap|9 years ago|reply
Looks good!

Can I buy the software and run it locally? I'm extremely interested for a client, but there is no way they will surrender ownership of their content to a third party - and I sadly won't suggest they do.

I assume they could pay 150-300 bucks for a single-site license and something like 5-6 pages. Their website is very small. Honestly, cook up a license with per n-page fees and I'm sure you'll sell a bunch.

[+] jpatters|9 years ago|reply
Is is only a hosted solution for now. However, if you keep your content in a repo on GitHub or Bitbucket, you can connect that to Forestry and Forestry will commit any changes back to your repo. There is no surrender of content required. Since Jekyll is open source and you retain your content in the form of a Jekyll project, there is really nothing we could do "lock you in" per say.
[+] kjaer|9 years ago|reply
This is great! I have a bit of feedback though:

- Does it really need access to my private repos too? I don't get to only let it see public repos? There's a reason some of my repos are private, and I don't really feel comfortable letting a third-party accessing them.

- It's a bit weird that my posts are listed in reverse chronological order.

- Having a way do add a description and required formatting (string, date, int...) to the different YAML Frontmatter fields would be great. Prose.io supports this, for instance, and I think that this is hugely important for non-technical users.

- Why don't I get to see and/or edit the date of my posts?

[+] jpatters|9 years ago|reply
GitHub's api permissions aren't very granular. We can choose between all public repos, or all public and private repos. A lot of our users have their site in a private repo as it is for an internal wiki or simply a site they are still developing. Giving the user the ability to choose between all public and all public and private complicates the flow, especially if you chose all public when you started and then later want to access a private repo. This is something that we will take into consideration as the the product grows though.

Your posts should be listed with the most recent first. This seems to be pretty standard across content management systems. However, we will have sorting out into production soon.

I'm not 100% certain what you mean with regards to frontmatter. Right now, when you create a new page/post the fields that show up are determined by the frontmatter defaults (in Jekyll) or the archetype (in Hugo). The type of data that a field accepts is derived from the content in existing fields. We are working on giving the user the ability to change the content type of a given field and to add additional frontmatter fields.

The fields are derived from the frontmatter in a content file. If the content file has a date field in frontmatter, you will see a date field. I realize that Jekyll incorporates the date into the name of the content file so you may not have a reason to add a date field to frontmatter. I'll add that to my todo list.

[+] rubiquity|9 years ago|reply
I've thought about building this a million times. For the people that don't understand it, it's web UI managed Jekyll that takes those web changes and puts them into git/github (presumably GitHub) so that you get the auto-deploy feature of Jekyll based GitHub pages. Kudos and good luck.
[+] sippeangelo|9 years ago|reply
"Forestry". Really? I can understand many other hot startups using names of random objects, but using the name of an entire completely different profession?
[+] sgallant|9 years ago|reply
Hahaha. Co-creator here. I know, it's silly. Here's how we came up with it:

My partner and I used to drive 2 hours to meet our team every Monday at our old startup. We conceived of the idea on one of these drives and the conversation went like this:

Jordan - "So what are we going to call this thing?" Scott - "I don't know, some cool .io name?" We passed an RV that had a "Caravan" logo on it Scott - "Like caravan.io" Jordan - "That's stupid" We passed another RV that had a "Forestry" logo on it Scott - "Or forestry.io" Jordan - "That's stupid too"

I did a search that night, caravan.io was taken but forestry.io was available :)

[+] adiabatty|9 years ago|reply
Makes as much sense as a book-and-music seller named after a river in Brazil. We do just fine with weird things like this if they're ingrained enough.
[+] lmitchell|9 years ago|reply
As someone whose parents are both foresters, this actually confused me pretty hard. I'm disappointed this wasn't a forestry-oriented startup :P
[+] Cerium|9 years ago|reply
I was excited at the prospect of an API service offering up to date forestry data.
[+] BinaryIdiot|9 years ago|reply
Yeah I'll admit it took me way too long to try and figure out what this website had to do with foresting before I realized it was absolutely zero. I scrolled, read and clicked around way to make to try and make sure I wasn't missing something.
[+] antod|9 years ago|reply
Something something about growing and monetising (b)logs?

Nah, I got nothing.

[+] hrbrtglm|9 years ago|reply
You mean like Apple taking the name of a primeur business ?
[+] quaffapint|9 years ago|reply
Is this like how http://prose.io/ is with github? I've been using that and it works ok, though sometimes things don't seem to take the first time.
[+] ljoshua|9 years ago|reply
Ooh, looks nice. I assume it's going to be a service though? Anyone know of similar style products out there that are self-hosted or open source? I have several scenarios where it would be great to tie together a static repo, an on-demand CMS like this, and the pushed final product, just like this looks like it will do.

Requested access though, looking forward to seeing more.

[+] killercup|9 years ago|reply
This reminds me: About a year ago I wrote down [1] some ideas I had about a static site generator that defines its structures in JSON schema (or something alike). It then uses this type information to validate the correct usage in all templates and inputs, as well as to generate a UI for editing. I'm pretty sure this idea is still a few steps ahead of any product/OSS I've seen in this space. Sadly, I've only ever implemented a simple prototype.

So, if anyone wants to give that a go, I'd be happy to see this implemented!

[1]: https://pascalhertleif.de/artikel/silicon-zucchini/

[+] edude03|9 years ago|reply
That sounds sort of like Contentful (not affiliated in anyway, but came up when I was looking for a "content storage as a service" type thing.
[+] calcipher|9 years ago|reply
Are there any advantages to this over cloudcannon? They seem very similar.
[+] bg0|9 years ago|reply
Would love to hear a reply to this since this is your biggest likely competitor.
[+] duffy0|9 years ago|reply
Looks a lot like SiteLeaf.com to me.
[+] ryanSrich|9 years ago|reply
This was my initial thought as well. We used siteleaf for around 6 months until we outgrew it.
[+] vikeri|9 years ago|reply
Any plans on supporting Gitlab and Gitlab Pages? Would also be stoked if it was open source, I'd probably still pay for the service but just knowing that it is OSS and that I could tweak it myself would be great.
[+] aaggarwal|9 years ago|reply
I'm using mobile and the adding website flow is smooth and concise. I connected my blog hosted on GitHub. The only caveat is that this requires permission to access everything on your GitHub account, public and private repositories, and permission to do anything with them.

However, after adding the website repository, I'm not able to see any posts, is this only for pages? There are some UI issues with page editor on mobile that can be sorted out in beta. Nice product!

Update: I can access posts after changing the URL, but a direct link is missing in the UI.

[+] vortico|9 years ago|reply
I was actually looking for a CMS I could use for my dad's forestry company. I could set up the server and design, and he could log in to change the content.
[+] greggman|9 years ago|reply
Well I didn't want to post this on HN but I can't find any contact info in your site nor your HN profile so ....

The mobile landing page plays the video on touchstart which makes it hard to scroll through the page since any touch of the thumbnails, even just for the purpose of scrollong, starts the videos :(

[+] type0|9 years ago|reply
I went there to read some forestry information and I couldn't see the wood for all the trees!
[+] kfk|9 years ago|reply
You might want to do a comparison vs wordpress. I would love to use another cms system, but wp is not only wp, it is an ecosystem of products for building websites, how does forestry compare to that? Can forestry reduce my development cost for custom solutions?
[+] jpatters|9 years ago|reply
You are right, Wordpress is not just Wordpress. And the obvious thing that we are missing is the plugin ecosystem that Wordpress has.

That being said, if you can do without plugins, I would highly recommend using a static site generator as it can reduce your development cost as well as your management cost. There is no backend to build and no server to manage. Forestry is a tool to allow you to take advantage of the benefits of a static site generator from a development and management perspective, and still allow your clients/users to be able to manage their content.

[+] carloselhalabi|9 years ago|reply
I looked up -not so- real quick for your code on Github, without luck. Are you NOT open source?
[+] kmfrk|9 years ago|reply
This looks great! I'd probably only use it for a real project, if it came with more fine-grained permissions, though. I wouldn't want writers or editors to control pages and chunks, for instance.

Still the best Jekyll CMS I've seen.

[+] jpatters|9 years ago|reply
We are working on permissions. Ideally, what would you like to see?