Skip to main content
const client = naive.forUser(alice.id);
await client.social.listPosts();
await client.social.createPost({ platform: "x", content: "..." });
Gated by the social primitive in the user’s AccountKit.