Prepare Vercel-ready project landing page#18
Conversation
|
Warning Review limit reached
More reviews will be available in 58 minutes and 55 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (18)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
|
Kilo Code Review could not run — your account is out of credits. Add credits or switch to a free model to enable reviews on this change. |
Summary by cubic
Redesigned the
FastAPIdashboard into a Vercel-ready landing page and wired serverless deployment with a Python ASGI entrypoint and safe compile output routing. Released 0.1.2 with README badges, CI matrix, and tests.New Features
vercel.jsonto rewrite all routes toapi/index.pyand setUPCA_OUTPUT_BASE=/tmp/upcafor serverless-safe writes.api/index.pyASGI entrypoint that exports the app forVercel.INDEX_HTML, using public/planand/compileroutes, with links to/docsand GitHub.output_dirin both API and CLI; API compiles toUPCA_OUTPUT_BASE / output_dir.pyproject.toml; addedscripts/check.sh; expanded CI to Python 3.10–3.12 andpytest -q..vercelignore/.gitignore; enhanced README with badges and Vercel deploy steps; added tests validating routing, env usage, and entrypoint.Dependencies
requirements.txtwithfastapi,uvicorn, andpydantic.httpx2to support the current test client stack.Written for commit 23fc831. Summary will update on new commits.