Skip to content

chore(demo): extract demos from Credo repo into standalone demo repositories#2701

Open
believer-doer wants to merge 2 commits intoopenwallet-foundation:mainfrom
believer-doer:issue-1499-demo-extract
Open

chore(demo): extract demos from Credo repo into standalone demo repositories#2701
believer-doer wants to merge 2 commits intoopenwallet-foundation:mainfrom
believer-doer:issue-1499-demo-extract

Conversation

@believer-doer
Copy link
Copy Markdown

Summary

This PR addresses Issue #1499 extracting the demos from the main credo-ts repository into standalone demo repositories.

The goal is to keep the core repository focused on the Credo framework while allowing demos to evolve independently.


Changes

  • Extracted the demos from the main repository
  • Added references to standalone demo repositories

Demo Repositories

The extracted demos are now available in the following repositories:

These repositories contain the full demo implementation previously included in this repo.


Maintainer Action Required

To complete the extraction, maintainers may want to create equivalent repositories under the OpenWallet Foundation organization:

  • openwallet-foundation/credo-demo-openid
  • openwallet-foundation/credo-demo

The demo code can then be migrated or mirrored there.


Motivation

Separating demos from the core repository:

  • Keeps the Credo core repository smaller and easier to maintain
  • Allows demos to evolve independently
  • Reduces CI overhead
  • Improves clarity between framework and examples

Backwards Compatibility

No breaking changes to the core packages.
This PR only removes demo-related files from the repository.


Related Issue

Fixes: #1499

@believer-doer believer-doer requested a review from a team as a code owner March 13, 2026 05:32
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 13, 2026

⚠️ No Changeset found

Latest commit: b055fc3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@believer-doer believer-doer force-pushed the issue-1499-demo-extract branch 2 times, most recently from ffbb5fc to 38aa496 Compare March 13, 2026 05:36
@believer-doer believer-doer force-pushed the issue-1499-demo-extract branch from 38aa496 to b055fc3 Compare March 13, 2026 05:44
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.

Extract demo out into separate repository

1 participant