Writing & Talks

Video Gadget Apr 2026

Data sync broke, now what?

In this video, we are doing a live build for a Gadget app! The app will monitor our customer.io data pipeline from Hubspot. Build your own apps quicker at https://gadget.dev/

Video Gadget Mar 2026

Orchestrating Cloud Agents with 1 button! ft. OpenCode!

We will walk through setting up OpenCode to deploy a new cloud environment on Gadget for each agent sandbox we create, with the click of a button! Working with agents: https://docs.gadget.dev/guides/development-tools/working-with-agents/working-in-parallel The code snippet used: APP_NAME=$(basename "$(git worktree list | head -1 | awk '{print $1}')") ENV_NAME="agent-$(date +%s)" ggt env create "$ENV_NAME" -a "$APP_NAME" --from development --use ggt var import -a "$APP_NAME" -e "$ENV_NAME" --from development --all --include-values ggt push -a "$APP_NAME" -e "$ENV_NAME" --force --allow-unknown-directory

Video Gadget Mar 2026

HubSpot apps (Again!) now with Home Pages!

Building off the previous HubSpot Custom Object template, we are adding the new HubSpot app feature Home and Settings pages. Fork the app here: https://app.gadget.dev/auth/fork?domain=hubspot-private-app-full.gadget.app Check out the previous video template here: https://www.youtube.com/watch?v=SkRw3C6wNqg

Video Gadget Feb 2026

Can you create Hubspot custom objects without a Premium plan?

Mark walks through Gadget's template for deploying your own Custom HubSpot Objects, without a premium HubSpot plan. Fork the app for yourself here: https://app.gadget.dev/auth/fork?domain=marks-static-obj.gadget.app Check out the related blog post for the HubSpot custom object template here: https://gadget.dev/blog/building-hubspot-custom-objects-in-gadget Or start building Gadget: https://gadget.new