Skip to content

Create appkit manifest#484

Open
skywardboundd wants to merge 5 commits into
mainfrom
create-appkit-manifest
Open

Create appkit manifest#484
skywardboundd wants to merge 5 commits into
mainfrom
create-appkit-manifest

Conversation

@skywardboundd

@skywardboundd skywardboundd commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

Documentation

  • Updated create AppKit README and environment template comments to use https://appkit-template.vercel.app as the default App URL.

Chores

  • Improved the test scaffolding workflow to build from the locally packed CLI tarball, with package-manager-specific execution.
  • Added a post-generation sanity check ensuring the generated TON Connect manifest references the requested app URL and the correct favicon icon URL.

Templates

  • Updated the generated TON Connect manifest template (and related defaults) to point to the new default deployment URL.

@skywardboundd skywardboundd requested a review from Alejandbel June 23, 2026 13:30
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
appkit-minter Ready Ready Preview, Comment Jun 23, 2026 4:57pm
appkit-template Ready Ready Preview, Comment Jun 23, 2026 4:57pm
kit-demo-wallet Ready Ready Preview, Comment Jun 23, 2026 4:57pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

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

More reviews will be available in 15 minutes and 1 second. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

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

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5a21c98a-5e6b-458d-b048-7193b29fb631

📥 Commits

Reviewing files that changed from the base of the PR and between 41f3c1e and bddc134.

📒 Files selected for processing (1)
  • .github/workflows/create_ton_appkit_test.yml
📝 Walkthrough

Walkthrough

The default app URL used by create-ton-appkit is changed from https://your-app.example.com to https://appkit-template.vercel.app in the CLI source, React template manifest, environment template, and README. The CI workflow is updated to scaffold from a locally packed tarball with per-package-manager invocations and adds a manifest field validation step.

Changes

Default App URL and CI Validation Update

Layer / File(s) Summary
Default URL in CLI, template manifest, and docs
packages/create-ton-appkit/src/index.ts, packages/create-ton-appkit/template-react/public/tonconnect-manifest.json, packages/create-ton-appkit/template-react/_env, packages/create-ton-appkit/README.md
The interactive prompt's defaultValue/placeholder and the non-interactive default for appUrl are updated to https://appkit-template.vercel.app; the template manifest's url and iconUrl fields are replaced to match; the template environment file reference is updated; the README options table is updated to document the new default.
CI per-package-manager scaffold and manifest validation
.github/workflows/create_ton_appkit_test.yml
The scaffold step is rewritten to run create-ton-appkit from the local npm pack tarball using package-manager-specific invocations (npm exec, pnpm dlx, yarn global add, bun install -g), and a post-scaffold check greps the generated tonconnect-manifest.json for the expected url and iconUrl values.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐇 Hopped past the placeholder, found a real URL,
No more your-app.example.com — that was a bore!
appkit-template.vercel.app now holds the door,
The manifest is honest, the CI checks the floor.
Every package manager gets its tarball treat,
A bunny's tidy changes make the scaffold complete! 🌟

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Title check ❓ Inconclusive The title 'Create appkit manifest' is vague and only partially reflects the actual changes, which involve updating default URLs for the entire create-ton-appkit scaffolding workflow and template. Consider a more descriptive title like 'Update create-ton-appkit default URLs to appkit-template.vercel.app' that better captures the scope of changes across workflow, CLI, and templates.
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch create-appkit-manifest

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.

@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/create-ton-appkit/src/index.ts`:
- Around line 200-205: The default app URL in the prompt has been updated to
https://appkit-template.vercel.app, but the template file
packages/create-ton-appkit/template-react/_env still contains the old
placeholder URL https://your-app.example.com/tonconnect-manifest.json which
creates inconsistency. Update the _env template file to use the same default URL
https://appkit-template.vercel.app so that users see a consistent example across
both the CLI prompt and the template configuration file.
🪄 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: 3841c09c-59b1-4022-af44-b8834f5d62da

📥 Commits

Reviewing files that changed from the base of the PR and between b5f9e98 and 4d998bb.

📒 Files selected for processing (4)
  • .github/workflows/create_ton_appkit_test.yml
  • packages/create-ton-appkit/README.md
  • packages/create-ton-appkit/src/index.ts
  • packages/create-ton-appkit/template-react/public/tonconnect-manifest.json

Comment thread packages/create-ton-appkit/src/index.ts
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