Skip to content

Files

Latest commit

3949e1f · Jun 7, 2025

History

History

managed-auth-basic-next-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 2, 2024
Jun 7, 2025
Dec 2, 2024
Jan 8, 2025
Dec 2, 2024
Dec 2, 2024
Jan 8, 2025
Dec 2, 2024
Dec 2, 2024
Dec 2, 2024
Dec 2, 2024
Jun 4, 2025
Jun 4, 2025
Dec 2, 2024
Dec 2, 2024
Dec 2, 2024

README.md

Example Pipedream Connect app

This app provides an example implementation of Pipedream Connect. See the full quickstart for instructions on how to configure your Pipedream project with this example app.

Getting Started

First,

cp .env.example .env.local

Then fill in the values of all environment variables.

Then install dependencies and run the development server:

npm i  # installs dependencies
npm run dev  # runs app locally

Open http://localhost:3000 with your browser to see the example app running. Start editing by modifying app/page.tsx or app/server.ts. The app auto-updates as you edit files.

Learn more about Next.js

This example app is built with Next.js, a framework for quickly developing web apps with React. To learn more about Next, take a look at the following resources:

Deploy

The easiest way to deploy this app is to use Vercel. Check out the Next.js deployment documentation for more details.