Feeds V3 proof of concept using Next.js and Stream SDK, demonstrating scalable, real-time social interactions with live updates, engagement features, and modular feed architecture.
-
Install Dependencies
yarn install
-
Environment Variables Create a
.env.local
file with:NEXT_PUBLIC_STREAM_API_KEY=your_stream_api_key STREAM_API_SECRET=your_stream_api_secret NEXT_PUBLIC_FEEDS_BASE_URL=your_feeds_base_url //this is optional
-
Run Development Server
yarn dev
-
Open Browser Navigate to
http://localhost:3000