---
title: "FAQ"
description: "This section is aimed at collecting common questions from users to provide documented answers."
---
Yes, view our [self-hosting guide](/documentation/guides/self-hosting).
Only what you choose to send. The main body of your Job code runs on your
infrastructure. For example when you do a database query, that never touches
us. We receive data that triggers the start of a Job, any data you pass to one
of our API Integrations, and any data you choose to log using our logging
function. We store this to display on the Runs page of your dashboard.
No, you'll be able to use Trigger.dev with a variety of other frameworks,
serverless or otherwise, such as Node.js, Remix, and Express, in addition to
Next.js.
Trigger.dev is a code-first tool that lets you create Jobs directly in your
code, rather than using a UI builder like Zapier. This means you can stay in
your own IDE and keep your internal data secure.
Yes. Jobs are created in your code locally.
Yes. There’s no limit to the complexity of Jobs you can create. Jobs are
created in code so you can write conditional, looping, branching or time
delayed logic.
A run is a single execution of a Job. This can be in either development,
staging or production. [View full details](/documentation/concepts/runs).
Yes. You create Jobs directly in your own code so it’s version controlled with
everything else.
A simple Job doing a couple of API calls from different services will take
about 5 minutes to create.
View [our Integrations page](/integrations) to see the Integrations we
currently support. If we don't have an Integration you need, you can request
it or create it yourself.
Yes, Trigger.dev is open source. We are strong supporters of open source
software, and our first product, [jsonhero.io](https://jsonhero.io), has a
thriving open source community. Trigger.dev follows in that tradition.
No. Trigger.dev is designed for developers who want to create Jobs directly in
code, without using a UI builder like Zapier. This allows developers to stay
in their familiar development environment and customise their Jobs with code.
Developers will need to create Jobs. However, anyone on the team can monitor
running Jobs in the Trigger.dev dashboard.
Hop in our [Discord](https://discord.gg/nkqV9xBYWy) and ask any question you have in there!
You could also open a [GitHub issue](https://github.com/triggerdotdev/trigger.dev/issues/new).