TypeScript Axios

Open-source TypeScript projects categorized as Axios

Top 23 TypeScript Axio Projects

  1. openapi-ts

    🌀 OpenAPI to TypeScript codegen. Production-grade SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.

    Project mention: What Is DaloyJS? A Beginner-Friendly Tour of a Contract-First TypeScript Framework | dev.to | 2026-05-30

    Once your API has an OpenAPI spec, you can run one command and get a fully typed fetch client out of it (DaloyJS uses Hey API for this). Your frontend can call your backend with full autocomplete and type checking, and that client regenerates whenever your contract changes. Less guessing, fewer "what does this endpoint return again?" moments.

  2. SaaSHub

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

    SaaSHub logo
  3. alova

    A request toolkit for ultimate efficiency

    Project mention: From Client to Server: Alova 3's Full-Stack Request Strategy Practice | dev.to | 2025-12-04

    Visit the alovajs official website for more detailed information: alovajs Official Website.

  4. openapi-typescript-codegen

    NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification

  5. auth-module

    Zero-boilerplate authentication support for Nuxt 2

    Project mention: From fix CORS in Nuxt and found new better way to authenticate | dev.to | 2026-01-17

    In 2023 I move to new company and applied as Frontend Developer, and build some project like company profile, marketing site and my team choose nuxt.js and backend was laravel.com. At the time I was integrate laravel, I use many nuxt module for example Nuxt Auth and this work well in nuxt 2, but when the requirement change this module was really hard to modify or maybe because of skill issue, I should finish multiple project at same dateline and no time to research for my own. Then I came to tradisional way to build auth with Cookies Js and somehow it working well but CORS problem came up and only happen when I do hard refresh the site.

  6. tsrpc

    A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.

  7. openapi-zod-client

    Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)

    Project mention: openapi-zod-client VS apical-ts - a user suggested alternative | libhunt.com/r/openapi-zod-client | 2025-09-09
  8. axios-auth-refresh

    Library that helps you implement automatic refresh of authorization via axios interceptors. You can easily intercept the original request when it fails, refresh the authorization and continue with the original request, without user even noticing.

  9. axios-cache-interceptor

    📬 Small and efficient cache interceptor for axios. Etag, Cache-Control, TTL, HTTP headers and more!

  10. openapi-client-axios

    JavaScript client library for consuming OpenAPI-enabled APIs with axios

  11. retry-axios

    🦖 A super flexible interceptor for Axios that makes it easy to retry requests.

  12. axios-cookiejar-support

    Add tough-cookie support to axios.

  13. axios

    Axios module for Nest framework (node.js) 🗂 (by nestjs)

  14. rapini

    :leafy_green: OpenAPI to React Query (or SWR) & Axios

  15. nestjs-v10-webpack-boilerplate

    🎨 Boilerplate for NestJS v10 with Webpack, Pnpm, Fastify, Swagger, Pino Logger, Airbnb JavaScript Guide, Google JSON Style, ESLint, Prettier, Editorconfig, Husky, Lint-Staged, Commitlint, Axios, Docker, Alias Path, Error Handling and Clustering

  16. omniscient

    Cutting-edge Full-stack AI Platform delivered as a SaaS (Software as a Service). Built on a robust technology stack, integrated with powerful APIs such as OpenAI and Replicate, offers a seamless experience for code generation, conversation simulation, image creation, music composition, and video generation. (by RicardoGEsteves)

  17. epic-free-games

    Wrapper to fetching weekly free games with Epic Games API

  18. typescript-e-commerce

    A React e-commerce app build with TypeScript, Sanity CMS, graphQL, process payment with Stripe-API, hosted on Netlify.

  19. axios-react

    🌐 HTTP client component for React, based on Axios

  20. fastify-axios

    Add axios http client to your fastify instance

  21. blast-arena

    Browser based, battle royale, online multiplayer 2D game about bombs on a board.

  22. openapi-code-generator

    A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.

    Project mention: Use Your Type System | news.ycombinator.com | 2025-07-24

    Related https://github.com/microsoft/TypeScript/issues/54925

    My specific use case is pattern matching http status codes to an expected response type, and today I'm able to work around it with this kind of construct https://github.com/mnahkies/openapi-code-generator/blob/main... - but it's esoteric, and feels likely to be less efficient to check than what you propose / a range type.

    There's runtime checking as well in my implementation, but it's a priority for me to provide good errors at build time

  23. Intertwine

    This is an instant messaging and VoIP social platform which allows communication through voice calls, video calls, text messaging, and media and files. Communication can be private or take place in virtual communities called "servers".

  24. resreq

    🍭 Fetch-based onion model http client.

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 Axios discussion

Log in or Post with

TypeScript Axios related posts

  • Hey API – OpenAPI to TypeScript in Seconds

    1 project | news.ycombinator.com | 18 May 2026
  • Tsarr: a type-safe TypeScript SDK & CLI for the Servarr ecosystem

    4 projects | dev.to | 13 Mar 2026
  • Building a Custom TypeScript Client for Your REST API

    2 projects | dev.to | 17 Nov 2025
  • Show HN: I made a fetch client builder to make API calls simpler and safer

    1 project | news.ycombinator.com | 26 Mar 2025
  • Axios vs. Fetch: Which Fetch Wrapper Should I Choose in 2025?

    1 project | dev.to | 9 Mar 2025
  • Show HN: Upfetch – Advanced fetch client builder for TypeScript

    1 project | news.ycombinator.com | 12 Feb 2025
  • Show NH: pfetch – Advanced fetch client builder for TypeScript

    1 project | news.ycombinator.com | 12 Feb 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 openapi-ts 4,944
2 alova 3,998
3 openapi-typescript-codegen 3,369
4 auth-module 1,929
5 tsrpc 1,924
6 openapi-zod-client 1,160
7 axios-auth-refresh 1,144
8 axios-cache-interceptor 817
9 openapi-client-axios 614
10 retry-axios 507
11 axios-cookiejar-support 334
12 axios 249
13 rapini 178
14 nestjs-v10-webpack-boilerplate 130
15 omniscient 118
16 epic-free-games 56
17 typescript-e-commerce 55
18 axios-react 47
19 fastify-axios 42
20 blast-arena 37
21 openapi-code-generator 34
22 Intertwine 29
23 resreq 24

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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