TypeScript Frontend

Open-source TypeScript projects categorized as Frontend

Top 23 TypeScript Frontend Projects

  1. Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

    Project mention: Migrating a Legacy Project from Vue CLI to Vite | dev.to | 2025-01-21

    Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.

  2. 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
  3. vite

    Next generation frontend tooling. It's fast!

    Project mention: Designing and Building an Application with Anima, Figma, and React | dev.to | 2025-03-17

    Anima builds a React project using Vite. This was my first experience of using Anima so I will document and go through most of the prompts which I used for building this app. I think this is also a good introduction and proof of concept of how "prompt engineering" or "chain prompting" can be and how effective it is at building applications from an existing design.

  4. Ionic Framework

    A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

    Project mention: The Mobile Development Tech Stack for 2025 | dev.to | 2025-01-19

    Ionic Official Website

  5. expo

    An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.

    Project mention: An Android Developer's Guide to React Native | dev.to | 2025-03-12

    Expo - React Native framework

  6. full-stack-fastapi-template

    Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

    Project mention: Python Kafka | dev.to | 2024-05-30

    Flask Tutorial: https://palletsprojects.com/p/flask/ FastAPI Tutorial: https://github.com/tiangolo/full-stack-fastapi-template Django REST Framework Tutorial: https://www.django-rest-framework.org/tutorial/quickstart/ Nginx Configuration Guide: https://docs.nginx.com/nginx/admin-guide/web-server/web-server/ Confluent Kafka Python Client: https://docs.confluent.io/platform/current/clients/api-docs/confluent-kafka-python.html Remember: This is a high-level overview. Each step involves further research and configuration based on your specific requirements.

  7. dokploy

    Open Source Alternative to Vercel, Netlify and Heroku.

    Project mention: Deploying Rails on Docker: Kamal Alternative | news.ycombinator.com | 2025-01-21
  8. amis

    前端低代码框架,通过 JSON 配置就能生成各种页面。 (by baidu)

    Project mention: The Top 12 Open-Source No-Code Tools with the Most GitHub Stars | dev.to | 2024-07-11

    GitHub https://github.com/baidu/amis GitHub Star 16.5k The most recent update on GitHub Within one day Official website https://baidu.github.io/amis Documentation https://mitosis.builder.io/docs/overview/

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. TOAST UI Editor

    🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.

    Project mention: Show HN: Unforget, the note-taking app I always wanted: offline first, encrypted | news.ycombinator.com | 2024-06-11

    What problems did you encounter with something like https://ui.toast.com/tui-editor? Which is much more featureful than simplemde.

  11. tui.calendar

    🍞📅A JavaScript calendar that has everything you need.

  12. gdbgui

    Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

  13. ng-zorro-antd

    Angular UI Component Library based on Ant Design

    Project mention: Creating a user interface for the Webhook module using Angular | dev.to | 2024-10-25

    In this article, I will describe the creation of a table displaying data and a form for filling it out, the interfaces are based on components from https://ng.ant.design, forms are created and managed using https://formly.dev, for styles used https://tailwindcss.com, there is no state machine.

  14. StableStudio

    Community interface for generative AI

    Project mention: Top 8 OpenSource Tools for AI Startups | dev.to | 2024-10-28

    Star on GitHub ⭐ - StableStudio

  15. builder

    Visual Development for React, Vue, Svelte, Qwik, and more

    Project mention: Figma to Code with Cursor and Visual Copilot | dev.to | 2025-02-03

    Figma plugin search interface showing Builder.io AI-Powered Figma to Code plugin in the Plugins & widgets section.

  16. plasmic

    Visual builder for React. Build apps, websites, and content. Integrate with your codebase.

  17. frontend

    :lollipop: Frontend for Home Assistant (by home-assistant)

    Project mention: How I Use Home Assistant in 2025 | news.ycombinator.com | 2025-01-24

    As I've written in the other comment, the Home Assistant Operating System is useless without an Internet connection. It has to pull the Docker images since it doesn't have any version of the images at all.

    Yes, there are resources loaded from the Internet. The map tiles are loaded from a third party in the initial setup and every time you view the map. Icons are loaded from https://brands.home-assistant.io/. https://github.com/home-assistant/frontend/issues/18549 is the issue.

    This thing isn't as private and as local as it is claimed to be. It's very tied to services provided by Nabu Casa, including the very visible cloud integration of theirs. They've expanded it now to backups.

  18. OverlayScrollbars

    A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel.

  19. smooth-scrollbar

    Customizable, Extendable, and High-Performance JavaScript-Based Scrollbar Solution.

  20. saas-boilerplate

    SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features! (by apptension)

    Project mention: Ask HN: What's the best SaaS boilerplate/all in one solution to build a PoC/MVP? | news.ycombinator.com | 2024-07-07
  21. meli

    Platform for deploying static sites and frontend applications easily. Automatic SSL, deploy previews, reverse proxy, and more.

  22. jest-preview

    Debug your Jest tests. Effortlessly.🛠🖼

  23. user-event

    🐕 Simulate user events

  24. icestark

    :tiger: Micro Frontends solution for large application(面向大型应用的微前端解决方案),站点国内镜像:https://icestark.gitee.io

  25. piral

    🚀 Framework for next generation web apps using micro frontends. ⭐️ Star to support our work!

    Project mention: Microfrontends a Developer's Guide: Tools, Technologies, and Step-by-Step Setup | dev.to | 2024-11-16

    Piral is a framework that enables you to create modular frontends using microfrontend architecture. It allows teams to independently develop and deploy different parts of an application while still delivering a cohesive user experience.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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 Frontend discussion

Log in or Post with

TypeScript Frontend related posts

  • Designing and Building an Application with Anima, Figma, and React

    1 project | dev.to | 17 Mar 2025
  • Lexical 0.24 with Vanilla JS: 始め方

    7 projects | dev.to | 24 Feb 2025
  • Como funciona um Player de Vídeo? Uma abordagem em JavaScript

    2 projects | dev.to | 22 Feb 2025
  • Automate Your React App Deployment With JetBrains TeamCity

    2 projects | dev.to | 20 Feb 2025
  • Lexical 0.24 with Vanilla JS: Getting started

    7 projects | dev.to | 9 Feb 2025
  • Creating a Browser Extension in 2025

    2 projects | dev.to | 7 Feb 2025
  • Creating a web video application

    1 project | dev.to | 5 Feb 2025
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 22 Mar 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 Frontend projects in TypeScript? This list will help you:

# Project Stars
1 Vue.js 208,510
2 vite 71,552
3 Ionic Framework 51,534
4 expo 38,392
5 full-stack-fastapi-template 31,218
6 dokploy 18,090
7 amis 17,971
8 TOAST UI Editor 17,396
9 tui.calendar 12,212
10 gdbgui 10,011
11 ng-zorro-antd 8,964
12 StableStudio 8,951
13 builder 7,934
14 plasmic 5,560
15 frontend 4,492
16 OverlayScrollbars 4,041
17 smooth-scrollbar 3,341
18 saas-boilerplate 2,445
19 meli 2,417
20 jest-preview 2,385
21 user-event 2,233
22 icestark 2,059
23 piral 1,769

Sponsored
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.ai

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