Clarify Vercel and local setup paths - #100
Merged
Merged
Conversation
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
.env.localrequirementsvercel integration add kernel --plan FREEfor an existing linked Vercel project.env.localbefore the development supervisor starts and reject a missing Kernel key before Docker or migrationsValidation
pnpm test:app tests/local-development.test.ts— 7 tests passedKERNEL_API_KEY= pnpm dev— exited before Docker with the expected manual/Vercel guidancepnpm check— 60 test files and 254 tests passed, plus lint, types, formatting, Knip, and boundariesKERNEL_API_KEY=build-validation-placeholder pnpm build— passed without making an external Kernel requestReview notes
The Vercel path remains the recommended deployment: its Kernel Marketplace integration, Neon resource, private Blob store, Linq connector, and AI Gateway access are provisioned through the guided flow. Fully manual setup links to
kernel.sh; an existing linked Vercel project can provision and connect the free Kernel Developer plan through the current Marketplace CLI. The explicit credentials in.env.exampleand the preflight apply to manual local development.