
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@profullstack/stack
Advanced tools
The Profullstack open source stack — shared modules for Next.js/Node apps: referrals, email, supabase, feedback widget, coinpay, crawlproof.
The Profullstack open source stack — shared modules used across all Profullstack apps, published as a single npm package with subpath imports.
npm install @profullstack/stack
import { createContactRoute } from "@profullstack/stack/email";
import { createServerSupabase, updateSession } from "@profullstack/stack/supabase";
import { createReferralsRouteHandler } from "@profullstack/stack/referrals";
import { FeedbackWidget } from "@profullstack/stack/feedback";
import { createCoinPayClient } from "@profullstack/stack/coinpay";
import { createCrawlproofClient } from "@profullstack/stack/crawlproof";
| Subpath | Purpose |
|---|---|
@profullstack/stack/referrals | Referral-program Next.js glue (route handler, server client, middleware re-exports) |
@profullstack/stack/email | Transactional email + ready-made contact-form route (wraps @profullstack/emailer) |
@profullstack/stack/supabase | supabase-ssr client/server/middleware factories |
@profullstack/stack/feedback | Feedback widget React component + script embed helper |
@profullstack/stack/coinpay | CoinPayPortal API client, webhook verification, CoinPay OAuth login helpers |
@profullstack/stack/crawlproof | crawlproof.com audit API client |
Framework peers (next, react, @supabase/ssr) are optional peer dependencies — install only what your app uses.
Per-module API docs live in docs/.
npm install
npm run build # tsup → dist/ (esm + cjs + dts)
npm test # vitest
MIT © 2026 Profullstack, Inc.
FAQs
The Profullstack open source stack — shared modules for Next.js/Node apps: referrals, email, supabase, feedback widget, coinpay, crawlproof.
The npm package @profullstack/stack receives a total of 424 weekly downloads. As such, @profullstack/stack popularity was classified as not popular.
We found that @profullstack/stack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.