DEV Community

Cover image for Sanity + UI blocks
Felipe Menezes
Felipe Menezes

Posted on

Sanity + UI blocks

When working with CMS-driven websites, I often end up rebuilding the same patterns over and over.

So I put together a setup with ready-to-use schemas and UI blocks for Sanity.

Main image

The idea is simple:
define the content in the CMS and compose the UI using reusable blocks.

Everything is intentionally minimal and easy to extend.

Code block

Full example repo with the setup: Here

Top comments (0)