Jonobase

a next.js front-end for the sanity back-end

visit URL

Jonobase is my custom, headless CMS project built on top of a Sanity back-end with a React (Next.js) front-end:

Accessible

On top of that, it has hotkeys to search (command-K) and navigation menus (command-/) with a dark mode toggle to boot:

The navigation menu is a focused full-screen context, accessible via mouse or shortcut keystroke!

Sophisticated but minimalist post layouts ("posts")

Single post pages include a presentable header with:

  • breadcrumbs
  • post metadata (for SEO)
  • category functionality ("kinds")
  • tagging infrastructure ("nooks")
  • "older post / newer post" pagination on each post

Paginated search results ("finds")

Search results (aka "finds") have a clean paginated layout:

Static pages ("sides")

Also, a separate content type called "sides" for those standalone static pages (e.g. "about me", "links", "terms of use") with evergreen content:

Try it

This site is a living demo with the source code @ github !