Integrate create-vara-app as default frontend bootstrap#16
Merged
Conversation
- sails-frontend: add Greenfield Bootstrap section directing agents to npx create-vara-app --idl before manual wiring - sails-new-app: add step 8 routing to create-vara-app after gtest - ship-sails-app: split frontend route into new (create-vara-app) vs extend (sails-frontend) paths - sails-frontend-and-gear-js reference: add Quick Start section Agents now use create-vara-app instead of building frontends from scratch. The scaffold generates typed wrappers, wallet integration, event subscriptions, and a debug panel from any Sails IDL. Source: https://github.com/gear-foundation/create-vara-app Published: create-vara-app@0.1.0 on npm Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add npm and GitHub links to sails-frontend skill and reference doc - Replace brittle "37 vitest tests" with generic coverage mention - Broaden create-vara-app as default for any project needing a frontend - Fix scaffold re-run path to use project root instead of ambiguous cd - Add detection heuristic for which codegen path to use - Make create-vara-app the primary recommendation in Default Decision Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add prerequisite note: contract must be built before using --idl flag - Add Minimal Path section for simple apps (4 steps, skip the rest) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npx create-vara-app --idlbefore manual wiringcreate-vara-appafter gtest passesAgents now use
create-vara-appinstead of building React frontends from scratch. The scaffold generates typed wrappers, wallet integration, event subscriptions, validation, and a debug panel from any Sails IDL.What create-vara-app provides
Test plan
npx create-vara-app test-appcreates a building project from npm registrynpx create-vara-app test-app --idl service.idlworks with custom IDLs🤖 Generated with Claude Code