docs: Add DruidUI framework documentation#27
Merged
druid-infra merged 6 commits intomasterfrom Feb 10, 2026
Merged
Conversation
- Explain WebAssembly SPA framework architecture - Detail sandboxing benefits and use cases - Provide quick start guide and examples - Document component model and rendering - Cover extension system for custom APIs - Include multi-language support roadmap - Add migration guides from React/Vue - Performance metrics and best practices
Contributor
Author
|
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | df51da7 | Commit Preview URL Branch Preview URL |
Feb 10 2026, 03:13 PM |
added 5 commits
February 10, 2026 14:09
- Remove non-existent file references (api-reference, extensions, deployment) - Replace < with < in markdown - Fixes MDX compilation and broken link errors
- Add detailed Mithril.js comparison in introduction - Create comprehensive @druid-ui/component package docs - Create @druid-ui/build package docs with CLI and API reference - Add packages category for NPM package documentation
- Add create-druid-ui package docs (scaffolding tool) - Add @druid-ui/vite package docs (Vite plugin, HMR) - Add @druid-ui/host package docs (browser runtime) - All 5 NPM packages now fully documented - Comprehensive API references, examples, troubleshooting - Build passing successfully
- Removed entire Migration Guide section (React, Vue examples) - Keep documentation focused on DruidUI itself - Users can figure out migration on their own
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 DruidUI, Druid's WebAssembly-based UI framework for building sandboxed user interfaces.
Content
Key Features Documented
✅ React-like JSX/TSX components
✅ WebAssembly sandboxing for security
✅ Hot reloading with Vite
✅ Extension system for platform APIs
✅ Shadow DOM encapsulation
✅ Multi-language support (roadmap)
Target Audience
Position: docs/druid-ui/ (new section)