Skip to content

Goodspeed is in closed beta. Enter your email and we check your invite on the spot: invited accounts start free today, and everyone else joins the waitlist in one click. Get started

Skip to content
Goodspeed

Connect EAS Build to your Goodspeed app

Cloud iOS and Android builds, OTA updates, and App Store/Play Store submission without a Mac or local build environment. Goodspeed wires EAS Build into every app that needs it at generation time, so you start with a working integration, not a blank config and a documentation tab.

WHAT GETS WIRED IN

Built into every EAS Build build

Every app Goodspeed generates with EAS Build includes these wired integrations from the first build. No manual setup required.

ItemDescriptionStrength
Three build profileseas.json ships with development for local iteration, staging for internal distribution and production for store submission.Delivery
Update channel from the environmentThe over-the-air channel the app subscribes to is read from EXPO_PUBLIC_RELEASE_CHANNEL at runtime.Delivery
Layers cached between buildsThe dependency layer and the native binary are cached, which brings most JavaScript-only builds under two minutes.Delivery
One release commandscripts/release.mjs type-checks, bumps the version, triggers the build and pushes the update in order, so no step gets skipped.Delivery
Config written at build timeapp.config.js reads gas.config.ts and writes the app name, bundle ID, scheme, splash and icon into the Expo config.Setup

Source: the Goodspeed app foundation · build/deploy

REAL GENERATED CODE

A snippet from a EAS Build integration the pipeline ships

This pattern is lifted from the engineered plumbing that ships inside every Goodspeed app. The studio generates EAS Build integration code like this for every app that includes it, not a placeholder you have to fill in yourself.

  1. Three-profile eas.json

    // eas.json
    {
      "build": {
        "development": {
          "developmentClient": true,
          "distribution": "internal"
        },
        "staging": {
          "distribution": "internal",
          "channel": "staging"
        },
        "production": {
          "autoIncrement": true,
          "channel": "production"
        }
      }
    }
GDaily Allergens

Today's log

Gluten
Tree nuts
Shellfish
Dairy
HomeScanLogProfile

START WITH EAS BUILD

Your EAS Build integration, generated