Add a new app to the Feeling Mindful portfolio website. Creates app page, privacy policy, updates apps.ts config, and verifies build.
Add a new app to the Feeling Mindful website portfolio.
Update src/lib/apps.ts — Add the app to the apps array with all metadata (name, slug, description, status, domain, icon, gradient, bgGlow)
Create app page at src/app/apps/<slug>/page.tsx:
SUPPORT_URL from @/lib/apps and ProductlaneButton from @/components/ProductlaneWidgetCreate privacy policy at src/app/apps/<slug>/privacy/page.tsx:
PrivacyPolicy componentCopy app icon from the iOS project's xcassets to public/icons/<slug>-icon.png
find /Users/nicholasprokesch/repos/feeling-mindful -path "*.xcassets/AppIcon*" | grep -i <appname>Verify build — Run npm run build and confirm all routes generate
Commit with message: feat: add <AppName> to portfolio