https://github.com/pipedreamhq/pipedream-connect-examples
Collection of example apps showcasing the pipedream SDKs. Learn more https://pipedream.com/docs/connect.
https://github.com/pipedreamhq/pipedream-connect-examples
api authorization automation integrations pipedream serverless
Last synced: 6 months ago
JSON representation
Collection of example apps showcasing the pipedream SDKs. Learn more https://pipedream.com/docs/connect.
- Host: GitHub
- URL: https://github.com/pipedreamhq/pipedream-connect-examples
- Owner: PipedreamHQ
- Created: 2024-08-25T02:40:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-13T05:37:32.000Z (7 months ago)
- Last Synced: 2025-06-13T06:36:58.299Z (7 months ago)
- Topics: api, authorization, automation, integrations, pipedream, serverless
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@pipedream/sdk
- Size: 1.31 MB
- Stars: 13
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pipedream Connect examples
Learn more about Pipedream Connect [here](https://pipedream.com/connect) and in our official docs [here](https://pipedream.com/docs/connect).
This repo provides a collection of demo apps to highlight example implementations:
- **[managed-auth-basic-next-app](/managed-auth-basic-next-app/)** shows the foundational managed auth capability, which enables your end users to connect their account for any of the 2,700 apps available on Pipedream. This is an example Next.js app, but the SDK works in any JavaScript environment, and there are corresponding REST API as well. [Refer to our docs](https://pipedream.com/docs/connect) for more info.
- **[connect-react-demo](/connect-react-demo/)** demonstrates how you can embed any of the 10k+ Pipedream actions and triggers directly in your app or AI agent. Check out the [connect-react](https://github.com/PipedreamHQ/pipedream/tree/master/packages/connect-react) for more info on the SDK.