Blog

Top 23 Blog Open-Source Projects

  • Next.js

    The React Framework

    Project mention: Lessons from open-source: CPU profiling in NodeJs. | dev.to | 2024-03-28

    You can find the code related to CPU profiling used in Next.js source code at cpu-profile.ts. The code inside reveals that this profiling is saved to a local file depending on an env variable as shown below.

  • Gatsby

    The best React-based framework with performance, scalability and security built in.

    Project mention: Gatsby tutorial: Build a static site with a headless CMS | dev.to | 2024-03-22

    A Gatsby site uses Gatsby, which leverages React and GraphQL to create fast and optimized web experiences. Gatsby is often used for building static websites, progressive web apps (PWAs), and even full-blown dynamic web applications.

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

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    Project mention: How to Integrate Astro With ApostropheCMS pt. 1 | dev.to | 2024-03-21

    Astro is an open-source JavaScript framework known for its versatility, performance, and new approach to web development. It enables developers to create fast, modern, content-rich web applications and sites using the "Bring Your Own Framework" (BYOF) model.

  • chinese-independent-blogs

    中文独立博客列表

  • typecho

    A PHP Blogging Platform. Simple and Powerful.

  • utterances

    :crystal_ball: A lightweight comments widget built on GitHub issues

    Project mention: Must-Have Features to Look for in a Blogging Platform | dev.to | 2024-02-17

    utterances (open-source)

  • hugo-PaperMod

    A fast, clean, responsive Hugo theme.

    Project mention: Engineers who have a personal website/blog, what are you using to host/generate it? | /r/ExperiencedDevs | 2023-05-01

    I use Hugo with the papermod theme

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

  • usehooks

    A collection of modern, server-safe React hooks – from the ui.dev team

    Project mention: How to Track Previous State in React | dev.to | 2023-11-07

    In this approach (adapted from the usehooks package), we'll define a state variable currentCounter to track counter's value:

  • dillinger

    The last Markdown editor, ever.

    Project mention: Building a simple but scalable blog using Astro | /r/astrojs | 2023-11-01

    I have used Markdown before (https://dillinger.io/) so wouldn't have a problem with using it again as long as on page SEO isn't any extra effort. I am not sure how I would use Markdown and then add the content to the blog to be deployed and if that is going to be much harder than a headless CMS, I would go for the headless.

  • hugo-blox-builder

    😍 EASILY BUILD THE WEBSITE YOU WANT - NO CODE, JUST MARKDOWN BLOCKS! 使用块轻松创建任何类型的网站 - 无需代码。 一个应用程序,没有依赖项,没有 JS

  • giscus

    A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:

    Project mention: How exactly do I self-host Giscus? | /r/selfhosted | 2023-07-03

    That project also has Github issues and discussions pages to ask questions and get help.

  • leerob.io

    ✨ My portfolio built with Next.js, Tailwind, and Vercel.

    Project mention: Upgrade my blog to Next.js 13.4 with MDX, Prisma, Tailwindcss, Planetscale, Giscus and Contentlayer | /r/nextjs | 2023-07-19

    Shen Lu's portfolio, inspired by leerob.io.

  • rust-blog

    Educational blog posts for Rust beginners

    Project mention: Common Rust Lifetime Misconceptions | /r/hypeurls | 2023-12-05
  • nextjs-notion-starter-kit

    Deploy your own Notion-powered website in minutes with Next.js and Vercel.

  • beautiful-jekyll

    ✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com

  • Tale

    🦄 Best beautiful java blog, worth a try

  • codehike

    Marvellous code walkthroughs

    Project mention: GitHub Accelerator: our first cohort and what's next | news.ycombinator.com | 2023-04-13

    - https://github.com/code-hike/codehike: Tools for building all types of code walkthroughs: blogs, docs, slides, tutorials, etc.

  • free-gophers-pack

    ✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.

  • Canvas

    Publishing on your own terms (by austintoddj)

    Project mention: Build a Laravel Blog using Vue and Canvas | dev.to | 2023-10-16

    Canvas is a powerful tool for Laravel applications that streamlines the writing, editing, and customization of your content with a range of publishing tools. It's an incredible all-in-one solution for creating and publishing articles, just like the one you're reading.

  • portfolio-ideas

    A curation of awesome portfolio website ideas for developers and designers to draw inspiration from. Raise a pull request to add more. 💜

    Project mention: 💡 Discover Your Life Goals and Make Your First Open Source Contribution with Before I Die Code 🚀 | dev.to | 2023-08-18

    Additional assistance and recourse came from studying other open source projects and developers repositories. For example, while searching GitHub, I found the frontend developer, open source developer & technical writer Victor Eke. Of the many open source projects that he has assisted with and created, I used his repository Portfolio Ideas to get ideas on the structure of documentation and, in additionally, reading his blog article “How my open source project got 1000 stars on GitHub in 4 months” on what he did to surpass the 1,000 stars on his open source project. I also studied one of the most popular stared first-contributions repositories (which has over 37,000 stars) for the excellent structure of the documentation. And lastly, to add more visual interest to the documentation found throughout the Before I Die Code, I used the Animated Fluent Emojis open source project by Tarikul Islam Anik.

  • medium-to-own-blog

    Switch from Medium to your own blog in a few minutes

  • hexo-theme-cactus

    :cactus: A responsive, clean and simple theme for Hexo.

  • blog

    :star2: PJ Blog is an open source blog built with Laravel and Vue.js. (by jcc)

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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-28.

Blog related posts

Index

What are some of the best open-source Blog projects? This list will help you:

Project Stars
1 Next.js 119,373
2 Gatsby 54,973
3 astro 41,620
4 chinese-independent-blogs 18,096
5 typecho 10,870
6 utterances 8,553
7 hugo-PaperMod 8,399
8 usehooks 8,366
9 dillinger 7,851
10 hugo-blox-builder 7,725
11 giscus 6,998
12 leerob.io 6,793
13 rust-blog 6,571
14 nextjs-notion-starter-kit 5,693
15 beautiful-jekyll 5,108
16 Tale 4,879
17 codehike 4,198
18 free-gophers-pack 3,253
19 Canvas 3,216
20 portfolio-ideas 3,086
21 medium-to-own-blog 3,033
22 hexo-theme-cactus 2,988
23 blog 2,869
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.com