How I converted my website from Wordpress to Jamstack

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
  • wordpress-export-to-markdown

    Converts a WordPress export XML file into Markdown files.

  • All of my existing posts were in my Wordpress database and in the new blog I needed them in markdown. So I needed to find a way to convert the blog posts from Wordpress to markdown. Luckily, Wordpress being as popular and used as it is, I wasn't the first one with this need. So I found just the tool for the job: wordpress-export-to-markdown.

  • my-dev.to

    My dev.to blog posts

  • Next I tried creating a new repository to Github. In that repository I had a folder for each blog post. I would then read the blog posts from that repository instead of reading them from local files. This worked well with images too because I could reference the images relatively in the .md files (e.g. /images/cover.jpg) and when I loaded the posts data with Next.js, I would convert the links to absolute links pointing to the files in the blog posts Github repo (thanks to maxime1992).

  • 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
  • tuomokankaanpaa

    Repository for tuomokankaanpaa.com website.

  • All the code for the project is available on Github.

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

  • Way to Have Complex Discussions

    3 projects | news.ycombinator.com | 6 May 2024
  • Show HN: Kubernates in Node.js

    5 projects | news.ycombinator.com | 4 May 2024
  • Show HN: I built a console log to detect and prevents leaking secrets

    1 project | news.ycombinator.com | 6 May 2024
  • Shopify Checkout UI Extensions

    1 project | dev.to | 6 May 2024
  • Caching PNPM Modules in Docker Builds in GitHub Actions

    4 projects | dev.to | 6 May 2024