@stephansama packages
deployed: 5/30/2026
@stephansama packages.
A collection of TypeScript-first, open-source packages crafted for the terminal-native engineer.
DEVELOPER_EXPERIENCE
Developer experience.
Consistent tooling across the monorepo: Turborepo, pnpm workspaces, ESLint, and automated releases.
import { ai } from "@stephansama/ai-commit-msg";
ai.generate({ staged: true });
ai.generate({ staged: true });
COMPOSABILITY
Modular & composable.
Packages are small and focused. Use only what you need — each package is independently published.
OPEN_SOURCE
Open source.
All packages are open source on GitHub. Built in the open, battle-tested by use.
TYPESCRIPT
TypeScript-first.
Every package is written in TypeScript with full type definitions and generated API documentation.
type Package<T> = Readonly<T>;