aldefy - Overview

Google Developer Expert Website Twitter Medium

I build Kotlin Multiplatform and Compose tools — compiler plugins, design systems, and developer experience libraries.
Currently building Travv.world — travel intelligence for India's solo travelers.


Rebound

Compose recomposition budget monitor — catch runaway recompositions before they ship.

Kotlin compiler plugin that instruments every @Composable with lightweight tracking. Monitors recomposition rates against per-composable budgets, detects violations, and reports via an Android Studio 5-tab cockpit, CLI, or logcat. Supports Android and iOS (Compose Multiplatform). Zero config — just apply the Gradle plugin.

Maven Central GitHub Stars


Andromeda

Compose design system — tokens, components, and theming built as an open-source design language.

A complete design system implemented in Jetpack Compose with a catalog app on Google Play. Includes foundations (colors, typography, shapes, icons), components, and illustrations.

GitHub Stars


Lumen

Compose Multiplatform coachmark library — real transparent cutouts, not dimmed overlays.

Works on Android + iOS. Highlight any composable with spotlight effects, tooltips, and sequenced onboarding flows. Published on Maven Central.

Maven Central GitHub Stars


ComposeProof

AI-powered visual feedback loop for Compose Multiplatform.

Headless rendering, golden image diffing, accessibility checks, and live device inspection — all driven by AI agents via MCP. Zero-install: works on any Compose project without build file changes.

Website


Compose Skill

Jetpack Compose expert skill for AI coding tools — backed by actual androidx/androidx source code analysis.

Guides state management, Modifier chains, lazy lists, navigation, animation, side effects, theming, accessibility, and performance. Works with Claude Code, Gemini CLI, Cursor, Copilot, Codex, Windsurf, and more.

GitHub Stars


More

Project Description
compose-patterns-playground State machines, anti-patterns, reactive architecture in Compose
StickerExplode KMP sticker canvas — drag, pinch-zoom, haptics, tilt shimmer
HelloDistort AGSL port of WWDC Metal stitchable shader
compose-style-lab First demo of the Compose Styles API
rebound-skill AI agent skill for Rebound performance analysis