docs(start): add Hostinger as a hosting provider#7720
Conversation
Document deploying TanStack Start apps to Hostinger's Node.js hosting via the existing Nitro build output. Added to both the React and Solid hosting guides. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds Hostinger as a deployment target in the React and Solid TanStack Start hosting guides, with new deployment-list entries and Hostinger-specific setup and deploy instructions. ChangesHostinger Documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested labels: 🚥 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.
Actionable comments posted: 2
🤖 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 `@docs/start/framework/react/guide/hosting.md`:
- Line 254: Narrow the repository-import step in the React hosting guide to only
the deployment sources Hostinger actually supports. Update the instruction in
the hosting flow referenced by the project push step so it points to GitHub or
the ZIP/IDE-based deployment path, and remove GitLab/Bitbucket from the allowed
options to match Hostinger’s supported Node.js deployment sources.
In `@docs/start/framework/solid/guide/hosting.md`:
- Line 248: The hosting guide step in the Solid framework docs should only
mention repository sources supported by Hostinger. Update the deployment
instructions in the hosting guide to narrow the Git repository options to GitHub
(and remove GitLab/Bitbucket references), keeping the wording aligned with the
deployment flow described in the surrounding section.
🪄 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: defaults
Review profile: CHILL
Plan: Pro
Run ID: 96603a84-fc0b-41a8-a461-6d08bea5a32b
📒 Files selected for processing (2)
docs/start/framework/react/guide/hosting.mddocs/start/framework/solid/guide/hosting.md
Hostinger's Node.js deployment connects to GitHub repositories (or ZIP/IDE upload), not GitLab/Bitbucket. Addresses CodeRabbit review feedback. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Summary
Adds Hostinger to the list of hosting providers in the TanStack Start hosting guide.
TanStack Start's Nitro build produces a standard Node.js server output (
.output/server/index.mjs), which runs on Hostinger's Node.js hosting. This PR documents that flow, mirroring the existing Nitro-based provider entries (Vercel, Railway).Changes
hostingerentry to the Deployment target list.Notes
Docs-only change. The Hostinger section reuses the existing Nitro build output and introduces no new build configuration.
Summary by CodeRabbit
build/startscripts, configuring the Hostinger app build command, and using the server entry point.