Skip to content

Prepare Vercel-ready project landing page#18

Open
Huynhthuongg wants to merge 1 commit into
mainfrom
codex/review-code-and-propose-fixes-37b1hm
Open

Prepare Vercel-ready project landing page#18
Huynhthuongg wants to merge 1 commit into
mainfrom
codex/review-code-and-propose-fixes-37b1hm

Conversation

@Huynhthuongg

@Huynhthuongg Huynhthuongg commented Jun 3, 2026

Copy link
Copy Markdown
Member

Summary by cubic

Redesigned the FastAPI dashboard 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

    • Added vercel.json to rewrite all routes to api/index.py and set UPCA_OUTPUT_BASE=/tmp/upca for serverless-safe writes.
    • Introduced api/index.py ASGI entrypoint that exports the app for Vercel.
    • Updated dashboard to a polished landing page served from INDEX_HTML, using public /plan and /compile routes, with links to /docs and GitHub.
    • Enforced safe relative output_dir in both API and CLI; API compiles to UPCA_OUTPUT_BASE / output_dir.
    • Bumped version to 0.1.2 in code and pyproject.toml; added scripts/check.sh; expanded CI to Python 3.10–3.12 and pytest -q.
    • Improved .vercelignore/.gitignore; enhanced README with badges and Vercel deploy steps; added tests validating routing, env usage, and entrypoint.
  • Dependencies

    • Added requirements.txt with fastapi, uvicorn, and pydantic.
    • Added dev httpx2 to support the current test client stack.

Written for commit 23fc831. Summary will update on new commits.

Review in cubic

@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Huynhthuongg, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: a3ee5254-fda5-470b-be62-2b63cbce3f12

📥 Commits

Reviewing files that changed from the base of the PR and between c32077b and 23fc831.

📒 Files selected for processing (18)
  • .github/workflows/ci.yml
  • .gitignore
  • .python-version
  • .vercelignore
  • README.md
  • api/__init__.py
  • api/index.py
  • app/universal_compiler_agent/__init__.py
  • app/universal_compiler_agent/cli.py
  • app/universal_compiler_agent/server.py
  • app/universal_compiler_agent/templates.py
  • docs/CHANGELOG.md
  • docs/SPECIFICATION.md
  • pyproject.toml
  • requirements.txt
  • scripts/check.sh
  • tests/test_server.py
  • vercel.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/review-code-and-propose-fixes-37b1hm
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch codex/review-code-and-propose-fixes-37b1hm
  • 🛠️ Aethon

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 and usage tips.

@kilo-code-bot

kilo-code-bot Bot commented Jun 3, 2026

Copy link
Copy Markdown

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.

@cubic-dev-ai cubic-dev-ai 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.

No issues found across 18 files

Re-trigger cubic

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.

1 participant