TypeScript Ssg

Open-source TypeScript projects categorized as Ssg

Top 23 TypeScript Ssg Projects

  1. nuxt

    The Progressive Web Framework.

    Project mention: Nuxt Tutorial 2 - Components & Pages | dev.to | 2025-11-14

    In the second Nuxt tutorial issue, we'll look at the basics of creating the presentation layer of our future Nuxt application.

  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
  3. vitepress

    Vite & Vue powered static site generator.

    Project mention: VitePress debug: "frontmatter.title" is appearing in search results | dev.to | 2025-11-19

    import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ title: 'My Awesome Project', description: 'A VitePress Site', themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ { text: 'Home', link: '/' }, { text: 'Examples', link: '/markdown-examples' } ], sidebar: [ { text: 'Examples', items: [ { text: 'Markdown Examples', link: '/markdown-examples' }, { text: 'Runtime API Examples', link: '/api-examples' } ] } ], socialLinks: [ { icon: 'github', link: 'https://github.com/vuejs/vitepress' } ] } })

  4. core

    A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase. (by stenciljs)

    Project mention: 60 Best JavaScript Libraries for Building Interactive UI Components | dev.to | 2025-02-22

    Stencil stenciljs.com Compiler for generating Web Components.

  5. pages-cms

    The No-Hassle CMS for Static Sites Generators

    Project mention: ReallySimpleDocs: A minimal docs template built with Eleventy and Tailwind | news.ycombinator.com | 2025-12-17

    It's pretty much as advertised: a really simple documentation template built with 11ty [1] and Tailwind.

    I've been releasing a few projects in the past year: Basecoat [2], Pages CMS [3], and lately /dev/push [4]. Each one of them needed its own documentation.

    Sure, I could have used stuff like Mintlify or Docusaurus. But I really wanted something fast, modern, simple, and good-looking. And if possible: no React.

    Since it's using Basecoat, you get a shadcn/ui compatible design system, so pretty easy to style.

    I'll be rolling it out to all my projects, but maybe some of you find it useful.

    [1]: https://11ty.dev

    [2]: https://basecoatui.com

    [3]: https://pagescms.org

    [4]: https://devpu.sh

  6. analog

    The fullstack meta-framework for Angular. Powered by Vite and Nitro

    Project mention: Announcing AnalogJS 2.0 ⚡️ | dev.to | 2025-11-03

    The project already has nearly 3000 stars on GitHub, 1000+ members on Discord, 1000+ followers on Twitter/X, and was accepted into the first GitHub Accelerator Cohort.

  7. vite-ssg

    Static site generation for Vue 3 on Vite

  8. iles

    🏝 The joyful site generator

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. microsite

    Do more with less JavaScript. Microsite is a smarter, performance-obsessed static site generator powered by Preact and Snowpack.

  11. client-side-rendering

    A case study of CSR.

  12. salvia-kit

    Provides 10 Free Beautiful dashboard templates built with Tailwind CSS for React, Next.js, Svelte, Solid, Angular, Vue and Nuxt.js

  13. starters

    👩‍💻 Build beautiful, accessible, high-performance websites with BCMS (by bcms)

  14. mizu

    🌊 Lightweight, intuitive, and customizable JS library that makes building powerful web apps a breeze! (by lowlighter)

    Project mention: The Future of Htmx | news.ycombinator.com | 2025-01-06

    Also: https://mizu.sh/

    It embraces a more structured and composable approach and I love that it embraces web-components.

  15. next-plugin-preval

    Pre-evaluate async functions during builds and import them like JSON

  16. static-next

    Showcase NextJS rendering strategies and pros/cons

  17. mastro

    The simplest web framework and site generator yet – no bloat, no bundler, no client-side JS by default.

    Project mention: Ask HN: What Are You Working On? (December 2025) | news.ycombinator.com | 2025-12-14

    https://mastrojs.github.io

    The simplest web framework and site generator yet – no leaky abstractions between you and the high-performance engine that is a modern browser.

  18. vscode-azurestaticwebapps

    Azure Static Web Apps extension for VS Code

  19. bat

    🦇 Opinionated Vite Starter Template (by olgam4)

  20. domco

    Minimal Full-Stack JavaScript

  21. discover-twitter-spaces

    Discover Twitter Spaces is a tool that helps you find Twitter Spaces. We use data from Twitter to find the Twitter Spaces. You can use this tool to find Twitter Spaces.

  22. example-next-isr-with-swr

    Lightning fast static pages with ISR, instantly updated with SWR ⚡️

  23. sparktype

    Project mention: Show HN: Sparktype – a CMS and SSG that runs in the browser | news.ycombinator.com | 2025-11-04

    Hi HN,

    After trying to teach a non-technical friend how to manage a Jekyll site I decided there must be a way to make building a site with a SSG easier. Options like Decap, Contentful etc. do make it a bit easier but still take lots of tech knowledge to set up.

    So I built Sparktype, a browser-based CMS that outputs statically-generated HTML and CSS. My goal is for it to be as easy to use as Substack or Medium, while providing all the benefits of a static site generator including openness, simplicity, speed, security and ownership.

    It handles most things that you'd need from a CMS, including creating pages, image resizing, menu management, tags, collections, listings etc. I've only made two themes so far, but I'm working on a theme store and the ability to import custom themes.

    Content is saved as plain Markdown + YAML frontmatter and JSON config files, so there's no lock-in and content is easily portable to other platforms. Generated sites can be exported as a zip file to upload via FTP, committed to Github or published via Netlify API.

    I'm working on cross-platform client apps using Tauri which will enable more publishing options as its not limited by what can be done in a client-only environment.

    The way the system works means that the Web doesn't need to be the only interface to the content - here's a simple Go-based CLI client that bypasses the HTML altogether https://github.com/sparktype-project/sparktype/tree/main/st-...

    It's very early days and there are still plenty of bugs, but I'm posting now to hopefully get feedback and see what people think. Please do let me know!

  24. ssr-proxy-js

    A Node.js tool for Server-Side Rendering (SSR) and Static Site Generation (SSG) using headless Chrome via Puppeteer

  25. logture

    :memo: A modern and light-weight personal blogging framework built with Nextjs.

  26. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB 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).

TypeScript Ssg discussion

TypeScript Ssg related posts

  • Denial of Service and Source Code Exposure in React Server Components

    5 projects | news.ycombinator.com | 11 Dec 2025
  • I built a generative UI Guitar Tutor app

    3 projects | dev.to | 23 Nov 2025
  • VitePress debug: "frontmatter.title" is appearing in search results

    1 project | dev.to | 19 Nov 2025
  • Show HN: GetHooky – a language-agnostic Git hook manager (no Node, just CLI)

    2 projects | news.ycombinator.com | 13 Jun 2025
  • Show HN: Moss – AI-Powered Semantic Search Running In-Browser (No Cloud)

    1 project | news.ycombinator.com | 5 May 2025
  • 10 Open-Source Documentation Frameworks to Check Out

    3 projects | dev.to | 21 Feb 2025
  • VitePress

    1 project | news.ycombinator.com | 30 Dec 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 23 Dec 2025
    Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more. Learn more →

Index

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

# Project Stars
1 nuxt 59,101
2 vitepress 16,599
3 core 12,984
4 pages-cms 3,268
5 analog 3,040
6 vite-ssg 1,527
7 iles 1,146
8 microsite 882
9 client-side-rendering 826
10 salvia-kit 481
11 starters 337
12 mizu 319
13 next-plugin-preval 255
14 static-next 109
15 mastro 105
16 vscode-azurestaticwebapps 98
17 bat 84
18 domco 76
19 discover-twitter-spaces 54
20 example-next-isr-with-swr 54
21 sparktype 31
22 ssr-proxy-js 25
23 logture 16

Sponsored
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io