Skip to content

Update supported web frameworks in README.md - #944

Merged
dahlia merged 1 commit into
fedify-dev:mainfrom
Bananamilk452:issue-889-update-init-framework-list
Jul 18, 2026
Merged

Update supported web frameworks in README.md#944
dahlia merged 1 commit into
fedify-dev:mainfrom
Bananamilk452:issue-889-update-init-framework-list

Conversation

@Bananamilk452

Copy link
Copy Markdown
Contributor

Issue #889

  • Reordered items as specified in mod.ts
  • Update supported web frameworks

@netlify

netlify Bot commented Jul 18, 2026

Copy link
Copy Markdown

Deploy Preview for fedify-json-schema canceled.

Name Link
🔨 Latest commit 5700198
🔍 Latest deploy log https://app.netlify.com/projects/fedify-json-schema/deploys/6a5af67c2447c20008e49240

@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The init package README now lists Astro, Nuxt, and SolidStart among supported web frameworks and adds reference links for each.

Changes

Supported Web Framework Documentation

Layer / File(s) Summary
Expand supported framework references
packages/init/README.md
Adds Astro, Nuxt, and SolidStart to the supported web framework list and defines their reference links.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: 2chanhaeng

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the README update to the supported web frameworks.
Description check ✅ Passed The description is related to the README framework list reorder and update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread packages/init/README.md
Comment on lines +34 to +41
[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/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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
  1. 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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 4a65511 and 5700198.

📒 Files selected for processing (1)
  • packages/init/README.md

Comment thread packages/init/README.md
Comment on lines +28 to +29
- **Web frameworks**: Bare-bones, [Astro], [Elysia], [Express], [Hono],
[Next.js], [Nitro], [Nuxt], [SolidStart]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 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

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dahlia
dahlia merged commit 533744b into fedify-dev:main Jul 18, 2026
25 checks passed
@dahlia dahlia linked an issue Jul 18, 2026 that may be closed by this pull request
@dahlia dahlia added this to the Fedify 2.4 milestone Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update the @fedify/init framework list

2 participants