TypeScript Nuxt

Open-source TypeScript projects categorized as Nuxt

Top 23 TypeScript Nuxt Projects

  1. nuxt

    The Intuitive Vue Framework.

    Project mention: NuxtLabs (Nuxt) is joining Vercel | news.ycombinator.com | 2025-07-08
  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. next-auth

    Authentication for the Web.

    Project mention: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript | news.ycombinator.com | 2025-05-19

    Does it handle:

    - Federated sign-in/out? In next-auth, it is a giant pain to implement: https://github.com/nextauthjs/next-auth/discussions/3938

    - Automated refreshing of JWT tokens on the client-side? I always end up having to implement my own logic around this. The big problem is if you have multiple API calls going out and they all require JWT auth, you need to check the JWT validity and block the calls until it is refreshed. In next-auth on the server-side, this is impossible to do since that side is generally stateless, and so you end up with multiple refresh calls happening for the same token.

    - The ability to have multiple auth sessions at once, like in a SaaS app where you might belong to multiple accounts / organizations (your intro paragraph sounds like it does)

    - Handle how multiple auth sessions are managed if the user happens to open up multiple tabs and swaps accounts in another tab

  4. Vue Storefront

    Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.

    Project mention: 25 Project Ideas from Beginner to Advanced with Open Source Contributions | dev.to | 2024-11-13

    View on GitHub

  5. actions-gh-pages

    GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

    Project mention: Deploying a Hugo Blog to GitHub Pages with Actions | dev.to | 2025-04-10

    actions-gh-pages Also by Shohei Ueda, this action pushes static assets to the specified branch.

  6. unplugin-icons

    🤹 Access thousands of icons as components on-demand universally.

  7. vuefire

    🔥 Firebase bindings for Vue.js

  8. supabase-js

    An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.

    Project mention: 🚨 Supabase + Expo + Bolt.new = Node stream error?! | dev.to | 2025-06-02

    ✅ Fix I found the solution buried in a GitHub issue: https://github.com/supabase/supabase-js/issues/1400

  9. 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
  10. content

    The file-based CMS for your Nuxt application, powered by Markdown and Vue components. (by nuxt)

    Project mention: I tried 5 Content Management Systems - Which One we Chose? | dev.to | 2025-04-02

    Nuxt Content

  11. vue-toastification

    Vue notifications made easy!

  12. openapi-ts

    🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more. Support: @mrlubos

    Project mention: Streamlining Umbraco Headless Development: Automated Model Generation for Content Delivery API with Orval | dev.to | 2025-04-10

    I chose Hey API as my initial solution for model generation since it's used by Umbraco itself and had been recommended in several developer blogs I follow. Hey API is powerful and rapidly evolving, which is both a blessing and a curse - it offers many features but sometimes it's challenging to keep up with its pace of change.

  13. pinia-plugin-persistedstate

    💾 Configurable persistence and rehydration of Pinia stores.

  14. auth-module

    Zero-boilerplate authentication support for Nuxt 2

    Project mention: 2024 Nuxt3 Annual Ecosystem Summary🚀 | dev.to | 2024-12-23

    Document address: @nuxtjs/auth-next official document

  15. i18n

    I18n module for Nuxt

    Project mention: 11 Step Checklist for Internationalizing a Website | dev.to | 2025-04-06

    At sliplane.io we recently added another language to our website and since I did this in another project before, I knew it was going to be a huge hassle! That's why this time, I derived a checklist, that you can follow when translating your own website. I use nuxt/i18n in the examples, but the checklist generally applies to all technologies.

  16. tailwindcss

    Tailwind CSS module for Nuxt (by nuxt-modules)

  17. nuxt-auth

    Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!

    Project mention: Nuxflare Auth: A lightweight self-hosted auth server built with Nuxt, Cloudflare and OpenAuth.js | dev.to | 2025-01-13

    With Nuxt, there are already good auth modules like nuxt-auth-utils and sidebase-auth. So, what’s different about Nuxflare Auth?

  18. image

    Plug-and-play image optimization for Nuxt applications. (by nuxt)

    Project mention: How I Achieved a 74% Performance Increase on a Page | dev.to | 2025-02-13

    I started by optimizing images with Nuxt Image. Since we were already using CloudFlare Images in other projects, setting up Nuxt Image was straightforward. For local development, I used UnJS's IPX to avoid unnecessary CloudFlare costs. The provider alternates dynamically based on the environment:

  19. viewtube

    ▶️ ViewTube: The open source, privacy-conscious way to enjoy your favorite YouTube content. Docs: https://viewtube.wiki, Status: https://uptime.viewtube.io

  20. nuxt-auth-utils

    Add Authentication to Nuxt applications with secured & sealed cookies sessions.

    Project mention: Nuxflare Auth: A lightweight self-hosted auth server built with Nuxt, Cloudflare and OpenAuth.js | dev.to | 2025-01-13

    With Nuxt, there are already good auth modules like nuxt-auth-utils and sidebase-auth. So, what’s different about Nuxflare Auth?

  21. Equal

    Equal UI is a Vue 3 UI library empowered by Tailwindcss

    Project mention: Mastering Responsive Design: Best Practices for 2025 | dev.to | 2024-12-21

    Equal UI: A framework that ensures consistency and adaptability.

  22. pwa-module

    Zero config PWA solution for Nuxt.js

    Project mention: 2024 Nuxt3 Annual Ecosystem Summary🚀 | dev.to | 2024-12-23

    Document address: @nuxtjs/pwa official document

  23. core

    Build full-stack applications with Nuxt on CloudFlare, with zero configuration. (by nuxt-hub)

    Project mention: Gist Share | dev.to | 2025-06-11

    I thought I'd test out NuxtHub powered by Nuxt (Vue.js) and a tight integration with Cloudflare Pages/Workers and other solutions.

  24. device

    Nuxt module for detecting device type. (by nuxt-modules)

  25. livewallpaper

    An easy-to-use wallpaper app for Windows 10/11, supporting dynamic and static wallpapers, with a built-in community. | 巨应壁纸 | 动态壁纸 | live wallpaper

  26. 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
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 Nuxt discussion

Log in or Post with

TypeScript Nuxt related posts

  • NuxtLabs (Nuxt) is joining Vercel

    1 project | news.ycombinator.com | 8 Jul 2025
  • The Future of Nuxt

    1 project | news.ycombinator.com | 8 Jul 2025
  • Gist Share

    3 projects | dev.to | 11 Jun 2025
  • Optimized Fonts in Nuxt

    1 project | dev.to | 8 Jun 2025
  • Web-Workbench: Old operating system as homepage

    1 project | news.ycombinator.com | 8 Jun 2025
  • Building a Nuxt module from scratch

    1 project | dev.to | 19 May 2025
  • Vue3: Como estilizar componentes (global, scoped e modules)

    4 projects | dev.to | 28 Apr 2025
  • A note from our sponsor - Stream
    getstream.io | 8 Jul 2025
    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. Learn more →

Index

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

# Project Stars
1 nuxt 57,454
2 next-auth 27,054
3 Vue Storefront 10,817
4 actions-gh-pages 5,004
5 unplugin-icons 4,489
6 vuefire 3,905
7 supabase-js 3,813
8 content 3,409
9 vue-toastification 3,309
10 openapi-ts 2,783
11 pinia-plugin-persistedstate 2,416
12 auth-module 1,937
13 i18n 1,915
14 tailwindcss 1,810
15 nuxt-auth 1,472
16 image 1,441
17 viewtube 1,402
18 nuxt-auth-utils 1,330
19 Equal 1,252
20 pwa-module 1,247
21 core 1,151
22 device 971
23 livewallpaper 932

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?