Java TypeScript

Open-source Java projects categorized as TypeScript

Top 23 Java TypeScript Projects

  1. QR-Code-generator

    High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

    Project mention: Hard Mode Rust | news.ycombinator.com | 2025-01-30

    > Hard Mode means that you split your program into std binary and #![no_std] no-alloc library. Only the small binary is allowed to directly ask OS for resources. For the library, all resources must be injected. In particular, to do memory allocation, the library receives a slice of bytes of a fixed size, and should use that for all storage.

    I did exactly this in my QR Code generator library, C port and second Rust port: https://github.com/nayuki/QR-Code-generator/blob/master/c/qr... , https://github.com/nayuki/QR-Code-generator/blob/master/rust...

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. spotless

    Keep your code spotless

    Project mention: We Have Code Quality At Home: Open Source Java Code Quality Tools | dev.to | 2024-05-06

    Spotless is an open-source, multi-language, customizable code formatter for projects. It comes with a Maven Plugin that can be customized as needed.

  4. react-native-template-typescript

    👾 Clean and minimalist React Native template for a quick start with TypeScript.

  5. jsweet

    A Java to JavaScript transpiler.

  6. typescript-generator

    Generates TypeScript from Java - JSON declarations, REST service client

  7. hilla

    Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.

  8. es4x

    🚀 fast JavaScript 4 Eclipse Vert.x

  9. 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
  10. react-native-web-monorepo

    Code sharing between iOS, Android & Web using monorepo

  11. capacitor-updater

    Capacitor plugin for Instant updates: Ship updates, fixes, changes, and features within minutes

  12. jhipster-lite

    JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:

    Project mention: A tour of CLI tools for installing Java and creating projects | dev.to | 2024-06-01

    Jhipster Lite (or JHLite) is the web counterpart of JHipster. It is not feature-equivalent to JHipster but it allows to create a project from a web UI. This page notes that JHLite it is better suited for designing around business and XDD approaches (eXtreme Design Driven).

  13. pulumi-kubernetes

    A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters

  14. ByteChef

    Open-source, low-code, extendable API integration & workflow automation platform. Integrate your organizations or your SaaS product with any third party API

    Project mention: My Goals Working On Open Source | dev.to | 2024-12-10

    So far I think I've been doing pretty well. While the scope of my contributions has varied, I've been able to work on a few projects - some larger than others, but all of them being software that people actually use (as opposed to someone's side project): cve-bin-tool, libplanet, ByteChef, Ghostfolio, and Mattermost.

  15. typescript-react-native-starter

    A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.

  16. grakkit

    A modern JavaScript development environment for Minecraft.

  17. quantizr

    Open-source CMS, Document Collaboration, Microblogging, and Publishing with AI Chatbot and AI Coding Agent supporting most Cloud AI providers

    Project mention: Bento: Jupyter Notebooks at Meta | news.ycombinator.com | 2024-09-18

    The original "Block Editor" (that Jupyter modeled itself after) is the one that's now called "Quanta", and has been around for decades in various forms and incantations:

    https://github.com/Clay-Ferguson/quantizr

    I'm thinking that Jupyter might still not be "Tree Based" but that would be a heck of a leap in capability if they "fix" that.

  18. swc4j

    swc4j (SWC for Java) is an ultra-fast JavaScript and TypeScript compilation and bundling tool on JVM.

    Project mention: Swc4j: SWC for Java | news.ycombinator.com | 2025-01-03
  19. Nayuki-web-published-code

    Complete collection of code files (*.java/js/py/cpp/etc.) published on Project Nayuki website.

  20. capacitor-plugin-safe-area

    capacitor plugin to get safeArea info on Android and IOS, support Capacitor6

  21. react-native-bounceable

    🚀 Animate and bounce any component with RNBounceable for React Native

  22. simple-react-native-starter

    Simple ReactNative starter with an opinionated folder structure for mobile development.

  23. Game-Of-Life-Implementations

    Conway's Game of Life implementation in various languages

  24. squashql

    Official repository of SquashQL, the SQL query engine for multi-dimensional and hierarchical analysis that empowers your SQL database

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

Java TypeScript discussion

Log in or Post with

Java TypeScript related posts

  • A Guide to Localizing and Internationalizing Your Java App with Localizer

    5 projects | dev.to | 2 Feb 2025
  • How to level up your backend skills

    13 projects | dev.to | 16 Nov 2024
  • Create your Minecraft Plugin

    3 projects | dev.to | 26 Aug 2024
  • Signal's Meredith Whittaker on the Telegram security clash

    4 projects | news.ycombinator.com | 25 May 2024
  • Crafting your own AI chat app using Hilla and Spring AI

    5 projects | dev.to | 22 Nov 2023
  • Do not upgrade to pulumi-kubernetes 4.5.0

    1 project | /r/pulumi | 27 Oct 2023
  • Ask HN: Zoom alternatives which preserve privacy and are easy to use?

    1 project | news.ycombinator.com | 7 Aug 2023
  • A note from our sponsor - Nutrient
    www.nutrient.io | 18 Feb 2025
    Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries. Learn more →

Index

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

# Project Stars
1 QR-Code-generator 5,600
2 spotless 4,716
3 react-native-template-typescript 1,861
4 jsweet 1,461
5 typescript-generator 1,166
6 hilla 938
7 es4x 885
8 react-native-web-monorepo 865
9 capacitor-updater 558
10 jhipster-lite 481
11 pulumi-kubernetes 420
12 ByteChef 263
13 typescript-react-native-starter 233
14 grakkit 218
15 quantizr 191
16 swc4j 156
17 Nayuki-web-published-code 145
18 react-native-thermal-printer 106
19 capacitor-plugin-safe-area 83
20 react-native-bounceable 75
21 simple-react-native-starter 72
22 Game-Of-Life-Implementations 53
23 squashql 53

Sponsored
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io

Did you know that Java is
the 8th most popular programming language
based on number of references?