List of NestJS Integrations
This is a list of platforms and tools that integrate with NestJS. This list is updated as of August 2026.
-
1
Obtain high-quality translations for your application, website, game, and associated documentation by either inviting your own translation team or collaborating with professional translation agencies through Crowdin. The platform offers several features designed to enhance translation quality and streamline the entire process, including a glossary for maintaining consistent terminology, a Translation Memory (TM) that eliminates the need to re-translate identical phrases, and the ability to attach screenshots for context-driven translations. Additionally, Crowdin allows for integrations with platforms such as GitHub, Google Play, API, CLI, and Android Studio, ensuring seamless workflows. Quality assurance checks guarantee that all translations convey the same meanings and functions as the original text, while in-context proofreading lets you review translations directly within your application. Machine translation options enable initial pre-translations using advanced translation engines, and detailed reports provide insights that assist in project planning and management. Crowdin is compatible with over 30 different file formats ideal for mobile applications, software, documents, subtitles, graphics, and other assets, including .xml, .strings, .json, .html, .xliff, .csv, .php, .resx, and .yaml, among others, which facilitates a broad range of translation needs. This extensive support for various formats makes it a versatile solution for any translation project.
-
2
AppSignal
AppSignal
A powerful, affordable all-in-one monitoring toolkit for applications and teams of any scale.More than 1,500 development teams rely on AppSignal to monitor and maintain their applications with confidence. AppSignal combines performance monitoring, error tracking, log and host management, uptime monitoring, and additional features in one easy-to-navigate platform. Unlike complex alternatives, AppSignal emphasizes simplicity, quick installation, excellent support, and transparent pricing that suits teams at any scale. With AppSignal’s streamlined tools, developers spend less time debugging and more time delivering quality code. -
3
Forest
Forest
Streamline operations with full compliance and seamless control.Forest is an operational infrastructure platform built for regulated companies that need a secure way to run humans, AI agents, BPOs, LLMs, suppliers, and workflows together. The platform acts as an operational backend between a company’s data, compliance suppliers, human teams, AI agents, and tools connected through MCP. Forest keeps data inside the customer’s infrastructure while giving teams and agents a shared control plane for business logic, smart actions, workflows, permissions, RBAC, and audit trails. It is designed for regulated environments where agentic operations must remain compliant, auditable, and under control. Forest supports onboarding workflows on top of KYC and KYB providers such as Sumsub, Onfido, Veriff, Persona, and Trulioo. These workflows can combine identity verification, business registry checks, beneficial-owner discovery, document reviews, screening checks, risk scores, jurisdiction logic, and segment-based routing. Routine cases can be triaged by agents, while edge cases can be routed to human reviewers. Every provider call, AI agent step, workflow event, and reviewer decision is recorded at the record level so audit evidence is created as work happens. Forest also helps teams control agents from different sources, including vertical vendors, internal engineering teams, automation tools, and big-tech runtimes. Its implementation approach maps existing databases, providers, and undocumented processes before configuring workflows, then moves selected processes into production with compliance checks and performance audits. By combining operational workflows, MCP access, agent governance, live data connections, permissions, RBAC, audit trails, KYC and KYB orchestration, implementation support, and regulated-process controls, Forest helps companies modernize operations without losing oversight. -
4
Node.js
Node.js
"Unleash scalable performance with asynchronous JavaScript runtime."Node.js is an event-driven JavaScript runtime that operates asynchronously, making it ideal for building scalable network applications. Whenever a connection occurs, a callback function is activated; in cases where there are no ongoing tasks, Node.js shifts into a dormant state. This method starkly contrasts with the conventional concurrency model that depends on operating system threads, which can often be inefficient and introduce substantial usability hurdles. Furthermore, Node.js developers can avoid the intricacies associated with dead-locking since its architecture is designed without locks. Remarkably, few functions in Node.js perform direct I/O operations, allowing the process to remain unblocked unless synchronous methods from the standard library are called. This non-blocking characteristic significantly enhances the potential for building scalable systems with Node.js. The design principles of Node.js echo those found in frameworks such as Ruby's Event Machine and Python's Twisted, pushing the event model to new heights. Importantly, Node.js integrates the event loop as a core component of its runtime environment instead of simply treating it as a library, thereby increasing both its efficiency and usability. Consequently, this unique design serves to make Node.js a highly appealing option for developers aiming to craft high-performance applications, while also fostering a vibrant ecosystem of tools and libraries that support its capabilities. -
5
Launchnow
Launchnow
Accelerate your web development with powerful, ready-to-use tools!Launchnow is a comprehensive SaaS boilerplate designed to accelerate the development of web applications, GPT Actions, and AI-powered tools. It harnesses the capabilities of SvelteKit for rapid front-end creation, while NestJS efficiently handles complex backend tasks. The platform is built on PostgreSQL, managed by Prisma ORM, and incorporates Tailwind CSS to deliver responsive user interfaces. It includes robust features such as OAuth 2.0 for user authentication, Stripe integration for seamless payment processing, SEO-optimized blogs with automatic sitemap generation, and a headless CMS for streamlined content management. By providing these ready-to-use elements, Launchnow enables developers to focus more on the unique aspects of their projects, significantly reducing both development time and effort. Users enjoy lifetime access to the source code alongside all future updates without incurring any recurring fees. Furthermore, the entire system is developed in TypeScript, fostering a modern and efficient coding environment. Overall, Launchnow not only simplifies the development workflow but also inspires developers to unleash their creativity and build innovative solutions. In this way, it stands out as an invaluable resource for anyone looking to create cutting-edge applications with ease. -
6
Refine
Refine
Empower your data-driven applications with effortless, robust development.Refine is a versatile open-source framework grounded in React, designed specifically for building data-centric web applications like admin panels, dashboards, and internal tools. Its headless architecture offers developers unparalleled control over the user interface and business logic, facilitating seamless integration with diverse UI frameworks. A notable aspect of Refine is its zero-configuration setup, which allows for a rapid project initiation using the create refine-app CLI tool. Furthermore, it supports over 15 backend services, including REST APIs, GraphQL, Supabase, Strapi, NestJS CRUD, Hasura, Appwrite, Firebase, and Airtable, significantly expediting the development of CRUD functionalities. In addition to these features, Refine provides advanced capabilities such as real-time data management, comprehensive authentication and authorization systems, internationalization (i18n), audit logging, and customizable routing options that are compatible with Next.js and Remix. This broad assortment of tools and functionalities makes Refine an exceptional choice for developers aiming to optimize their application development workflows, ensuring they can effectively address various project requirements. As a result, it stands out as a leading solution in the landscape of web application frameworks. -
7
JavaScript
JavaScript
Master string handling to elevate your web development skills!JavaScript functions as both a scripting and programming language that is widely utilized on the internet, enabling developers to build interactive and dynamic features for websites. An impressive 97% of all websites around the world rely on client-side JavaScript, highlighting its crucial role in web development. As one of the leading scripting languages available today, JavaScript has become indispensable for creating captivating online user experiences. Strings in JavaScript can be represented using either single quotes '' or double quotes "", and it is essential to be consistent with the chosen style throughout your code. For instance, if you initiate a string with a single quote, you must also terminate it with a single quote. Each type of quotation mark comes with its own set of benefits and drawbacks; for example, using single quotes can make it easier to incorporate HTML within your JavaScript code, as it removes the need to escape double quotes. This is particularly important when you need to include quotation marks within a string, which often necessitates using opposite styles for clarity and correctness. Furthermore, mastering the management of strings in JavaScript is crucial for developers aiming to elevate their programming abilities and create more sophisticated applications. In conclusion, a solid grasp of string handling will not only improve your coding efficiency but also enhance the overall quality of your web projects. -
8
Jovu
Amplication
Transform ideas into functional systems in just minutes!Effortlessly develop new services and improve your existing applications with Amplication AI. In just four minutes, turn your ideas into fully functional systems. This innovative AI-driven platform creates production-ready code, ensuring consistency, dependability, and adherence to industry-leading standards. Experience a rapid shift from concept to execution, with scalable code that is primed for deployment almost instantly. Amplication AI surpasses simple prototypes by delivering robust backend services that are ready to be launched. It optimizes your development workflow, reducing the time required and enhancing the use of your resources. Leverage AI's potential to do more with what you already have. By simply inputting your requirements, you can watch as Jovu transforms them into immediately usable code segments. It generates fully operational data models, APIs, and the necessary elements for authentication, authorization, and event-driven architectures, ensuring your service is up and running. Additionally, you can incorporate architectural components and expand functionality through various Amplication plugins, enabling a higher level of customization and flexibility in your development endeavors. This comprehensive approach allows developers to focus on innovation while Amplication AI handles the technical intricacies. -
9
AWS Marketplace
Amazon
Discover, purchase, and manage software seamlessly within AWS.The AWS Marketplace acts as a meticulously organized online venue where users can discover, purchase, implement, and manage third-party software, AI agents, data products, and services smoothly within the AWS framework. It showcases a wide selection of offerings across multiple categories, such as security, machine learning, enterprise applications, and DevOps solutions. By providing an array of pricing models, including pay-as-you-go options, annual subscriptions, and free trial opportunities, AWS Marketplace simplifies the purchasing and billing processes by merging expenses into a single AWS invoice. Additionally, it promotes rapid deployment through pre-configured software that can be easily activated within AWS infrastructure. This streamlined approach not only accelerates innovation and reduces time-to-market for organizations but also gives them more control over software usage and related expenditures. Consequently, businesses are able to allocate more resources towards strategic objectives rather than getting bogged down by operational challenges, ultimately leading to more efficient resource management and improved overall performance.
- Previous
- You're on page 1
- Next