Skip to content

Commit 78b5198

Browse files
kcmartinclaude
andcommitted
Reorganize quickstart guide structure
- Move "Managing Sprites" info to after sprite creation - Position wrap-up paragraph as transition before SDKs section Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 9be75e4 commit 78b5198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Set it as your active Sprite to avoid adding `-s my-first-sprite` to every comma
5858
sprite use my-first-sprite
5959
```
6060

61+
Use `sprite list` to see all your Sprites, or `sprite destroy my-first-sprite` when you're done with one. You can have multiple Sprites running simultaneously—each with its own isolated environment.
62+
6163
## Run Commands
6264

6365
Execute commands in your Sprite:
@@ -135,12 +137,10 @@ Visit the URL in your browser—you'll see Python's directory listing page. Your
135137

136138
Here's where it gets cool. Close your terminal, wait a minute, then visit the URL again. Your Sprite wakes up automatically to serve the request. That's the magic of on-demand wakeup—no manual starting or stopping required.
137139

138-
**Managing Sprites**: Use `sprite list` to see all your Sprites, or `sprite destroy my-first-sprite` when you're done with one. You can have multiple Sprites running simultaneously—each with its own isolated environment.
140+
---
139141

140142
**You've got a working Sprite!** You've created a persistent environment, installed packages, created files, and served HTTP traffic—all of which will be there next time you connect. Try cloning a repo, running a build, or deploying a tiny HTTP service to see what else you can do.
141143

142-
---
143-
144144
## Using the SDKs
145145

146146
The CLI is perfect for day-to-day development, but if you're building tools, automations, or integrating Sprites into your application, the SDKs give you programmatic control. Use them to dynamically create environments, orchestrate workloads, or embed Sprites into your product.

0 commit comments

Comments
 (0)