Update supported web frameworks in README.md - #944
Conversation
✅ Deploy Preview for fedify-json-schema canceled.
|
📝 WalkthroughWalkthroughThe init package README now lists Astro, Nuxt, and SolidStart among supported web frameworks and adds reference links for each. ChangesSupported Web Framework Documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the README.md file to include Astro, Nuxt, and SolidStart in the list of supported web frameworks, sorting the entries alphabetically. Feedback was provided regarding the ordering of reference-style links, noting that manual changes may be automatically reverted by the 'Hongdown' tool which manages markdown formatting in this repository.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| [Astro]: https://astro.build/ | ||
| [Elysia]: https://elysiajs.com/ | ||
| [Express]: https://expressjs.com/ | ||
| [Hono]: https://hono.dev/ | ||
| [Next.js]: https://nextjs.org/ | ||
| [Nitro]: https://nitro.build/ | ||
| [Nuxt]: https://nuxt.com/ | ||
| [SolidStart]: https://start.solidjs.com/ |
There was a problem hiding this comment.
Please note that markdown formatting, including the placement and ordering of reference-style links, is managed automatically by the 'Hongdown' tool in this repository. Manual changes to their order or formatting will be automatically reverted by the tool.
References
- Markdown formatting, such as the placement of reference-style links, is managed automatically by the 'Hongdown' tool and should not be modified manually as changes will be reverted.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/init/README.md`:
- Around line 28-29: Add concise Markdown usage examples in the framework
documentation for selecting Astro, Nuxt, and SolidStart through fedify init,
ensuring each newly documented framework has at least one command example.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 0d6dbf46-f06f-4dfc-9c92-8ccb1a630aa3
📒 Files selected for processing (1)
packages/init/README.md
| - **Web frameworks**: Bare-bones, [Astro], [Elysia], [Express], [Hono], | ||
| [Next.js], [Nitro], [Nuxt], [SolidStart] |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Add examples for the newly documented frameworks.
The new Astro, Nuxt, and SolidStart entries only expand the list. Add at least one concise fedify init example showing how these options are selected, as required for new features in Markdown documentation.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@packages/init/README.md` around lines 28 - 29, Add concise Markdown usage
examples in the framework documentation for selecting Astro, Nuxt, and
SolidStart through fedify init, ensuring each newly documented framework has at
least one command example.
Source: Coding guidelines
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Issue #889