A DevPod provider that creates and manages development environments on Sprites.dev.
devpod provider add github.com/team-alembic/devpod-spritesBuild the binary and add the local provider:
go build -o devpod-provider-sprites
devpod provider add .| Option | Required | Description |
|---|---|---|
SPRITE_TOKEN |
Yes | Your Sprites.dev API token |
AGENT_PATH |
No | Path for the DevPod agent on the sprite (default: /tmp/devpod) |
Set your token when adding the provider:
devpod provider add github.com/team-alembic/devpod-sprites
devpod provider set-options sprites -o SPRITE_TOKEN=your-token-heredevpod up my-workspace --provider spritesPush a version tag to trigger the GitHub Actions release workflow:
git tag v0.1.0
git push origin v0.1.0This builds binaries for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, and windows/amd64, then publishes them as a GitHub release with a generated provider.yaml.
Copyright 2026 Alembic Pty Ltd
Licensed under the Apache License, Version 2.0. See LICENSE for details.