Skip to content
See Sanity in action 👀 Join us for a live product demo + Q&A →
Sanity
Get started
  • Sanity Studio - Flexible editing environment
  • Content Lake - Real-time database
  • Developer experience - Tooling you love
  • Structured content - The philosophy behind Sanity
  • Review changes - View edits & rollback instantly
  • Image pipeline - On-demand transformations
  • E-commerce - Better shopping experiences
  • Marketing sites - Control your story
  • Products & services - Innovate and automate
  • Mobile apps - Content backend for every OS
  • Aether - Unique digital shopping experience
  • Morning Brew - Omnichannel media distribution
  • InVision - Delivering exceptional customer experiences
  • DataStax - Personalization for global audience
  • React
  • Gatsby
  • Next
  • Nuxt
  • Eleventy
  • Netlify
  • Vercel
  • Algolia
  • Documentation
  • Reference
  • Guides
  • Resource library
  • Headless CMS
  • Tools & plugins
  • Project showcase
  • Schemas & snippets
  • Agency partners
  • Technology partners
  • Get support
  • Share your work
  • 5 Disadvantages Of Wordpress That Are Holding You Back
EnterprisePricing
Contact salesLog inGet started
Published January 31st 2020

Community Digest #5: Iconic duos, Shopify starter, and Built with Cloudflare Workers

We have a lot of Gatsby-related projects this week, including a Shopify-starter and Cloudflare’s new Workers-site.

Knut Melvær

Principal Developer Marketing Manager

We are amazed by the things people in our community share! It's one of the things that makes it extra fun to come to work each day. This week, we have everything from iconic duos to eCommerce and freelance portfolio starters, to new Sanity-powered sites from Cloudflare, and real-time e-sports. And a little pro-tip for dessert.

– Knut, Dev. Relations

Events

We’re hosting a meetup in the Bay Area on February 5th. It’s all about how you can build an Alexa app using Sanity, Voiceflow, and Zeit, in less than a day. And how you can customize Sanity Studio to unlock creativity. We will live-stream the event (follow us for links), but if you are in the area, do drop by!

📅February 5th, 6 pm (PST)
📍Heavybit Clubhouse

Make sure to RSVP if you can show up!

Community Highlights

Shopify + Gatsby + Sanity starter

We see a lot of projects combining e-commerce/Shopify with Sanity. As we learned from the Shopify roundtable, syncing product data and augmenting it with content using Sanity gives editors a better authoring experience, and developers more flexibility.

Now you can give this combo a try yourself! Lucas Vocos (lucasvocos.com) made this awesome starter and shared it on GitHub. Get quickly up and running, and move fast from there.

Catalyst Writer: A new Gatsby theme for freelance writers

Eric Howey (erichowey.dev, @erchwy) put together a neat Gatsby theme for freelance writers and journalists who want “a fast, easy to maintain, and elegant portfolio.” You can try it out from your command line if you have the Gatsby CLI installed:

# create a new Gatsby site using the catalyst writer starter site
gatsby new catalyst-writer https://github.com/ehowey/gatsby-starter-catalyst-writer

If you don't want to start in the command line, read Eric’s short tutorial on how to get it up and running.

Check out the demos:

  • https://www.briannasharpe.com/ (customized)
  • https://gatsby-starter-catalyst-writer.netlify.com/ (raw starter)
Tweet by:Eric Howey's photo
Eric Howey
@erchwy

D28: #100DaysOfGatsby

Build a portfolio for a freelance writer or journalist powered by @gatsby and @sanity_io!

🔥Blazing fast

🧱Structured data management

💵Affordable hosting

Getting started tutorial: https://t.co/0hB18rbbMx

Finished theme: https://t.co/S5yWgYHah2

Tweet published on: Jan 28, 2020, 9:50 PM
Liked by: 16
Replied by: 1

How to cross-post your Sanity+Gatsby blog to dev.to

You should definitively have your blog on the web! But you do want to be part of the wonderful community over at dev.to as well. If you are using Gatsby, there's a way you can cross-post via RSS, while keeping all of that SEO for yourself. Christan Lobaugh (@codelobaugh) shows you how in this tutorial, on his blog (and dev.to).

Arya & The Hound?

Tweet by:Jonny Kates's photo
Jonny Kates
@jonnykates

Name a more iconic duo than @sanity_io and @gatsbyjs. I'll wait.

Tweet published on: Jan 30, 2020, 5:52 PM
Liked by: 18
Replied by: 4

Tempting to say what we can’t think of one.

Built with Sanity

These are some launches using Sanity for content the last week.

Cloudflare: Built with Workers

We think it’s pretty cool to have Cloudflare join our community having built their new “Built with Workers” site using Sanity for structured content. If you don’t know Cloudflare, they have a lot of great products from DNS and Networking services to Workers, which lets you run JavaScript functions on the content edge network, super fast.

They also shared with us how they made the site in this thorough blog post, including how you can use Sanity to control layouts to change the collections on the frontpage. They write:

Using Sanity to drive the content for Built with Workers has been a huge win for our team. We're no longer constrained by code deploys to make changes to content on the site – we don't need to make a pull request to create a new project, and edits to a project's name or description aren't constrained by someone with the ability to deploy the project.


Portfolio site: noortjeknulst.com

Username “bitttttten” launched a lovely portfolio site for an Amsterdam based artist and photographer. The site is put together with Gatsby, and deployed on Netlify. Of course, for a photography-heavy site, our asset pipeline was put to good use, as bitttttten writes in our community slack:

shout-out to @sanity/image-url for making the optimisations of the images ezipizi 😸✨
Noortje Knulst’s studio

E-sports site with real-time stats

António Santos (@antoniojmps) has built this cool real-time esport stats site using Next.js for the frontend, and Sanity for the backend.

Tweet by:António's photo
António
@antoniojmps

10 thousand sessions later, here's a website I developed for an esports league. Complete with real time game statistics, a blog and a back office to manage the league. It was a pleasure to use #NextJS with @sanity_io to build it. Check it out https://t.co/QYqHuJetgX https://t.co/p1YqkPUsvR

Tweet published on: Jan 30, 2020, 2:53 PM
Liked by: 27
Replied by: 3

Business website: ma-ka-bau.de

Andreas Straub and his team have made a colorful website for a German house renovation business using Gatsby and Sanity. Many of us who have been freelancers appreciate how important it is with great developer tools for projects like this. It's cool to be part of that stack!

Tip of the week

Did you know that with the export endpoint can you stream your whole dataset in your terminal using curl?

Tweet by:knut's photo
knut
@kmelve

One of the many cool things with @sanity_io is that it doesn't lock your content into a weird format! Every document is a JSON-object. In many ways similar to having a folder of JSON files. And you can curl the export endpoint to stream all of them in one go! https://t.co/c96NSPrJCf

Tweet published on: Jan 25, 2020, 6:00 PM
Liked by: 21
Replied by: 0



Page content

  • Events
  • Community Highlights
    • Shopify + Gatsby + Sanity starter
    • Catalyst Writer: A new Gatsby theme for freelance writers
    • How to cross-post your Sanity+Gatsby blog to dev.to
    • Arya & The Hound?
  • Built with Sanity
    • Cloudflare: Built with Workers
    • Portfolio site: noortjeknulst.com
    • E-sports site with real-time stats
    • Business website: ma-ka-bau.de
  • Tip of the week

Platform

Structured ContentDeveloper experienceContent LakeSanity StudioSecurity & Compliance
  • Sanity vs Contentful
  • Sanity vs Strapi
  • Sanity vs Wordpress
  • Sanity vs Adobe Experience Manager
  • Sanity vs Hygraph
  • Sanity vs Sitecore
  • Sanity vs Storyblok
  • Sanity vs Contentstack
  • Sanity vs Prismic
  • Sanity vs Drupal
  • Sanity vs ButterCMS

Resources

Documentation
  • React Blog
  • Gatsby Blog
  • Next.js Landing Pages
  • Progressive Web Application
  • Single Page Application
  • Svelte & Typescript App
  • Vue & Tailwind Blog
  • Developer Portfolio Templates
  • Form validation with Yup
  • Live Preview with Next.js and Sanity.io
Resource library
  • Agency partners
  • Technology partners
  • Blog Template
  • Personal Website Template
  • Developer Portfolio Templates
  • All Templates
Case Studies
  • Headless CMS
  • What is an API CMS
  • Static Sites 101
  • Headless SEO
  • Localization
  • GraphQL vs REST
  • What is a DXP?
  • Typescript 101
  • Content as a Service
  • Ecommerce SEO
  • React CMS
  • Next.JS CMS
  • CMS for Shopify
  • Content platform
  • Multilingual CMS
  • Static Site CMS
  • Gatsby CMS
  • Node CMS
  • E-commerce CMS
  • Vue CMS
  • Angular CMS
  • GraphQL CMS
  • Newspaper CMS
  • Magazine CMS
  • CMS for apps
  • Remix CMS

Company

Contact SalesEnterpriseCareersTerms of ServiceAccessibility Statement

Stay connected

  • GitHub
  • Slack
  • Twitter
  • YouTube
  • Stack Overflow
  • Blog RSS
  • Newsletter
©Sanity 2023