Full-stack features for your app.
Copy. Paste. Ship.
Ship features in minutes, not days. Complete primitives with React hooks, server actions, optimistic updates, and database schemas — ready to customize.
npx feature101@latest add likeComplete Features
Not just components. Full-stack primitives with hooks, server actions, Zustand stores, and MongoDB schemas.
Own Your Code
Code is copied to your project. No dependencies, no lock-in. Customize everything to fit your needs.
Optimistic Updates
Built-in Zustand stores with optimistic updates. Instant UI feedback, seamless user experience.
Quick Start
1. Add a feature
npx feature101@latest add like2. Import and use
import { LikeButton } from "@/features/like";
<LikeButton
userId="user_123"
targetId="post_123"
targetType="post"
/>