docs: Add ColdStarter system documentation#26
Merged
druid-infra merged 5 commits intomasterfrom Feb 10, 2026
Merged
Conversation
- Explain wake-on-demand architecture - Detail cost savings (70-90% reduction) - Document Lua packet handler system - Provide configuration examples - Include performance metrics and troubleshooting - Cover all 95 supported games/scrolls
Contributor
Author
|
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 8a5f29c | Commit Preview URL Branch Preview URL |
Feb 10 2026, 03:08 PM |
added 4 commits
February 10, 2026 14:08
- Replace < with < - Replace > with > - Fixes MDX compilation errors
- Replace packet handler code example with link to actual GitHub file - Remove 'Cost Optimization Tips' section - Remove 'Performance' section - Remove 'Troubleshooting' section - Remove FAQ question about sleeping cost - Simplifies docs to focus on core concepts
- Moved from docs/general/coldstarter.md to docs/cli/coldstarter.md - Updated sidebar_position to 2 (after intro) - ColdStarter is a core CLI feature, belongs with CLI docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive documentation for Druid's ColdStarter wake-on-demand system.
Content
Key Features Documented
✅ Seamless server browser integration (appears online while sleeping)
✅ Per-second billing with idle shutdown
✅ Lua packet handler system for game protocols
✅ Snapshot support for faster wake times
✅ Queue management during wake process
Target Audience
Position: docs/general/ (general platform documentation)