Your health companion for crypto users. Not financial advice — just a friend who cares.
Breathe-Out is an AI-powered emotional health chatbot built for crypto users. It detects stress, burnout, FOMO, and overtrading patterns, and offers calm, grounded guidance — without ever giving financial or medical advice.
- Go to github.com and create a free account
- Click the + icon → New repository
- Name it
breathe-out, set it to Public, click Create repository - Click uploading an existing file on the next screen
- Drag and drop ALL the files from this folder into the upload area
- Click Commit changes
- Go to netlify.com and sign up free (use your GitHub account)
- Click Add new site → Import an existing project
- Choose GitHub → find and select your
breathe-outrepository - Leave all settings as default — Netlify will auto-detect the
netlify.tomlconfig - Click Deploy site
Your live URL will appear in about 30 seconds — something like https://breathe-out-abc123.netlify.app
You can change this to a custom name under Site settings → Domain management.
This makes it so every time you edit a file on GitHub, your live site updates automatically.
- In Netlify: Go to Site settings → API → copy your Site ID
- In Netlify: Go to User settings → Applications → Personal access tokens → create a new token → copy it
- In GitHub: Go to your
breathe-outrepo → Settings → Secrets and variables → Actions - Add two secrets:
- Name:
NETLIFY_SITE_ID→ paste your Site ID - Name:
NETLIFY_AUTH_TOKEN→ paste your Netlify token
- Name:
- Done — every push to
mainnow auto-deploys ✅
You never need to touch code. Just:
- Go to your repo on GitHub
- Click
index.html - Click the pencil ✏️ icon to edit
- Make your change (e.g. update a label, change a colour, edit a message)
- Click Commit changes
- Netlify detects the change and redeploys automatically in ~30 seconds
breathe-out/
├── index.html ← The entire app (one file)
├── netlify.toml ← Netlify deployment config
├── .gitignore ← Files Git should ignore
├── .github/
│ └── workflows/
│ └── deploy.yml ← Auto-deploy on every push
└── README.md ← This file
Breathe-Out uses the Anthropic Claude API to power the chatbot. Users enter their own API key in the app — it is stored only in their browser and never sent to any server other than Anthropic directly.
Get a free API key at: console.anthropic.com
Breathe-Out is not a medical tool, therapy service, or financial advisor. It is a wellness companion. Always encourage users to seek professional help for serious mental or physical health concerns.
Built with care. For the degens who need to breathe-out. 🌿