17 Integrations with Trigger.dev

View a list of Trigger.dev integrations and software that integrates with Trigger.dev below. Compare the best Trigger.dev integrations as well as features, ratings, user reviews, and pricing of software that integrates with Trigger.dev. Here are the current Trigger.dev integrations in 2025:

  • 1
    Google Cloud Platform
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes. New customers get $300 in free credits to run, test, and deploy workloads. All customers can use 25+ products for free, up to monthly usage limits. Use Google's core infrastructure, data analytics & machine learning. Secure and fully featured for all enterprises. Tap into big data to find answers faster and build better products. Grow from prototype to production to planet-scale, without having to think about capacity, reliability or performance. From virtual machines with proven price/performance advantages to a fully managed app development platform. Scalable, resilient, high performance object storage and databases for your applications. State-of-the-art software-defined networking products on Google’s private fiber network. Fully managed data warehousing, batch and stream processing, data exploration, Hadoop/Spark, and messaging.
    Leader badge
    Starting Price: Free ($300 in free credits)
    View Software
    Visit Website
  • 2
    Cloudflare

    Cloudflare

    Cloudflare

    Cloudflare is the foundation for your infrastructure, applications, and teams. Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. It protects your internal resources such as behind-the-firewall applications, teams, and devices. And it is your platform for developing globally scalable applications. Your website, APIs, and applications are your key channels for doing business with your customers and suppliers. As more and more shift online, ensuring these resources are secure, performant and reliable is a business imperative. Cloudflare for Infrastructure is a complete solution to enable this for anything connected to the Internet. Behind-the-firewall applications and devices are foundational to the work of your internal teams. The recent surge in remote work is testing the limits of many organizations’ VPN and other hardware solutions.
    Leader badge
    Starting Price: $20 per website
    View Software
    Visit Website
  • 3
    Slack

    Slack

    Salesforce

    Slack is a cloud-based project collaboration and team interaction software solution specially designed to seamlessly facilitate communication across organizations. Featuring powerful tools and services integrated into a single platform, Slack provides private channels to promote interaction within smaller teams, direct channels to help send messages directly to colleagues, and public channels that enables members across organizations to start conversations. Available on Mac, Windows, Android, and iOS apps, Slack offers a plethora of features that include chat, file sharing, collaborative workspace, real-time notifications, two-way audio and video, screen sharing, document imaging, activity tracking and logging, and more.
    Leader badge
    Starting Price: $6.67 per user per month
  • 4
    Amazon Web Services (AWS)
    Amazon Web Services (AWS) is the world’s most comprehensive cloud platform, trusted by millions of customers across industries. From startups to global enterprises and government agencies, AWS provides on-demand solutions for compute, storage, networking, AI, analytics, and more. The platform empowers organizations to innovate faster, reduce costs, and scale globally with unmatched flexibility and reliability. With services like Amazon EC2 for compute, Amazon S3 for storage, SageMaker for AI/ML, and CloudFront for content delivery, AWS covers nearly every business and technical need. Its global infrastructure spans 120 availability zones across 38 regions, ensuring resilience, compliance, and security. Backed by the largest community of customers, partners, and developers, AWS continues to lead the cloud industry in innovation and operational expertise.
  • 5
    Microsoft Azure
    Microsoft's Azure is a cloud computing platform that allows for rapid and secure application development, testing and management. Azure. Invent with purpose. Turn ideas into solutions with more than 100 services to build, deploy, and manage applications—in the cloud, on-premises, and at the edge—using the tools and frameworks of your choice. Continuous innovation from Microsoft supports your development today, and your product visions for tomorrow. With a commitment to open source, and support for all languages and frameworks, build how you want, and deploy where you want to. On-premises, in the cloud, and at the edge—we’ll meet you where you are. Integrate and manage your environments with services designed for hybrid cloud. Get security from the ground up, backed by a team of experts, and proactive compliance trusted by enterprises, governments, and startups. The cloud you can trust, with the numbers to prove it.
  • 6
    Netlify

    Netlify

    Netlify

    The fastest way to build the fastest sites. More speed. Less spend. 900,000+ developers & businesses use Netlify to run web projects at global scale—without servers, devops, or costly infrastructure. Netlify detects the changes to push to git and triggers automated deploys. Netlify provides you a powerful and totally customizable build environment. Publishing is seamless with instant cache invalidation and atomic deploys. It’s designed to work together as part of a seamless git-based developer workflow. Run sites globally. Changes deploy automatically. Publish modern web projects right from your git repos. There’s nothing to set up & no servers to maintain. Run automated builds with each git commit using our CI/CD pipeline designed for web developers. Generate a full preview site with every push. Deploy atomically to our Edge, a global, multi-cloud 'CDN on steroids' designed to optimize performance for Jamstack sites and apps. Atomic deploys mean you can rollback at any time.
    Starting Price: $19 per user per month
  • 7
    Vercel

    Vercel

    Vercel

    Vercel is an AI-powered cloud platform that helps developers build, deploy, and scale high-performance web experiences with speed and security. It provides a unified set of tools, templates, and infrastructure designed to streamline development workflows from idea to global deployment. With support for modern frameworks like Next.js, Svelte, Vite, and Nuxt, teams can ship fast, responsive applications without managing complex backend operations. Vercel’s AI Cloud includes an AI Gateway, SDKs, workflow automation tools, and fluid compute, enabling developers to integrate large language models and advanced AI features effortlessly. The platform emphasizes instant global distribution, enabling deployments to become available worldwide immediately after a git push. Backed by strong security and performance optimizations, Vercel helps companies deliver personalized, reliable digital experiences at massive scale.
  • 8
    Express

    Express

    OpenJS Foundation

    Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. Express has no notion of a database. This concept is left up to third-party Node modules, allowing you to interface with nearly any database. In Express, 404 responses are not the result of an error, so the error-handler middleware will not capture them. This behavior is because a 404 response simply indicates the absence of additional work to do; in other words, Express has executed all middleware functions and routes, and found that none of them responded.
    Starting Price: Free
  • 9
    Next.js

    Next.js

    Vercel

    Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. The interactive course with quizzes will guide you through everything you need to know to use Next.js. Next.js has built-in support for internationalized (i18n) routing since v10.0.0. You can provide a list of locales, the default locale, and domain-specific locales and Next.js will automatically handle the routing.
    Starting Price: Free
  • 10
    TypeScript

    TypeScript

    TypeScript

    TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. TypeScript was used by 78% of the 2020 State of JS respondents, with 93% saying they would use it again. The most common kinds of errors that programmers write can be described as type errors: a certain kind of value was used where a different kind of value was expected. This could be due to simple typos, a failure to understand the API surface of a library, incorrect assumptions about runtime behavior, or other errors.
    Starting Price: Free
  • 11
    Astro

    Astro

    Astro Framework

    Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy it everywhere, all powered by your favorite UI components and libraries. Astro optimizes your website as no other framework can. Leverage Astro's unique zero-JS frontend architecture to unlock higher conversion rates with better SEO. Astro was designed for your content. Fetch data from any CMS or work locally with type-safe Markdown and MDX APIs. Build personal and professional blogs with Astro's built-in Markdown support and content APIs. Stand out from the crowd with a lightning-fast site that ranks higher in SEO. Agencies use Astro to build fast websites, faster. Customize every site with full control over your frontend code. Time is money. Give your customers a better shopping experience and grow your business faster. Put your best foot forward with a portfolio that performs. Help people get to know you (and your work) faster.
    Starting Price: Free
  • 12
    SvelteKit

    SvelteKit

    SvelteKit

    SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. It addresses common development challenges by providing solutions for routing, server-side rendering, data fetching, service workers, TypeScript integration, and more. SvelteKit apps are server-rendered by default, offering excellent first-load performance and SEO benefits, but can transition to client-side navigation to enhance user experience. The framework is designed to grow with developers, allowing them to start simple and add new features as needed. SvelteKit leverages Vite for a fast and feature-rich development experience, including hot module replacement. In short, Svelte is a way of writing user interface components, like a navigation bar, comment section, or contact form, that users see and interact with in their browsers. The Svelte compiler converts your components to JavaScript that can be run to render the HTML for the page and to CSS that styles the page.
    Starting Price: Free
  • 13
    JavaScript

    JavaScript

    JavaScript

    JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.
    Starting Price: Free
  • 14
    Comp AI

    Comp AI

    Comp AI

    Comp AI is an open source compliance automation platform designed to help companies of any size achieve and manage compliance with standards such as SOC 2, ISO 27001, and GDPR. As an alternative to Drata and Vanta, Comp AI automates evidence collection, policy management, and control implementation, transforming compliance from a vendor checkbox into an engineering problem solved through code. The platform offers deep integrations with leading HR, cloud, and device management systems, and features a built-in marketplace for compliance software, training, and auditing services. Comp AI is built with technologies like Next.js, Trigger.dev, Prisma.io, and Tailwind CSS, ensuring a robust and modern infrastructure. The platform is available under the AGPL-3.0 license, with additional enterprise features and support offered through a commercial license. Users can deploy Comp AI locally or join the waitlist for early access to the cloud-hosted version.
    Starting Price: Free
  • 15
    Nuxt

    Nuxt

    NuxtLabs

    Build your next Vue.js application with confidence using NuxtJS. An open source framework making web development simple and powerful. Nuxt is based on a powerful modular architecture. You can choose from more than 50 modules to make your development faster and easier. You don't have to reinvent the wheel to get PWA benefits, add Google Analytics to your page or generate a sitemap. With Nuxt.js, your application will be optimized out of the box. We do our best to build performant applications by utilizing Vue.js and Node.js best practices. To squeeze every unnecessary bit out of your app Nuxt includes a bundle analyzer and lots of opportunities to fine-tune your app. Our main focus is the Developer Experience. We love Nuxt.js and continuously improve the framework so you love it too! Expect appealing solutions, descriptive error messages, powerful defaults and detailed documentation.
  • 16
    Fastify

    Fastify

    Fastify

    An efficient server implies a lower cost of the infrastructure, a better responsiveness under load and happy users. How can you efficiently handle the resources of your server, knowing that you are serving the highest number of requests possible, without sacrificing security validations and handy development? Enter Fastify. Fastify is a web framework highly focused on providing the best developer experience with the least overhead and powerful plugin architecture, inspired by Hapi and Express. As far as we know, it is one of the fastest web frameworks in town.
  • 17
    Remix

    Remix

    Remix Framework

    Remix is a seamless server and browser runtime that provides snappy page loads and instant transitions by leveraging distributed systems and native browser features instead of clunky static builds. Built on the Web Fetch API (instead of Node) it can run anywhere. It already runs natively on Cloudflare Workers, and of course supports serverless and traditional Node.js environments, so you can come as you are. Page speed is only one aspect of our true goal though. We're after better user experiences. As you’ve pushed the boundaries of the web, your tools haven’t caught up to your appetite. Remix is ready to serve you from the initial request to the fanciest UX your designers can think up. Get fancy with transition hooks and make some pending UI. Remix handles all the state, you simply ask for it.
  • Previous
  • You're on page 1
  • Next