docs: add framework integrations guide and Astro capabilities reference - #7
Merged
Merged
Conversation
Adds docs/framework-integrations.md — a comprehensive guide covering: - Why all components are framework-agnostic (.astro files, zero JS) - How to add React/Vue/Svelte/Solid/Preact to any site - Astro Islands Architecture and client directives explained with examples - Sharing framework components across sites in the monorepo - Astro 6 capabilities: View Transitions, Content Collections, Image Optimization, Middleware, Actions, Prefetching, CSP - Architecture decision table: when to use static vs. framework components Also updates: - README: adds "Framework-agnostic" and "Self-hosted fonts" to What's Included, adds Framework Integrations to docs list, adds framework names to Stack line - CLAUDE.md: adds framework-integrations.md to docs references - getting-started.md: fixes Node.js requirement (18+ → 22.12+ for Astro 6)
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
Adds a comprehensive guide explaining that Astro Fleet is framework-agnostic and how to leverage Astro's full feature set.
Why this matters
Someone evaluating Astro Fleet might see
.astrofiles everywhere and assume they're locked out of React/Vue/Svelte. This doc makes it clear: all 22 components are pure Astro (zero JS) by design, and any UI framework can be added alongside them when interactivity is needed.What's in docs/framework-integrations.md
Framework integration (~60% of the doc):
client:load,client:idle,client:visible) with real use casesAstro 6 capabilities (~40% of the doc):
Also updated
Test plan
bun run buildpasses