Editor & Publisher of AI Services for Wellness and Do-Good Business
BienMind curates, edits, and publishes AI-powered services for the wellness and purpose-driven business sectors — so practitioners and users can adopt transformative technology with confidence.
bienmind/
├── index.html # Single-page corporate site
├── styles/
│ └── main.css # All styles (design tokens, layout, components)
├── js/
│ └── main.js # Mobile nav, scroll behaviour, form feedback
└── README.md
- Mental Health & Therapy
- Nutrition & Holistic Health
- Mindfulness & Movement
- Climate & Sustainability
- Social Impact & Equity
- Purpose-Driven Business (B-Corps, nonprofits, co-ops)
Open index.html directly in a browser — no build step required.
For a local dev server:
npx serve .
# or
python3 -m http.server 8080