Skip to content

Commit 2a3c759

Browse files
authored
Removing community apps in favor of npm-distributed apps (#20029)
## Context With the registry pattern around `Twenty Applications` and the upcoming marketplace, app distribution can be decoupled from the core repo. Pulling apps from npm instead of shipping them in-tree means: - Contributors don't clone / index / build code for apps they'll never touch - Each app can version, release, and iterate independently of the core cadence - We stop carrying apps that are effectively unmaintained in the monorepo ## How This PR removes the 11 community apps from `packages/twenty-apps/community/` ## Note - **Marketplace apps** must be published on npm and pulled from there — no app code living in this repo just to be distributed - **Showcase / example apps** stay as living examples of what the SDK can do under `example/` - **Officially-maintained marketplace apps** (like the new `github-connector`?) stay in the repo under `internal/`. Some may be pre-installed on new workspaces alongside the Standard app
1 parent a36c67a commit 2a3c759

192 files changed

Lines changed: 0 additions & 38331 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/twenty-apps/community/activity-summary/.env.example

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/twenty-apps/community/activity-summary/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/twenty-apps/community/activity-summary/.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/twenty-apps/community/activity-summary/README.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

packages/twenty-apps/community/activity-summary/application.config.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

packages/twenty-apps/community/activity-summary/package.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/twenty-apps/community/activity-summary/serverlessFunctions/summarise-and-send/src/index.ts

Lines changed: 0 additions & 80 deletions
This file was deleted.

packages/twenty-apps/community/activity-summary/serverlessFunctions/summarise-and-send/src/opportunity-creation-summariser.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/twenty-apps/community/activity-summary/serverlessFunctions/summarise-and-send/src/people-creation-summariser.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)