Advertisement ยท 728 ร— 90

Posts by Riley Draward

Post image

I really like @developer.chrome.com's vertical tabs, but it is currently way too tough to hover + rearrange tabs when the "x" for closing tabs is dead center

@firefox.com does this much better imo

1 week ago 0 0 0 0

Thanks for the heads up and the link!

(In the GitHub UI, I think you need to navigate to Settings > Copilot > Privacy > Disallow, I was looking for Privacy in the left nav)

3 weeks ago 27 0 0 1

Loved sitting down with @gadget.dev's infra team to talk about how agents fundamentally changed production debugging and incident response

tldr; Claude go brrrr

4 weeks ago 1 0 0 0

I miss the old days where tech leadership would performatively schedule boxing matches to settle differences

1 month ago 2 0 0 0

"Here's how Gedge's rant impacts b2b saas"

1 month ago 1 1 0 1

@gadget.dev framework version 1.6.0 is out! And includes a big configuration update for fetching field data not included in Shopify webhook payloads

Check it out in the video!

2 months ago 5 0 0 0
Preview
GitHub - gadget-inc/skills: Claude Skills for Gadget apps! Claude Skills for Gadget apps! Contribute to gadget-inc/skills development by creating an account on GitHub.

I'm super-interested in feedback so we can continue to make these better

Send me a message on here, open issues or PRs in the repo (github.com/gadget-inc/s...), or leave feedback in our dev discord

2 months ago 1 0 0 0

We released our first version of skills for @gadget.dev best practices!

2 months ago 6 1 1 0

Gadget had a fantastic 2025
Looking forward to an even better 2026!

2 months ago 1 0 0 0
Advertisement

@airhorns.bsky.social does an awesome job of explaining how to use the ops dashboard to debug errors and slowdowns in @gadget.dev apps!

Check it out and let us know if you have any questions!

3 months ago 1 0 0 0

You can use the Chrome DevTools Node profiler to hunt down slow actions and routes in your Gadget apps!

3 months ago 1 0 0 0
Use Gadget's adaptive rate limiter for requests to Shopify's API
Use Gadget's adaptive rate limiter for requests to Shopify's API YouTube video by Gadget

Tired of dealing with 429s when writing to Shopify?

Now you can hook into the adaptive rate limiter used to power our Shopify syncs for durable writes and actions in your Gadget apps!

@draward.dev shares the holiday cheer:
youtu.be/Y1gDytPTHUE

3 months ago 10 1 0 0

Super jazzed to share that we've fixed one of the big dev ex paper cuts when debugging @gadget.dev apps

You can now use the VSCode/Cursor/other fork's debugger to set breakpoints and step through your Gadget actions and routes!!

4 months ago 3 0 0 0
Screenshot of the website

Screenshot of the website

Screenshot of the website

Screenshot of the website

Screenshot of the website

Screenshot of the website

Screenshot of the website

Screenshot of the website

๐ŸŽ‰ CSS Wrapped 2025 is here!

Once again, it has been an AMAZING year for CSS and UI.

Go check out chrome.dev/css-wrapped-... to see all CSS/UI features Chrome shipped this year.

Each features comes with a small explanation and demo for you to play with.

4 months ago 89 22 3 4

The in-docs tutorial has also been updated

Plus, it uses the ChatGPT Apps SDK lib's TBoneRaw icon, the most important icon imo

Why no TBoneCooked?

docs.gadget.dev/guides/tutor...

4 months ago 1 0 0 0

I also take a bit of time at the start to talk about mini apps in general

I hadn't heard the term until Shopify announced Shop Minis and Apple announced a mini app partners program last month!

4 months ago 0 0 0 0
Start building Shopify Shop Minis
Start building Shopify Shop Minis YouTube video by Gadget

I built a template to make it easier to get started using @gadget.dev as a custom backend for Shopify Shop Mini apps (and shot a video showing setup)

youtu.be/gAJzSVnuivo

4 months ago 2 0 1 0

@airhorns.bsky.social is in the hizzouse and streaming a ChatGPT app build - today @ 1pm ET!!

5 months ago 1 0 0 0
Advertisement
Preview
Use Gadget's Preact hooks to build Shopify UI extensions @gadgetinc/preact contains hooks and a Provider to manage your 2025-10 UI extension sessions and make custom network requests.

We've released Gadget framework v1.5!

v1.5 includes support for our newly released Preact hooks, which are super-useful when building new @Shopify extensions!

Read the details and check out some examples:
gadget.dev/blog/use-gad...

5 months ago 7 2 0 0
Preview
Everything you need to know about building ChatGPT apps Harry shares useful hints, tips, and tricks for building ChatGPT apps in this in-depth look at using OpenAI's Apps SDK.

It's a bit of a funky ecosystem - you need to implement an MCP server, act as an OAuth provider, and work within OpenAI's iframe

Gadget handles all of this out of the box

Also check out @airhorns.bsky.social's blog post for more details on the ChatGPT app ecosystem:
gadget.dev/blog/everyth...

5 months ago 4 0 0 0
Build ChatGPT apps with Node and React (with OAuth and multi-tenancy!)
Build ChatGPT apps with Node and React (with OAuth and multi-tenancy!) YouTube video by Gadget

Finally got around to re-shooting the ChatGPT todo list build using the @gadget.dev ChatGPT app connection

youtu.be/OVSYoOyTAnQ

5 months ago 5 1 1 0
Video

Introducing the ChatGPT connection from Gadget

Build, host, and ship full ChatGPT apps, no setup needed

โœ… SDK integrated
โœ… Auth & MCP configured
โœ… React UI ready

Go from idea โ†’ live app inside ChatGPT in minutes

5 months ago 7 1 1 1

Congrats @gedge.ca! That's an awesome time

6 months ago 1 0 1 0
Video

The businesses that my generation will build will be embedded in ChatGPT.

@gregisenberg.bsky.social gave me the idea to build an AI health concierge ChatGPT app.

I built this demo with @gadget.dev in โ‰ˆ3 hours.

6 months ago 5 2 0 0
Building ChatGPT apps with React and the ChatGPT Apps SDK
Building ChatGPT apps with React and the ChatGPT Apps SDK YouTube video by Gadget

Built another ChatGPT app, this time in React!

Comes with many improvements from the @gadget.dev team: updated MCP, data multi-tenancy, a homegrown Vite plugin for HMR, and new tooling that lets me make auth'd requests without going through an (exceptionally slow) tool call

youtu.be/Em4NRrx2ly8

6 months ago 4 1 0 1
Preview
Everything you need to know about building ChatGPT apps Harry shares useful hints, tips, and tricks for building ChatGPT apps in this in-depth look at using OpenAI's Apps SDK.

Weโ€™ve spent the week building ChatGPT apps and figuring out OAuth, CORS, MCP (and all the other fun bits) along the way

Our CTO, @airhorns.bsky.social, pulled together everything we learned into a guide full of tips & tricks for devs

๐Ÿ‘‰ gadget.dev/blog/everyth...

6 months ago 6 1 0 0
Gadget Auth - Loading Gadget Auth

The starter template is available to fork here: app.gadget.dev/auth/fork?do...

Docs and a written tutorial are coming soon!

6 months ago 0 0 0 0
Advertisement
Build an app INSIDE ChatGPT (using the OpenAI Apps SDK and MCP)
Build an app INSIDE ChatGPT (using the OpenAI Apps SDK and MCP) YouTube video by Gadget

Dove into the new OpenAI Apps SDK and MCP to put together a quick run through of building apps in ChatGPT (using @gadget.dev)

youtu.be/wsPUYCa2TCw

6 months ago 7 2 1 0
Preview
Shopify API 2025-10: Web components, Preact (and more checkout migrations) We take a look at the major changes to Polaris and the frameworks powering Shopify apps for API version 2025-10.

Wrote some words on the framework changes in Shopify's 2025-10 API

Moving to Polaris web components and React Router v7 is great, but I haven't seen much chatter on Preact in extensions and the (required?) migration for all existing UI extensions

gadget.dev/blog/shopify...

6 months ago 0 0 0 0