New:Socket for Asana Is Now Available.Learn more
Get Started

@profullstack/stack

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@profullstack/stack

The Profullstack open source stack — shared modules for Next.js/Node apps: referrals, email, supabase, feedback widget, coinpay, crawlproof.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
443
44.77%
Maintainers
2
Weekly downloads
 
Created
Source

@profullstack/stack

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";

Modules

SubpathPurpose
@profullstack/stack/referralsReferral-program Next.js glue (route handler, server client, middleware re-exports)
@profullstack/stack/emailTransactional email + ready-made contact-form route (wraps @profullstack/emailer)
@profullstack/stack/supabasesupabase-ssr client/server/middleware factories
@profullstack/stack/feedbackFeedback widget React component + script embed helper
@profullstack/stack/coinpayCoinPayPortal API client, webhook verification, CoinPay OAuth login helpers
@profullstack/stack/crawlproofcrawlproof.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/.

Development

npm install
npm run build   # tsup → dist/ (esm + cjs + dts)
npm test        # vitest

MIT © 2026 Profullstack, Inc.

Keywords

profullstack

FAQs

Package last updated on 17 Jul 2026

Related posts