cindy
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
It offers polished staggered entrance animations, independent gesture handling, and a swappable second page, making it a ready-to-use UI component for fintech interfaces.
A Samsung One UI–inspired edge panel — swipe-in quick actions drawer with a second swappable insights page, built for fintech apps.
AnimatedStaggerItem primitiveInsightPanel ships as a placeholder; swap it for spending stats, subscriptions, a savings streak, or anything else, and wrap your content in AnimatedStaggerItem to keep the same entrance motionActionItem list, discriminated DrawerPage union ('actions' | 'insights'), fully typed propsaccessibilityRole / accessibilityLabel on every action itemThis isn't published as an npm package yet — copy the source directly into your project.
git clone https://github.com/ManasCodeXart/expo-finpanel
Copy src/components/ and src/constants/ from src/, plus assets/images/ (Cards.png, quickpay.png, savings.png, crypto.png, bills.png), into your project, then install the peer dependencies:
npx expo install react-native-reanimated react-native-worklets react-native-gesture-handler
Reanimated 4.x ships its worklets runtime as the separate
react-native-workletspackage — it's required alongsidereact-native-reanimated, not optional.
Requires
react-native-reanimated's Babel plugin already configured, andGestureHandlerRootViewwrapping your app root — both are standard for any Expo Router / RN project already using Reanimated or Gesture Handler.
import { StyleSheet, View } from 'react-native';
import QuickActionsDrawer from './components/QuickActionsDrawer';
export default function Home() {
return (
console.log('Pressed:', id)}
A Samsung One UI–inspired edge panel with a swipeable quick actions drawer and staggered entrance animations. 📱
Similar projects matched by category, topics, and programming language.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.

Hermex is a native SwiftUI iPhone app that lets you control a self-hosted Hermes AI agent directly from your phone, with no subscriptions, tracking, or third-party relay.