Skip to content

feat: support cipherstash rebrand#344

Merged
calvinbrewer merged 3 commits intomainfrom
rebrand
Apr 14, 2026
Merged

feat: support cipherstash rebrand#344
calvinbrewer merged 3 commits intomainfrom
rebrand

Conversation

@calvinbrewer
Copy link
Copy Markdown
Contributor

@calvinbrewer calvinbrewer commented Apr 13, 2026

Summary by CodeRabbit

  • Documentation

    • Updated all documentation links throughout README files and source code to reflect the new CipherStash Stack documentation structure with reorganized routing paths.
    • Added CipherStash Dashboard links in CLI initialization workflows.
  • Updates

    • Rebranded product references to CipherStash Stack.
    • Minor version bump for Stack and CLI packages.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 13, 2026

🦋 Changeset detected

Latest commit: c501bd6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@cipherstash/stack Minor
@cipherstash/cli Minor
@cipherstash/basic-example Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 13, 2026

📝 Walkthrough

Walkthrough

This pull request updates documentation links and branding terminology across the repository, reflecting a CipherStash rebrand. Changes include replacing product naming, updating documentation URLs to new route structures, and adding dashboard links to CLI initialization next-steps outputs.

Changes

Cohort / File(s) Summary
Repository Metadata
.changeset/flat-shirts-marry.md
New changeset entry marking minor version bump for @cipherstash/stack and @cipherstash/cli packages.
Root Documentation
README.md
Updated branding to "CipherStash Stack for TypeScript," switched license badge links from protectjs to stack repository, and revised documentation URLs to point to new /docs/stack/cipherstash/... and /docs/stack/deploy/... routes.
Stack Documentation
packages/stack/README.md, packages/stack/src/types.ts
Updated documentation hyperlinks: "Going to Production" route changed to deploy/going-to-production and QueryTypeName comment links updated to new /docs/stack/cipherstash/encryption/searchable-encryption path.
CLI Init Providers
packages/cli/src/commands/init/providers/base.ts, packages/cli/src/commands/init/providers/drizzle.ts, packages/cli/src/commands/init/providers/supabase.ts
Updated next-steps outputs with new documentation links and added CipherStash dashboard URL (https://dashboard.cipherstash.com/workspaces) to provider-specific initialization flows.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Suggested reviewers

  • coderdan

Poem

🐰 URLs hop and links dance free,
CipherStash branding flows with glee!
From protectjs paths to new routes bright,
Dashboard doors lead users right. ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: support cipherstash rebrand' accurately summarizes the main objective of this changeset, which involves updating branding, documentation links, and product naming across multiple files to reflect the CipherStash rebrand.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch rebrand

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

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 the current code and only fix it if needed.

Inline comments:
In `@packages/cli/src/commands/init/providers/supabase.ts`:
- Line 28: Update the Supabase guide URL string 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/supabase' to the corrected docs
path that includes the missing /encryption/ segment (e.g. 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/encryption/supabase') so the link
points to the current Supabase encryption guide.
🪄 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: 3bb5489b-29bd-4756-b3ae-c46426107d1b

📥 Commits

Reviewing files that changed from the base of the PR and between 0d19d53 and c501bd6.

📒 Files selected for processing (7)
  • .changeset/flat-shirts-marry.md
  • README.md
  • packages/cli/src/commands/init/providers/base.ts
  • packages/cli/src/commands/init/providers/drizzle.ts
  • packages/cli/src/commands/init/providers/supabase.ts
  • packages/stack/README.md
  • packages/stack/src/types.ts


steps.push(
'Supabase guide: https://cipherstash.com/docs/stack/encryption/supabase',
'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/supabase',
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Potential broken docs URL for Supabase guide.
At Line 28, the path omits /encryption/ and is inconsistent with the repo’s updated Supabase docs links. This can send users to the wrong page.

Suggested fix
-        'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/supabase',
+        'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/encryption/supabase',
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/supabase',
'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/encryption/supabase',
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@packages/cli/src/commands/init/providers/supabase.ts` at line 28, Update the
Supabase guide URL string 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/supabase' to the corrected docs
path that includes the missing /encryption/ segment (e.g. 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/encryption/supabase') so the link
points to the current Supabase encryption guide.

@calvinbrewer calvinbrewer merged commit 66e46ea into main Apr 14, 2026
6 checks passed
@calvinbrewer calvinbrewer deleted the rebrand branch April 14, 2026 15:56
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