Mental Stable App Icon
Real tools for real mental health
A comprehensive mental wellness app featuring structured recovery programs, guided meditations, breathwork techniques, and AI-powered journaling.
Built solo from concept to App Store β’ React Native β’ Node.js
React React Native Next.js TypeScript JavaScript Redux TailwindCSS Sass
interface Developer { code: string[]; focus: string; currentProject: string; availableFor: string[]; } const jonas: Developer = { code: ["TypeScript", "JavaScript"], focus: "Building products that solve real problems", currentProject: "Mental Stable - Live on App Store", availableFor: ["Freelance Projects", "Part-time Opportunities", "Consulting"] };