@snappy-stack/sdk
v0.1.21
Published
A high-performance, secure, and opinionated SDK for the Snappy Stack ecosystem.
Readme
@snappy-stack/sdk 🛡️🚀
A high-performance, secure, and opinionated SDK for the Snappy Stack ecosystem.
⚖️ License & Proprietary Notice
Copyright (c) 2026 Bagas Fajar Wicaksono (WickyID) / Snappy-Stack. All rights reserved.
This software is proprietary. Unauthorized copying, modification, distribution, or build-output tampering is strictly prohibited. By using this SDK, you agree to the terms outlined in the LICENSE file.
🏗️ Installation
npm install @snappy-stack/sdk
# or
pnpm add @snappy-stack/sdk🚀 Usage
Snappy Client
import { createClient } from '@snappy-stack/sdk';
const client = createClient({
publicKey: 'YOUR_PUBLIC_KEY',
});Components (React)
import { SnappyCredit } from '@snappy-stack/sdk/components';
export default function App() {
return (
<div>
<SnappyCredit />
</div>
);
}🛡️ Build-time Enforcement
This SDK includes a mandatory credit enforcer Vite/Rollup plugin. To ensure compliance and optimal quality scoring, add the plugin to your build configuration:
import { snappyCreditEnforcer } from '@snappy-stack/sdk/plugins';
export default {
plugins: [
snappyCreditEnforcer()
]
}📊 Quality Scoring (SEO/Audit)
The SDK automatically evaluates your application against the Snappy Quality Standard, providing real-time feedback on performance, SEO, and integration health.
Built with ⚡ by Snappy-Stack.
