Software Alternatives & Reviews

Contentful VS Crowdin

Compare Contentful VS Crowdin and see what are their differences

Contentful logo Contentful

You don't need another CMS. You need a better way to manage content — unified, structured, and ready to deploy to any digital channel.

Crowdin logo Crowdin

Localize your product in a seamless way
  • Contentful Landing page
    Landing page //
    2023-10-07
Not present

Crowdin is an AI-powered localization software for teams. Connect with over 600 tools to translate your content. Manage all your multilingual content in one place. Get quality translations for your app, website, game, supporting documentation, and so on. Invite your own translation team or work with professional translation agencies within Crowdin.

Key features include:

-Integration with 600+ apps, including Git, marketing, support, and other tools.

-Get translations from Crowdin language services, agencies from the marketplace, or your own translation team.

-Content integrations with GitHub, GitLab, Bitbucket, and Azure Repos.

-Integrations with Google Play, Android Studio, VS Code, and other systems.

-iOS and Android SDKs for over-the-air content delivery, real-time preview, and screenshots.

-Figma, Adobe XD, and Sketch plugins.

-Integrations with marketing tools: Mailchimp, Contentful, SendGrid, Hubspot, Dropbox, and more.

-API, CLI, webhooks.

-Translation Memory, Screenshots, In-Context Visual Editor, Machine Translations, Quality Assurance checks, Reports, and a Marketplace.

-Tasks and more.

For more information, visit crowdin.com. For enterprise businesses, try Crowdin for Enterprise: https://crowdin.com/enterprise

Crowdin supports more than 60 file formats for mobile, software, documents, subtitles, graphics and assets: .xml, .strings, .json, .html, .xliff, .csv, .php, .resx, .yaml, .xml, .properties, .strings, and so on.

Contentful features and specs

No features have been listed yet.

Crowdin features and specs

  • Source Files Management: Support of all popular file formats, files prioritization, export options, file revisions with a rollback possibility.
  • Over-The-Air Content Delivery: An API to distribute and deliver translated content to the end users. Can be used with Crowdin Android and iOS SDK
  • Sketch Plugin: Automate translation of content on your pages and artboards into multiple languages. Quickly generate language-specific assets.
  • Jira Integration: Keep track of issues in the source strings reported by users working on the project translation. Each new issue in Crowdin becomes a sub-task in Jira automatically.
  • Translation memory: Translation Memory (TM) is the vault of previously translated content from a particular project.
  • Google Play Integration: Crowdin’s integration with Google Play improves the process of your app’s data localization.
  • GitHub, Bitbucket and GitLab Integrations: Keep files synchronized between your repository in version control system and project in Crowdin.

Contentful videos

Bits & Bytes Ep. 1 - What is Contentful?

More videos:

  • Review - A Quick look at contentful | #CodingPhase
  • Review - Gatsby And Contentful - The Headless CMS Approach - Episode 1

Crowdin videos

Unlock New Features of Crowdin AI

More videos:

  • Demo - What's Crowdin?
  • Demo - Crowdin Apps & Integrations: a single tool to localize all your content
  • Tutorial - How To Manage Translations For Your Application | Crowdin & GitHub Tutorial

Category Popularity

0-100% (relative to Contentful and Crowdin)
CMS
100 100%
0% 0
Localization
0 0%
100% 100
Blogging
100 100%
0% 0
Website Localization
0 0%
100% 100

User comments

Share your experience with using Contentful and Crowdin. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Contentful and Crowdin

Contentful Reviews

  1. Very generous free plan

    The free plan of Contentful is generous enough to allow us to run a successful technology blog without having to pay for any overheads to run it. We used them as an alternative to the previously used Ghost. We have experienced a lot of growth since this migration.

    🏁 Competitors: Ghost

21 Headless CMS Platforms That You Should Check Out
Contentful integrates with many tools and helps you create your content quickly. It is mostly used for e-commerce websites.
Source: popupsmart.com
Best Headless CMS in 2022
Contentful is an API-driven headless CMS that focuses on content and the backend. It is considered one of the best systems for small to medium enterprises. You can edit content anywhere by any smart device and integrate it with other services such as Dropbox.
Source: flatlogic.com
Best Headless CMS for 2020
Yes, hosted providers, such as Contentful would be easier to use but it literally comes with a price...
Source: dev.to
11 Headless CMS to Consider for Modern Application
It uses RESTful API development kits for all popular languages. Contentful is welcoming newcomers, so anyone can quickly create data entries.
Source: geekflare.com
34 Headless CMS That Should Be On Your Radar
Founded in 2013, Germany-based Contentful offers an API-driven headless CMS. Contentful’s RESTful API gives developers full programmatic control of content, digital assets, and translations. The platform also takes advantage of caching techniques as well as external CDN integrations to enable the delivery of API payloads in the sub-100ms range.
Source: www.cmswire.com

Crowdin Reviews

We have no reviews of Crowdin yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Crowdin should be more popular than Contentful. It has been mentiond 19 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Contentful mentions (9)

  • My blog post workflow
    Next, I’ll copy and paste the draft text to my CMS. I’ve been using Contentful since working there in 2021. I use Rich Text rather than Markdown for my posts and what’s great about this is that copying and pasting from Notion preserves hyperlinks and formatting. If I’m including anything else like code samples, images and other embedded media, I add those as separate linked entries manually whilst working through... - Source: dev.to / about 2 months ago
  • How to Style Markdown in Next.JS Using React-Markdown and SASS
    If you have a blog or website with articles or long text documents, markdown is your friend. It makes authoring documents so much easier and more intuitive than straight HTML. Markdown has a far smaller learning curve than HTML and can easily be taught to non-tech-savvy writers. Markdown editors are also built-in to headless CMSs like Contentful. - Source: dev.to / over 1 year ago
  • Looking to Create a Wordpress Style Website with Python / Flask
    It depends on the requirements, but this might actually call for a headless CMS like Forestry.io or Contentful coupled with a Static Site Generator like Hugo. The CMS will manage users/permissions/data hierarchy and provide a simple frontend for users to add content, lay out pages, etc. And then when they save a change, the SSG will re-run and render everything to static HTML/CSS/JS. Source: almost 2 years ago
  • How to Create a Blog Using Next.js and Contentful CMS
    Contentful is a headless content management system (CMS). Headless simply means there is no front-end to display the content to the consumer. It's basically a database, but much easier to setup and maintain than a traditional relational database. Contentful provides a very easy-to-use API for fetching and managing content. They also support GraphQL queries if you're into that. - Source: dev.to / almost 2 years ago
  • Test Post Dev To
    Contentful has become my favorite Headless CMS. I use it to generate static web pages, this blog, and storing other forms of data, such as user profiles. - Source: dev.to / almost 2 years ago
View more

Crowdin mentions (19)

  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Crowdin.com — Unlimited projects, unlimited strings, and collaborators for Open Source. - Source: dev.to / 3 months ago
  • Coding for UX writers
    We're using Crowdin for this, since we need to localise with external partners to different languages: https://crowdin.com/. But there are other options on the market that are geared more towards providing a true source of text, like Frontitude or Ditto: Https://www.frontitude.com/ Https://www.dittowords.com/. Source: 5 months ago
  • "the USA is the dominant english speaking country"..."and? plenty of places have things they are known for which didn't originate there, like ireland and potatoes
    You can try crowdin.com for coordinating translation. Source: 10 months ago
  • best i18n package for nextjs?
    Any specific recommendations on which one to choose? Any translation system to recommend? Such as https://crowdin.com/? Source: 11 months ago
  • Just launched Secrets 4 - A Password Manager with sharing on iCloud
    For translations I can recommend you to use sites such as Crowdin, OneSky, Transifex, Weblate. Lot of smaller (singe or small team) developers are handling translations with the help of their users. You would be surprised how easy and how fast it is to manage translations at no (or nearly) cost this way. There is a lot of users willing to help to translate the app to their native languages. Source: 11 months ago
View more

What are some alternatives?

When comparing Contentful and Crowdin, you can also consider the following products

WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.

Transifex - Transifex makes it easy to collect, translate and deliver digital content, web and mobile apps in multiple languages. Localization for agile teams.

Strapi - Strapi is the most advanced Node.

Lokalise - Localization tool for software developers. Web-based collaborative multi-platform editor, API/CLI, numerous plugins, iOS and Android SDK.

Drupal - Drupal - the leading open-source CMS for ambitious digital experiences that reach your audience across multiple channels. Because we all have different needs, Drupal allows you to create a unique space in a world of cookie-cutter solutions.

POEditor - The translation and localization management platform that's easy to use *and* affordable!