Build a Jamstack Blog with Xata and Cloudinary

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • xata-cloudinary-blog

    A Next.js blog built with Xata, Cloudinary, React Markdown and Chakra UI

  • Source code for the working application: https://github.com/DesmondSanctity/xata-cloudinary-blog

  • client-ts

    Xata.io SDK for TypeScript and JavaScript

  • Xata is a Serverless Data Platform. You can think of it as the combination of a serverless relational database, a search engine, and an analytics engine, all behind a single consistent API. It has first-class support for branches, a workflow for zero-downtime schema migrations, as well as support for edge caching.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • SWR

    React Hooks for Data Fetching

  • We used SWR to fetch our data because it an easier way to handle fetching data at request time in Next.js. The team behind Next.js has created a React hook for data fetching called SWR. it is highly recommend if you’re fetching data on the client side. It handles caching, revalidation, focus tracking, refetching on interval, and more. Read more about it here.

  • Next.js

    The React Framework

  • For our user interface, we will be using Next.js and Chakra UI, our APIs will be stored in the Next.js api directory and our dynamic pages in the pages directory.

  • chakra-ui

    ⚡️ Simple, Modular & Accessible UI Components for your React Applications

  • For our user interface, we will be using Next.js and Chakra UI, our APIs will be stored in the Next.js api directory and our dynamic pages in the pages directory.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts