JavaScript Server-Side Rendering

Open-source JavaScript projects categorized as Server-Side Rendering

Top 23 JavaScript Server-Side Rendering Projects

Server-Side Rendering
  1. Quasar Framework

    Quasar Framework - Build high-performance VueJS user interfaces in record time

    Project mention: Torvalds: You can avoid Rust as a C maintainer, but you can't interfere with it | news.ycombinator.com | 2025-02-25

    In general... it is often a skill issue with labor pools, as firms accepted Java/JavaScript is almost universally known by juniors.

    Apps are in user space, and are often disposable-code after 18 months in most cases. Projects like https://quasar.dev/ offer iPhone/Android/iOS/MacOS/Win11 single code base auto-generated App publishing options, but most people never hear of it given a MacOS build host is required for coverage.

    The talk pokes fun at the Ivory tower phenomena, and how small-firm logical assumptions halt-and-catch-fire at scale. =3

    https://en.wikipedia.org/wiki/Ivory_tower

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. js-stack-from-scratch

    🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.

    Project mention: 11 GitHub Repositories to learn NodeJs | dev.to | 2024-11-03
  4. react-loadable

    :hourglass_flowing_sand: A higher order component for loading components with promises.

  5. marko

    A declarative, HTML-based language that makes building web apps fun

    Project mention: Mako: An fast, production-grade web bundler based on Rust by Ant Group | news.ycombinator.com | 2025-03-09

    Damn for a moment I thought this was about Marko (the frontend framework by Ebay).

    https://markojs.com/

    They've been teasing v6 for years now.

  6. loadable-components

    The recommended Code Splitting library for React ✂️✨

    Project mention: Supercharging React Performance with TypeScript: Code Splitting and Lazy Loading 🚀 | dev.to | 2024-08-27

    Loadable Components: A popular library that provides more advanced features like preloading components and handling loading states more granularly (https://github.com/gregberge/loadable-components).

  7. react-snap

    👻 Zero-configuration framework-agnostic static prerendering for SPAs

  8. react-firebase-starter

    Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. unpoly

    Progressive enhancement for HTML

    Project mention: Unpoly 3.10.0 Released | news.ycombinator.com | 2025-01-23
  11. react-lazy-load-image-component

    React Component to lazy load images and components using a HOC to track window scroll position.

  12. fastify-vite

    Fastify plugin for Vite integration

    Project mention: Fastify now supports the Vite Environment API | news.ycombinator.com | 2025-04-04
  13. mikado

    Mikado is the webs fastest template library for building user interfaces.

  14. react-storefront

    React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]). (by storefront-foundation)

  15. asta

    :octopus: Resumable SSR framework.

  16. react-ssr-prepass

    A custom partial React SSR renderer for prefetching and suspense

  17. react-ssr

    A baseline for server side rendering for your React application (by alexnm)

  18. redux-connect

    Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React

  19. angular-ssr

    Angular 19 Example SSR (Server Side Rendering)

    Project mention: Step-by-Step Guide: Making Your Angular Application SEO-Friendly with Server-Side Rendering and Firebase Deployment | dev.to | 2024-06-11

    "ganatan/angular-ssr" (https://github.com/ganatan/angular-ssr) "angular-university/angular-ssr-course" (https://github.com/angular-university/angular-ssr-course)

  20. mini-van

    Mini-Van: A minimalist template engine for DOM generation and manipulation, working for both client-side and server-side rendering (SSR)

  21. react-loadable-ssr-addon

    Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.

  22. comment-castles

    Lightweight internet forum

    Project mention: Looking for the best forum software to start a new forum community in 2025 | news.ycombinator.com | 2024-12-26

    Yeah, here is what you need to do:

    - install Node.js, Redis and PostgreSQL

    - start the Redis server

    - start PostgreSQL, create a database and run structure.sql: https://github.com/ferg1e/comment-castles/blob/master/sql/st...

    - get all the source code for the actual app

    - figure out all your environment variables (the ones I list in the README)

    - now you can run the node app (you probably want to use pm2 if on Linux)

    - then connect that running node app to the public internet (I use something random for the HTTP_PORT environment variable, like 3333, and then I Nginx reverse proxy that to port 80 on my domain name (I will try to get this Nginx code and post it here later))

    - and then I run the let's encrypt certbot for https

  23. react-ssr-starter

    🔥 ⚛️ A React boilerplate for a universal web app with a highly scalable, offline-first foundation and our focus on performance and best practices.

  24. react-ssr-apollo-boilerplate

    A boilerplate for React with SSR using GraphQL and Apollo

  25. Next.js-app-router-with-next-auth

    features in this nextjs app router version 13: 1)File based routing 2)Client and server components 3)Server side rendering 4)Client side rendering 5 )Backend api route handlers (controllers in node.js) 6)Mongodb and nodejs inside nextjs !!!!! 7)Dynamic routes

  26. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
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).

JavaScript Server-Side Rendering discussion

Log in or Post with

JavaScript Server-Side Rendering related posts

  • Unpoly 3.10.0 Released

    1 project | news.ycombinator.com | 23 Jan 2025
  • Unpoly 3.9.0 released – Progressive enhancement for HTML

    1 project | news.ycombinator.com | 28 Aug 2024
  • Show HN: Srcbook – A TypeScript notebook for rapid prototyping

    7 projects | news.ycombinator.com | 19 Aug 2024
  • Step-by-Step Guide: Making Your Angular Application SEO-Friendly with Server-Side Rendering and Firebase Deployment

    2 projects | dev.to | 11 Jun 2024
  • Nextjs with Wordpress Cms templates

    1 project | /r/nextjs | 27 Mar 2023
  • I'm building a new front end for my WordPress site in Next.js

    1 project | news.ycombinator.com | 10 Mar 2023
  • Learning Ruby, Rails & Hotwire?

    1 project | /r/rails | 13 Feb 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 17 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Server-Side Rendering projects in JavaScript? This list will help you:

# Project Stars
1 Quasar Framework 26,467
2 js-stack-from-scratch 20,115
3 react-loadable 16,605
4 marko 13,556
5 loadable-components 7,780
6 react-snap 5,082
7 react-firebase-starter 4,513
8 unpoly 2,504
9 react-lazy-load-image-component 1,504
10 fastify-vite 962
11 mikado 809
12 react-storefront 806
13 asta 723
14 react-ssr-prepass 603
15 react-ssr 599
16 redux-connect 548
17 angular-ssr 237
18 mini-van 115
19 react-loadable-ssr-addon 69
20 comment-castles 64
21 react-ssr-starter 58
22 react-ssr-apollo-boilerplate 22
23 Next.js-app-router-with-next-auth 12

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com