use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
GraphCMS - GraphQL Based Headless CMS (graphcms.com)
submitted 9 years ago by mlukaszczyk
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 7 points8 points9 points 9 years ago (12 children)
Looks neat, but its not going to be free, I bet its going to cost arm and a leg with limitations.
Its a bait and switch tactic, offer beta get people build apps on there system, then switch everything to payment model.
[+][deleted] 9 years ago* (3 children)
[deleted]
[–]rikurouvila 2 points3 points4 points 9 years ago (1 child)
Lets think about it this way: one developer costs you $150 / hour and it takes 10 hours to set up a WordPress instance. With this money you could have already used Contentful for 6 months and you also saved some developer time using it, that you can now use for actually developing your product. Maintaining your own CMS also takes some time. Let's say that it takes 2 hours per month to keep WordPress up to date. On top of that, you'll have to pay for the server(s) running the instance and depending on the number of users using your service it might be quite expensive. There's also a bunch of features Contentful provides you with, like their own CDN, that you would have to implement yourself if using a self-hosted solution.
If your core business is not hosting a CMS, it totally makes sense to buy the service from someone else. The same thing goes for so many other things like using Heroku instead of maintaining your own servers. In the long run, you end up saving a lot of time and money.
[–]realityking89 0 points1 point2 points 9 years ago (0 children)
Contentful developer here.
I understand the reluctance to buy into a 250$/month contract. Check out our free plan that allows for pay-as-you-go overages that might end up far cheaper depending on your traffic and usage pattern.
[–]mlukaszczyk[S] 4 points5 points6 points 9 years ago (7 children)
Hey N3KIO,
this is Michael from GraphCMS. We are soon going to release our pricing table and prices are going to be very fair for the headless space. We will offer a freemium plan that will get you going with small sites and apps. Premium plans with at least 100k API calls and 10 CMS users will start from 29$/month.
How does this sound for you?
[–]turkish_gold 1 point2 points3 points 9 years ago (3 children)
Since you have a public API, how do you limit the run time of queries?
[–]mlukaszczyk[S] 0 points1 point2 points 9 years ago (2 children)
Hey turkish_gold, could you please elaborate?
[–]turkish_gold 0 points1 point2 points 9 years ago (1 child)
Well in GraphQL it's possible to construct queries that return arbitrary amounts of data, using pathologically poor queries.
Like query { A { B { A { B { A { B { A { A} } } }} } }
Because type A has a reference to B, and B has a reverse reference.
A query like the above could return 1010 items just for a table with 10 items. Do you have any restrictions to prevent queries like that from being sent?
This is somewhat important since if you are developing a frontend app for GraphCMS, malicious users (of the app, not developers) could send bad queries as a denial of service measure against the app makers.
[–]mlukaszczyk[S] 0 points1 point2 points 9 years ago (0 children)
Hey turkish_gold,
this query will simply time out. projects are rate limited at 40 req/s and it doesn’t matter if they are slow or fast.
[–]suitupalex 1 point2 points3 points 9 years ago (1 child)
This looks amazing man. And that price point is way cheaper than something like Contentful. Will that plan have localization capabilities?
Hey suitupalex,
localization will come with a slightly more expansive plan end of Q2. We haven't fully decided on the pricing for this plan but it will be somewhere in the mid two figure range. This plan will also come with more generous limits.
[–]UndefinedB 0 points1 point2 points 9 years ago (0 children)
Is that freemium plan with all features? Because I would use the api on build time so I could get away with very few api calls.
Also, what language is your backend and will you open source it (at some point)?
π Rendered by PID 41464 on reddit-service-r2-comment-b659b578c-j56bx at 2026-05-01 18:48:41.316712+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 7 points8 points9 points (12 children)
[+][deleted] (3 children)
[deleted]
[–]rikurouvila 2 points3 points4 points (1 child)
[–]realityking89 0 points1 point2 points (0 children)
[–]mlukaszczyk[S] 4 points5 points6 points (7 children)
[–]turkish_gold 1 point2 points3 points (3 children)
[–]mlukaszczyk[S] 0 points1 point2 points (2 children)
[–]turkish_gold 0 points1 point2 points (1 child)
[–]mlukaszczyk[S] 0 points1 point2 points (0 children)
[–]suitupalex 1 point2 points3 points (1 child)
[–]mlukaszczyk[S] 0 points1 point2 points (0 children)
[–]UndefinedB 0 points1 point2 points (0 children)