Creating a Developer Portfolio with Next.js and Cosmic

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
  • nextjs-developer-portfolio

    A developer portfolio template powered by the Cosmic headless CMS.

  • Install the template View the live demo Check out the code

  • remark

    markdown processor powered by plugins part of the @unifiedjs collective (by remarkjs)

  • Since we will be writing our content in Markdown, we will need a way to serialize the markdown into HTML. To do this, we will install the dependencies remark and remark-html.

  • 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
  • remark-html

    plugin to add support for serializing HTML

  • Since we will be writing our content in Markdown, we will need a way to serialize the markdown into HTML. To do this, we will install the dependencies remark and remark-html.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Tailwind CSS - A performant utility-first CSS framework that can be composed directly in your markup.

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

  • Dark Mode with SvelteKit, a Blog Post

    3 projects | /r/sveltejs | 15 Nov 2023
  • how to retain position of markdown element in remark.js

    3 projects | dev.to | 4 Sep 2023
  • How to setup a simple static website using Svelte (with login)

    5 projects | dev.to | 19 May 2023
  • Create an Interactive Table of Contents for a Next.js Blog with Remark

    5 projects | dev.to | 21 Apr 2023
  • Using tailwind v3 with lit elements

    6 projects | dev.to | 6 Dec 2022