Professional Clarity
ALIGN is a specialized tool designed to help professionals navigate workplace situations during menopause transitions with grace and authority. Leveraging advanced AI, it provides reframes, scientific context, and professional scripts tailored for various communication channels.
- Reframe: Validates your experience with professional grace and calm authority.
- Science: Provides evidence-based neurobiological context for symptoms.
- Scripts: Generates ready-to-use professional responses for Email, Slack, or In-Person interactions.
- Frontend: React (Vite)
- Language: TypeScript
- Styling: Tailwind CSS
- AI Integration: Google GenAI SDK (Gemini)
- Node.js (v18 or higher recommended)
- npm (or yarn/pnpm)
- Google GenAI API Key
-
Clone the repository:
git clone [repository-url] cd align -
Install dependencies:
npm install
-
Set up environment variables: Create a
.envfile in the root directory and add your Google GenAI API key:GEMINI_API_KEY=your_api_key_hereNote: The application is configured to read
GEMINI_API_KEYfrom the environment and expose it asprocess.env.API_KEYto the client. -
Run the development server:
npm run dev
-
Open your browser and navigate to the local server address (usually
http://localhost:3000).
- Enter a description of your workplace situation in the input field.
- Click "Generate".
- Review the Reframe, Science explanation, and suggested Scripts.
- Copy the script that best fits your needs.
MIT License