Skip to content

Prepare Vercel-ready project landing page#19

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

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

Conversation

@Huynhthuongg

@Huynhthuongg Huynhthuongg commented Jun 3, 2026

Copy link
Copy Markdown
Member

Summary by cubic

Prepares a polished, Vercel-ready project landing page and serverless entrypoint for the FastAPI app. Adds badges, deploy docs, safer output paths, and broader CI support, and bumps the app to v0.1.2.

  • New Features

    • Vercel deployment: api/index.py ASGI entrypoint, vercel.json rewrites all routes to the app, and .vercelignore to trim builds.
    • Serverless-safe output: compiles write under UPCA_OUTPUT_BASE (default /tmp/upca) with strict relative output_dir validation in API and CLI.
    • Landing page: redesigned dashboard wired to /plan and /compile, plus README badges and a Deploy to Vercel guide.
    • CLI: added --dry-run to print the plan as JSON without writing files.
  • Refactors

    • Centralized HTML in templates.py; root now serves the maintained template; version set to 0.1.2.
    • Tests cover the dashboard routes, Vercel config, and serverless output base; added scripts/check.sh.
    • CI runs on Python 3.10–3.12 and uses quiet pytest.
    • Added requirements.txt (fastapi, uvicorn, pydantic) and dev httpx2; set .python-version to 3.12.

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

Review in cubic

@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: efbbac7b-e0d9-4284-bc1c-03954f0193ec

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ 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