Create OG images for your blog with Next.js

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • satori

    Enlightened library to convert HTML and CSS to SVG

  • Generating OG images is made possible by the @vercel/og library, itself relying on satori (also made by Vercel). This package allows you to create an image from HTML and CSS code (using JSX). @vercel/og adds a layer to make it easier to use, for instance by loading a default font so you don’t have to.

  • vercel

    Develop. Preview. Ship.

  • At the same time I released the new design for this blog using Next.js, Vercel announced a new library to generate OpenGraph (OG) images. You know, these images you can see when posting some links on Twitter.

  • 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
  • go-unsplash

    Go Client for the Unsplash API

  • (To run the example, go get an image on Unsplash and put it in public/cover.jpg.)

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Knowing these constraints, we can still do a lot. A feature I love: you can use TailwindCSS classes natively, using the tw prop on elements (instead of className). If you prefer, you can use the classic style prop to specify CSS properties.

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

  • How to add realtime notifications to your React app

    3 projects | dev.to | 18 Oct 2023
  • How to build a landing page using Tailwind CSS and no code tools

    3 projects | dev.to | 1 Feb 2023
  • Managing a Remix Site's Content With Sanity.io

    4 projects | dev.to | 23 Aug 2022
  • Browser extensions - adding Tailwind CSS

    5 projects | dev.to | 14 Aug 2022
  • Creating a full-fledged Spotify playlist generator in a Weekend

    3 projects | dev.to | 20 Jul 2022