Alternatives to Forestry logo

Alternatives to Forestry

Netlify CMS, Netlify, Contentful, WordPress, and Google AdSense are the most popular alternatives and competitors to Forestry.
96
129
+ 1
0

What is Forestry and what are its top alternatives?

It is a simple Git-based CMS for Jekyll and Hugo sites. Built for devs who hate bloat. It helps developers manage a content-based system into their websites seamlessly and there's also the benefits of collaborating with teams while at it.
Forestry is a tool in the Self-Hosted Blogging / CMS category of a tech stack.

Top Alternatives to Forestry

  • Netlify CMS
    Netlify CMS

    It is built as a single-page React app. You can create custom-styled previews, UI widgets, and editor plugins or add backends to support different Git platform APIs. ...

  • Netlify
    Netlify

    Netlify is smart enough to process your site and make sure all assets gets optimized and served with perfect caching-headers from a cookie-less domain. We make sure your HTML is served straight from our CDN edge nodes without any round-trip to our backend servers and are the only ones to give you instant cache invalidation when you push a new deploy. Netlify is also the only static hosting service with integrated continuous deployment. ...

  • Contentful
    Contentful

    With Contentful, you can bring your content anywhere using our APIs, completely customize your content structure all while using your preferred programming languages and frameworks. ...

  • WordPress
    WordPress

    The core software is built by hundreds of community volunteers, and when you’re ready for more there are thousands of plugins and themes available to transform your site into almost anything you can imagine. Over 60 million people have chosen WordPress to power the place on the web they call “home” — we’d love you to join the family. ...

  • Google AdSense
    Google AdSense

    It is a program run by Google through which website publishers in the Google Network of content sites serve text, images, video, or interactive media advertisements that are targeted to the site content and audience. ...

  • Mailchimp
    Mailchimp

    MailChimp helps you design email newsletters, share them on social networks, integrate with services you already use, and track your results. It's like your own personal publishing platform. ...

  • HubSpot
    HubSpot

    Attract, convert, close and delight customers with HubSpot’s complete set of marketing tools. HubSpot all-in-one marketing software helps more than 12,000 companies in 56 countries attract leads and convert them into customers. ...

  • Drupal
    Drupal

    Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world. ...

Forestry alternatives & related posts

Netlify CMS logo

Netlify CMS

518
6
Open source content management for your Git workflow
518
6
PROS OF NETLIFY CMS
  • 3
    Open source
  • 2
    Free
  • 1
    GraphQL API
CONS OF NETLIFY CMS
  • 2
    No relations between items

related Netlify CMS posts

Jan Vlnas
Senior Software Engineer at Mews · | 6 upvotes · 69.5K views

Depends on what options and technologies you have available, and how do you deploy your website.

There are CMSs which update existing static pages through FTP: You provide access credentials, mark editable parts of your HTML in a markup, and then edit the content through the hosted CMS. I know two systems which work like that: Cushy CMS and Surreal CMS.

If the source of your site is versioned through Git (and hosted on GitHub), you have other options, like Netlify CMS, Spinal CMS, Siteleaf, Forestry, or CloudCannon. Some of these also need you to use static site generator (like 11ty, Jekyll, or Hugo).

If you have some server-side scripting support available (typically PHP) you can also consider some flat-file based, server-side systems, like Kirby CMS or Lektor, which are usually simpler to retrofit into an existing template than “traditional” CMSs (WordPress, Drupal).

Finally, you could also use a desktop-based static site generator which provides a user-friendly GUI, and then locally generates and uploads the website. For example Publii, YouDoCMS, Agit CMS.

See more
Hanna Rosenfeld

Hi,

for my last project, my client wanted a CMS to edit basically the entire webpage. I used Netlify CMS for this, but I ran into a lot of issues. I am not sure if CMSs are just hard in general.

What matters to me is pricing (ideally free forever) and that the CMS is easy to use and SIMPLE.

Is Storyblok better than NetlifyCMS? Or should I try Contentful?

See more
Netlify logo

Netlify

3.4K
206
Build, deploy and host your static site or app with a drag and drop interface and automatic delpoys...
3.4K
206
PROS OF NETLIFY
  • 46
    Easy deploy
  • 43
    Fastest static hosting and continuous deployments
  • 22
    Free SSL support
  • 22
    Super simple deploys
  • 15
    Easy Setup and Continous deployments
  • 10
    Faster than any other option in the market
  • 10
    Free plan for personal websites
  • 8
    Deploy previews
  • 6
    Free Open Source (Pro) plan
  • 4
    Easy to use and great support
  • 4
    Analytics
  • 4
    Great loop-in material on a blog
  • 3
    Custom domains support
  • 3
    Fastest static hosting and continuous deployments
  • 3
    Great drag and drop functionality
  • 1
    Canary Releases (Split Tests)
  • 1
    Supports static site generators
  • 1
    Tech oriented support
  • 0
    Django
CONS OF NETLIFY
  • 7
    It's expensive
  • 1
    Bandwidth limitation

related Netlify posts

Johnny Bell

I was building a personal project that I needed to store items in a real time database. I am more comfortable with my Frontend skills than my backend so I didn't want to spend time building out anything in Ruby or Go.

I stumbled on Firebase by #Google, and it was really all I needed. It had realtime data, an area for storing file uploads and best of all for the amount of data I needed it was free!

I built out my application using tools I was familiar with, React for the framework, Redux.js to manage my state across components, and styled-components for the styling.

Now as this was a project I was just working on in my free time for fun I didn't really want to pay for hosting. I did some research and I found Netlify. I had actually seen them at #ReactRally the year before and deployed a Gatsby site to Netlify already.

Netlify was very easy to setup and link to my GitHub account you select a repo and pretty much with very little configuration you have a live site that will deploy every time you push to master.

With the selection of these tools I was able to build out my application, connect it to a realtime database, and deploy to a live environment all with $0 spent.

If you're looking to build out a small app I suggest giving these tools a go as you can get your idea out into the real world for absolutely no cost.

See more
Jeyabalaji Subramanian

At FundsCorner, we are on a mission to enable fast accessible credit to India’s Kirana Stores. We are an early stage startup with an ultra small Engineering team. All the tech decisions we have made until now are based on our core philosophy: "Build usable products fast".

Based on the above fundamentals, we chose Python as our base language for all our APIs and micro-services. It is ultra easy to start with, yet provides great libraries even for the most complex of use cases. Our entire backend stack runs on Python and we cannot be more happy with it! If you are looking to deploy your API as server-less, Python provides one of the least cold start times.

We build our APIs with Flask. For backend database, our natural choice was MongoDB. It frees up our time from complex database specifications - we instead use our time in doing sensible data modelling & once we finalize the data model, we integrate it into Flask using Swagger UI. Mongo supports complex queries to cull out difficult data through aggregation framework & we have even built an internal framework called "Poetry", for aggregation queries.

Our web apps are built on Vue.js , Vuetify and vuex. Initially we debated a lot around choosing Vue.js or React , but finally settled with Vue.js, mainly because of the ease of use, fast development cycles & awesome set of libraries and utilities backing Vue.

You simply cannot go wrong with Vue.js . Great documentation, the library is ultra compact & is blazing fast. Choosing Vue.js was one of the critical decisions made, which enabled us to launch our web app in under a month (which otherwise would have taken 3 months easily). For those folks who are looking for big names, Adobe, and Alibaba and Gitlab are using Vue.

By choosing Vuetify, we saved thousands of person hours in designing the CSS files. Vuetify contains all key material components for designing a smooth User experience & it just works! It's an awesome framework. All of us at FundsCorner are now lifelong fanboys of Vue.js and Vuetify.

On the infrastructure side, all our API services and backend services are deployed as server less micro-services through Zappa. Zappa makes your life super easy by packaging everything that is required to deploy your code as AWS Lambda. We are now addicted to the single - click deploys / updates through Zappa. Try it out & you will convert!

Also, if you are using Zappa, you can greatly simplify your CI / CD pipelines. Do try it! It's just awesome! and... you will be astonished by the savings you have made on AWS bills at end of the month.

Our CI / CD pipelines are built using GitLab CI. The documentation is very good & it enables you to go from from concept to production in minimal time frame.

We use Sentry for all crash reporting and resolution. Pro tip, they do have handlers for AWS Lambda , which made our integration super easy.

All our micro-services including APIs are event-driven. Our background micro-services are message oriented & we use Amazon SQS as our message pipe. We have our own in-house workflow manager to orchestrate across micro - services.

We host our static websites on Netlify. One of the cool things about Netlify is the automated CI / CD on git push. You just do a git push to deploy! Again, it is super simple to use and it just works. We were dogmatic about going server less even on static web sites & you can go server less on Netlify in a few minutes. It's just a few clicks away.

We use Google Compute Engine, especially Google Vision for our AI experiments.

For Ops automation, we use Slack. Slack provides a super-rich API (through Slack App) through which you can weave magical automation on boring ops tasks.

See more
Contentful logo

Contentful

824
70
Contentful is a cloud-based API-first content platform
824
70
PROS OF CONTENTFUL
  • 30
    API-based cms
  • 17
    Much better than WordPress
  • 11
    Simple and customizable
  • 5
    Images API
  • 3
    Free for small projects
  • 1
    Tag Manager like UI
  • 1
    Extensible dashboard UI
  • 1
    Managed Service
  • 1
    Super simple to integrate
CONS OF CONTENTFUL
  • 5
    No spell check
  • 5
    No repeater Field
  • 4
    No free plan
  • 3
    Slow dashboard
  • 2
    Enterprise targeted
  • 2
    Pricey
  • 2
    Limited content types
  • 1
    Not scalable
  • 1
    No GraphQL API

related Contentful posts

Hi, I went through a comprehensive analysis - of headless/api content management systems - essentially to store content "bits" and publish them where needed (website, 3rd party sites, social media, etc.). I had considered many other solutions but ultimately chose Directus. I believe that was a good choice.

I had strongly considered Contentful, Strapi, Sanity, and hygraph. Hygraph came in #2 and contentful #3.

Ultimately I liked directus for:

(1) time in business

(2) open source

(3) integration with n8n and Pipedream

(4) pricing

(5) extensibility

Thoughts? Was this a good choice? We have many WordPress sites we're not (at least now) looking to replace with Directus, but instead to push to.

I'd love some feedback.

See more
Shared insights
on
ContentfulContentfulFirebaseFirebase

Hi. I am gonna build a simple app for a company to ease their work. The company is sending out pdf files to their users' email. The data is a health analysis with a lot of different health values. The app should be an MVP, where users can watch their data instead of opening a pdf file. The company should be able to fill in the data in either Firebase or Contentful database. Is Contentful or Firebase best for this solution? What is your opinion?

See more
WordPress logo

WordPress

98.3K
2.1K
A semantic personal publishing platform with a focus on aesthetics, web standards, and usability.
98.3K
2.1K
PROS OF WORDPRESS
  • 416
    Customizable
  • 367
    Easy to manage
  • 354
    Plugins & themes
  • 259
    Non-tech colleagues can update website content
  • 247
    Really powerful
  • 145
    Rapid website development
  • 78
    Best documentation
  • 51
    Codex
  • 44
    Product feature set
  • 35
    Custom/internal social network
  • 18
    Open source
  • 8
    Great for all types of websites
  • 7
    Huge install and user base
  • 5
    I like it like I like a kick in the groin
  • 5
    It's simple and easy to use by any novice
  • 5
    Perfect example of user collaboration
  • 5
    Open Source Community
  • 5
    Most websites make use of it
  • 5
    Best
  • 4
    API-based CMS
  • 4
    Community
  • 3
    Easy To use
  • 2
    <a href="https://secure.wphackedhel">Easy Beginner</a>
CONS OF WORDPRESS
  • 13
    Hard to keep up-to-date if you customize things
  • 13
    Plugins are of mixed quality
  • 10
    Not best backend UI
  • 2
    Complex Organization
  • 1
    Do not cover all the basics in the core
  • 1
    Great Security

related WordPress posts

Shared insights
on
ElementorElementorWordPressWordPress

hello guys, I need your help. I created a website, I've been using Elementor forever, but yesterday I bought a template after I made the purchase I knew I made a mistake, cause the template was in HTML, can anyone please show me how to put this HTML template in my WordPress so it will be the face of my website, thank you in advance.

See more
Dale Ross
Independent Contractor at Self Employed · | 22 upvotes · 1.7M views

I've heard that I have the ability to write well, at times. When it flows, it flows. I decided to start blogging in 2013 on Blogger. I started a company and joined BizPark with the Microsoft Azure allotment. I created a WordPress blog and did a migration at some point. A lot happened in the time after that migration but I stopped coding and changed cities during tumultuous times that taught me many lessons concerning mental health and productivity. I eventually graduated from BizSpark and outgrew the credit allotment. That killed the WordPress blog.

I blogged about writing again on the existing Blogger blog but it didn't feel right. I looked at a few options where I wouldn't have to worry about hosting cost indefinitely and Jekyll stood out with GitHub Pages. The Importer was fairly straightforward for the existing blog posts.

Todo * Set up redirects for all posts on blogger. The URI format is different so a complete redirect wouldn't work. Although, there may be something in Jekyll that could manage the redirects. I did notice the old URLs were stored in the front matter. I'm working on a command-line Ruby gem for the current plan. * I did find some of the lost WordPress posts on archive.org that I downloaded with the waybackmachinedownloader. I think I might write an importer for that. * I still have a few Disqus comment threads to map

See more
Google AdSense logo

Google AdSense

24.2K
0
A program that allows bloggers and website owners to make money by displaying Google ads
24.2K
0
PROS OF GOOGLE ADSENSE
    Be the first to leave a pro
    CONS OF GOOGLE ADSENSE
    • 1
      Plenty installs but low on actual users

    related Google AdSense posts

    Shared insights
    on
    Google AdSenseGoogle AdSensePurpleAdsPurpleAds

    which of the ads platform pays better? What about PurpleAds?

    Google AdSense has refused to post ads on my site.

    See more
    Shared insights
    on
    TaboolaTaboolaGoogle AdSenseGoogle AdSense

    Really can not decide which one to add. Google AdSense email say that they are ready to show ads... Taboola is on review.

    See more
    Mailchimp logo

    Mailchimp

    22.9K
    1.2K
    Easy email newsletters
    22.9K
    1.2K
    PROS OF MAILCHIMP
    • 259
      Smooth setup & ui
    • 248
      Mailing list
    • 148
      Robust e-mail creation
    • 120
      Integrates with a lot of external services
    • 109
      Custom templates
    • 59
      Free tier
    • 49
      Great api
    • 42
      Great UI
    • 33
      A/B Testing Subject Lines
    • 30
      Broad feature set
    • 11
      Subscriber Analytics
    • 9
      Great interface. The standard for email marketing
    • 8
      Great documentation
    • 8
      Mandrill integration
    • 7
      Segmentation
    • 6
      Best deliverability; helps you be the good guy
    • 5
      Facebook Integration
    • 5
      Autoresponders
    • 3
      Customization
    • 3
      RSS-to-email
    • 3
      Co-branding
    • 3
      Embedded signup forms
    • 2
      Automation
    • 1
      Great logo
    • 1
      Groups
    • 0
      Landing pages
    CONS OF MAILCHIMP
    • 2
      Super expensive
    • 1
      Poor API
    • 1
      Charged based on subscribers as opposed to emails sent

    related Mailchimp posts

    Kirill Shirinkin
    Cloud and DevOps Consultant at mkdev · | 12 upvotes · 711K views

    As a small startup we are very conscious about picking up the tools we use to run the project. After suffering with a mess of using at the same time Trello , Slack , Telegram and what not, we arrived at a small set of tools that cover all our current needs. For product management, file sharing, team communication etc we chose Basecamp and couldn't be more happy about it. For Customer Support and Sales Intercom works amazingly well. We are using MailChimp for email marketing since over 4 years and it still covers all our needs. Then on payment side combination of Stripe and Octobat helps us to process all the payments and generate compliant invoices. On techie side we use Rollbar and GitLab (for both code and CI). For corporate email we picked G Suite. That all costs us in total around 300$ a month, which is quite okay.

    See more
    Spenser Coke
    Product Engineer at Loanlink.de · | 9 upvotes · 311.4K views

    When starting a new company and building a new product w/ limited engineering we chose to optimize for expertise and rapid development, landing on Rails API, w/ AngularJS on the front.

    The reality is that we're building a CRUD app, so we considered going w/ vanilla Rails MVC to optimize velocity early on (it may not be sexy, but it gets the job done). Instead, we opted to split the codebase to allow for a richer front-end experience, focus on skill specificity when hiring, and give us the flexibility to be consumed by multiple clients in the future.

    We also considered .NET core or Node.js for the API layer, and React on the front-end, but our experiences dealing with mature Node APIs and the rapid-fire changes that comes with state management in React-land put us off, given our level of experience with those tools.

    We're using GitHub and Trello to track issues and projects, and a plethora of other tools to help the operational team, like Zapier, MailChimp, Google Drive with some basic Vue.js & HTML5 apps for smaller internal-facing web projects.

    See more
    HubSpot logo

    HubSpot

    11.3K
    88
    All the software you need to do inbound marketing.
    11.3K
    88
    PROS OF HUBSPOT
    • 47
      Lead management
    • 20
      Automatic customer segmenting based on properties
    • 18
      Email / Blog scheduling
    • 1
      Scam
    • 1
      Advertisement
    • 1
      Any Franchises using Hubspot Sales CRM?
    CONS OF HUBSPOT
      Be the first to leave a con

      related HubSpot posts

      Shared insights
      on
      HubSpotHubSpotPipedrivePipedrive

      Looking for the best CRM choice for an early-stage tech company selling through product-led growth to medium and big companies. Don't know if Salesforce or HubSpot are too rigid for PGL and expensive. I also had an experience of companies outgrowing Pipedrive pretty fast

      See more
      Shared insights
      on
      FreshsalesFreshsalesHubSpotHubSpot

      Comparing HubSpot and Freshsales, not sure which to choose. Company and contact information is shareable among tech and sales teams allowing both parties to upkeep customers' contact details. Capturing leads from social media and system assigning to sales or having the option to manual assign. Sales follow up with sales activities. Once deal, technical involve to follow up regular customer visits, support ticketing, training, remind customers to renew licenses, work on projects and etc. Require a single platform to share a calendar to understand internal team activities and customer activities.

      See more
      Drupal logo

      Drupal

      11.1K
      360
      Free, Open, Modular CMS written in PHP
      11.1K
      360
      PROS OF DRUPAL
      • 75
        Stable, highly functional cms
      • 60
        Great community
      • 44
        Easy cms to make websites
      • 43
        Highly customizable
      • 22
        Digital customer experience delivery platform
      • 17
        Really powerful
      • 16
        Customizable
      • 11
        Flexible
      • 10
        Good tool for prototyping
      • 9
        Enterprise proven over many years when others failed
      • 8
        Headless adds even more power/flexibility
      • 8
        Open source
      • 7
        Each version becomes more intuitive for clients to use
      • 7
        Well documented
      • 6
        Lego blocks methodology
      • 4
        Caching and performance
      • 3
        Built on Symfony
      • 3
        Powerful
      • 3
        Can build anything
      • 2
        Views
      • 2
        API-based CMS
      CONS OF DRUPAL
      • 1
        DJango
      • 1
        Steep learning curve

      related Drupal posts

      Hi, I am working as a web developer (PHP, Laravel, AngularJS, and MySQL) with more than 8 years of experience and looking for a tech stack that pays better. I have a little bit of knowledge of Core Java. For better opportunities, Should I learn Java, Spring Boot or Python. Or should I learn Drupal, WordPress or Magento? Any guidance would be really appreciated! Thanks.

      See more
      Jan Vlnas
      Senior Software Engineer at Mews · | 6 upvotes · 69.5K views

      Depends on what options and technologies you have available, and how do you deploy your website.

      There are CMSs which update existing static pages through FTP: You provide access credentials, mark editable parts of your HTML in a markup, and then edit the content through the hosted CMS. I know two systems which work like that: Cushy CMS and Surreal CMS.

      If the source of your site is versioned through Git (and hosted on GitHub), you have other options, like Netlify CMS, Spinal CMS, Siteleaf, Forestry, or CloudCannon. Some of these also need you to use static site generator (like 11ty, Jekyll, or Hugo).

      If you have some server-side scripting support available (typically PHP) you can also consider some flat-file based, server-side systems, like Kirby CMS or Lektor, which are usually simpler to retrofit into an existing template than “traditional” CMSs (WordPress, Drupal).

      Finally, you could also use a desktop-based static site generator which provides a user-friendly GUI, and then locally generates and uploads the website. For example Publii, YouDoCMS, Agit CMS.

      See more