Announcing Kiroro SDK v1.0: Zero-Friction Social Auth

Announcing Kiroro SDK v1.0
We are thrilled to announce the general availability of @kirorolabs/sdk, the complete toolkit for building social-native applications on Threads and Base.
Open Source: github.com/Kiroro-Labs/kiroro-sdk ⭐️
For too long, crypto onboarding has been broken. Seed phrases, wallet extensions, and gas fees have kept mainstream users away. Kiroro changes that by combining the distribution of Threads (Meta) with the power of Embedded Wallets and Account Abstraction.
What is Kiroro?
Kiroro is an identity and wallet infrastructure layer. In one line of code:
- Social Login: Users sign in with their existing Threads account.
- Instant Wallets: A smart wallet is automatically created for them (powered by Privy).
- Gasless UX: Transactions are sponsored, so users never need to hold ETH to get started.
Key Features
1. Zero-Config Managed Auth
You don't need to apply for Meta Developer Keys or set up Privy manually. We handle the infrastructure.
// Just wrap your app
<KiroroProvider config={{ kiroroClientId: "YOUR_KEY" }}>
<App />
</KiroroProvider>
2. Threads Graph API Access
Fetch your user's social graph, posts, and profile data instantly using our secure Access Token management.
const { getAccessToken } = useKiroroAuth();
// Use token to call Threads API
3. Built for Base
We are proudly building on Base Mainnet, the fastest growing L2. All wallets created by Kiroro are native Base smart accounts.
Getting Started
The SDK is available on npm today. Check out our Documentation to build your first social dApp in under 5 minutes.