https://github.com/kabirbose/plaid-nextjs-quickstart
Quickstart for Plaid API integration with NextJS.
https://github.com/kabirbose/plaid-nextjs-quickstart
nextjs plaidapi reactjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Quickstart for Plaid API integration with NextJS.
- Host: GitHub
- URL: https://github.com/kabirbose/plaid-nextjs-quickstart
- Owner: kabirbose
- Created: 2024-12-01T16:31:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T23:51:28.000Z (2 months ago)
- Last Synced: 2025-03-10T00:25:29.238Z (2 months ago)
- Topics: nextjs, plaidapi, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plaid-NextJS Quickstart
Plaid API can be very time consuming to implement as it relies on many security policies. You can skip all of those steps with this barebones quickstart guide, allowing you to easily implement it into NextJS 14+.# Features
- BunJS
- TypeScript
- Tailwind
- Already has context created for access token
- Barebones for you to customize# Setup
1. Clone this repo
2. Run `bun install` (or use any other package manager)
3. Create an .env.local file consisting of your Plaid keys
4. Run the development server