AURA - Unlock AI with Timeless Wisdom & Self Reflection.
AURA is a mobile-first self-reflection app built around card draws, guided prompts, conversational AI, and premium subscription features.
This repository is for the AURA app only. It is separate from the ARCHAI project and should be presented as its own product, codebase, and GitHub presence.
index.html: the main single-page frontendios/App: Capacitor iOS wrapper and Xcode projectserver/server.js: Node backend for AI, auth-aware metering, and purchase-related stateserver/prompts: editable AI prompt files and prompt profilespublic: static assets, decks, and frontend configtools/aura-orb-generator-v4.html: standalone orb generator used to create artwork for t-shirts, posters, cards, and related AURA visuals
- Capacitor iOS app shell
- Supabase for authentication and backend data
- RevenueCat for subscriptions and purchase handling
- Together AI for cloud model access
- Express-based Node server for app API routes
- card-based reflection experience
- conversational AI guidance
- free and paid tiers
- token and memory allowances for premium users
- iPhone app build and App Store/TestFlight workflow
The repo includes a supporting creative production tool:
tools/aura-orb-generator-v4.html
Use it to generate orb artwork for:
- t-shirts
- posters
- cards
- other AURA brand and product assets
To use it:
- Open
tools/aura-orb-generator-v4.htmlin a browser. - Generate and refine the orb artwork.
- Export the resulting visual for print or design workflows.
npm installnpm run devnpm run start:apinpm run iosThis runs:
npm run buildnpx cap sync iosnpx cap open ios
Edit public/config.js for hosted app settings such as:
- API base URL
- Supabase public config
- RevenueCat public Apple key
Copy:
cp server/.env.example server/.envThen configure:
SUPABASE_URLSUPABASE_SERVICE_ROLE_KEYREVENUECAT_SECRET_API_KEYREVENUECAT_WEBHOOK_AUTHTOGETHER_API_KEY
You can tune the app’s AI behavior by editing:
server/prompts/system_prompt.txtserver/prompts/prompt_db.jsonserver/prompts/soul.md
For iPhone builds and release prep, see:
ios/App/APP_STORE_RELEASE_CHECKLIST.md
This repository is licensed under Apache 2.0. See LICENSE.