
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@feedthrough/nextjs
Advanced tools
feedthrough.dev · npm · GitHub
Next.js adapter for Feedthrough. Wraps your Next.js config to inject the bridge on the
client side in dev mode. Production builds (next build) are unaffected.
npm install --save-dev @feedthrough/nextjs
// next.config.ts
import type { NextConfig } from "next";
import { withFeedthrough } from "@feedthrough/nextjs";
const nextConfig: NextConfig = {
// your existing config
};
// withFeedthrough() only injects code when Next.js is running in dev mode.
export default withFeedthrough()(nextConfig);
export default withFeedthrough({
serverUrl: "ws://localhost:8765", // default
reconnectDelay: 2000, // ms, default
})(nextConfig);
withFeedthrough adds a FeedthroughPlugin (from @feedthrough/webpack) to the client-side
webpack config. The plugin is only applied when ctx.dev && !ctx.isServer, so it never runs
in production builds or on the server bundle.
# Terminal 1 — app
next dev
# Terminal 2 — MCP server
node node_modules/@feedthrough/mcp/dist/index.js
FAQs
Unknown package
The npm package @feedthrough/nextjs receives a total of 5 weekly downloads. As such, @feedthrough/nextjs popularity was classified as not popular.
We found that @feedthrough/nextjs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.