Skip to content

doc: instructions for local dev without Vercel access#1697

Open
shssoichiro wants to merge 1 commit intoKilo-Org:mainfrom
shssoichiro:local-dev-no-vercel-docs
Open

doc: instructions for local dev without Vercel access#1697
shssoichiro wants to merge 1 commit intoKilo-Org:mainfrom
shssoichiro:local-dev-no-vercel-docs

Conversation

@shssoichiro
Copy link
Copy Markdown

Summary

Add instructions to DEVELOPMENT.md showing how to get a working local environment without needing Vercel access.

Verification

  • The steps should work on a fresh setup of the repo

STRIPE_KILOCLAW_EARLYBIRD_COUPON_ID=coupon_test_kiloclaw_earlybird
STRIPE_KILOCLAW_COMMIT_PRICE_ID=price_test_kiloclaw_commit
STRIPE_KILOCLAW_STANDARD_PRICE_ID=price_test_kiloclaw_standard
STRIPE_KILOCLAW_STANDARD_FIRST_MONTH_COUPON_ID=coupon_test_kiloclaw_standard_first_month
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.

WARNING: This example still uses the removed coupon env var instead of the intro price ID

src/lib/kiloclaw/stripe-price-ids.server.ts still requires STRIPE_KILOCLAW_STANDARD_INTRO_PRICE_ID for standard-plan intro checkout paths. Copying this file as documented leaves that env missing and keeps a no-longer-read coupon var, so local KiloClaw billing flows will throw Missing required env var: STRIPE_KILOCLAW_STANDARD_INTRO_PRICE_ID.

Suggested change
STRIPE_KILOCLAW_STANDARD_FIRST_MONTH_COUPON_ID=coupon_test_kiloclaw_standard_first_month
STRIPE_KILOCLAW_STANDARD_INTRO_PRICE_ID=price_test_kiloclaw_standard_intro

@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot bot commented Mar 29, 2026

Code Review Summary

Status: 1 Issue Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0

Fix these issues in Kilo Cloud

Issue Details (click to expand)

WARNING

File Line Issue
.env.local.example 76 The example exports a stale coupon env var and omits STRIPE_KILOCLAW_STANDARD_INTRO_PRICE_ID, which breaks local KiloClaw intro-price billing paths.
Other Observations (not in diff)

None.

Files Reviewed (2 files)
  • .env.local.example - 1 issue
  • DEVELOPMENT.md - 0 issues

Reviewed by gpt-5.4-20260305 · 444,082 tokens

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