"We do not stack wealth to secure temporary self-fame; we aggressively maximize our intellectual capacity and economic assets to break systemic poverty and elevate others, bringing ultimate and absolute glory to God."
— The Steward's Manifesto
Empowered Voice is a premium spiritual growth platform and knowledge hub founded by author Umugwaneza Aline. It is built to awaken potential, strengthen faith, and cultivate values rooted in the Word of God, the writings of great thinkers, and the study of history's greatest heroes.
Designed to reach audiences across Rwanda and the world, Empowered Voice carries a clear mission — to speak, to advocate, and to empower as many lives as possible through wisdom, faith, and truth.
The gateway to curated wisdom, featuring a Stream of Wisdom Quote Carousel that cycles through powerful quotes every 7 seconds. An immersive entry point that immediately fills the reader with inspiration and the courage to act.
In-depth articles and thought pieces from the author. Equipped with:
- Smart Search Bar — instantly find any article across the entire blog
- Category Filters — browse by topic to discover exactly what resonates with you
Stories of courage and resilience drawn from extraordinary lives:
- Apostles of Faith — heroes of belief who changed the world
- Servants of God — stories of the saints and ministers of history
- Philosophers & Thinkers — the wisdom of the greatest minds across centuries
- World Icons — legends who refused to give up and went on to move nations
Deep historical lessons and powerful case studies from faith heroes and ancient thinkers. A mountain of historical narrative and timeless values drawn from the lives of the world's greatest individuals.
The spiritual foundation of the platform — a curated collection of 20 teachings across four traditions:
| Source | Teachings |
|---|---|
| ✝️ Jesus Christ | 7 foundational teachings |
| 📜 The Bible | 5 core scripture studies |
| ☪️ The Quran | 4 wisdom reflections |
| ☸️ Buddhism | 4 teachings on peace & purpose |
Life wisdom and core values written in both Kinyarwanda and English — carefully selected to renew the mind and fuel daily living with purpose, clarity, and strength.
A rich research section on the nature of gifts, stewardship, and wealth — grounded in the teachings of great scholars:
- Max Weber — the theology of wealth, work, and economic discipline
- John Wesley — faith-based financial values and the stewardship mandate
- Deep exploration of God-given gifts and how to deploy them for maximum impact
The vision, mission, and The Core Values Manifesto — the deeply rooted principles that anchor the entire platform. This page explains the full scope of Empowered Voice and the convictions that drive it forward.
| Color | Hex | Usage |
|---|---|---|
| 🌸 Light Rose | #fff0f5 |
Main background |
| 💗 Pink | #e879a0 |
Primary accent & CTA buttons |
| 🟣 Move / Purple | #a78bfa |
Secondary accent & glow effects |
| ⚫ Deep Black | #1a0a12 |
Text & borders |
- 🔮 Modern Glassmorphism — Frosted-glass cards and panels that catch the eye with elegant depth and light
- 🎙️ Voice Microphone Logo — A unique brand mark featuring a Pulse Wave animation that perfectly embodies the identity of "Empowered Voice"
- 📱 Ultra-Responsive Matrix — Built with a zero-overflow strategy ensuring a flawless experience across all mobile devices, tablets, and desktops — no horizontal scroll, ever
- ⚡ Framer Motion Animations — Smooth, intentional transitions and micro-interactions that elevate the overall user experience
Screenshoots📸
| Technology | Purpose |
|---|---|
| ⚛️ React.js + TypeScript | Frontend framework with full type safety |
| 🎬 Framer Motion | Smooth animations and page transitions |
| 🛠️ Lucide React | Clean, consistent icon library |
| ⚡ Vite | Lightning-fast build tool and dev server |
| 🎨 Custom Premium CSS | Proprietary layout and design system |
| 📬 Formspree API | Newsletter subscription flow — no backend required |
| Tool | Version |
|---|---|
| Node.js | v18 or higher |
| npm | v9+ |
| Git | Latest |
# 1. Clone the repository
git clone https://github.com/YOUR_USERNAME/empowered-voice.git
# 2. Navigate into the project directory
cd empowered-voice
# 3. Install all dependencies
npm install
# 4. Start the development server
npm run devOpen http://localhost:5173 in your browser 🎉
npm run dev # Start the Vite development server with HMR
npm run build # Run TypeScript check + create production build
npm run preview # Preview the production build locally
npm run lint # Run ESLint across all TypeScript filesempowered-voice/
├── public/
│ ├── logo.png # Voice Microphone brand logo
│ └── og-image.png # Social media Open Graph image
├── src/
│ ├── components/ # Reusable UI components
│ │ ├── Navbar.tsx
│ │ ├── Footer.tsx
│ │ ├── QuoteCarousel.tsx # Stream of Wisdom carousel
│ │ ├── GlassCard.tsx # Glassmorphism card component
│ │ ├── SearchBar.tsx # Smart search component
│ │ └── CategoryFilter.tsx # Blog category filter tabs
│ ├── pages/ # All 8 core pages
│ │ ├── Home.tsx # Landing — Stream of Wisdom
│ │ ├── Blog.tsx # Blog with Smart Search
│ │ ├── Motivation.tsx # Stories of courage & resilience
│ │ ├── Inspiration.tsx # Historical faith heroes
│ │ ├── WordOfGod.tsx # 20 spiritual teachings
│ │ ├── Quotes.tsx # Kinyarwanda & English quotes
│ │ ├── Gifts.tsx # Weber, Wesley & stewardship
│ │ └── About.tsx # Core Values Manifesto
│ ├── data/ # Static content & data files
│ │ ├── quotes.ts # All curated quotes
│ │ ├── stories.ts # Motivation & inspiration stories
│ │ └── teachings.ts # Word of God content
│ ├── styles/
│ │ ├── globals.css # CSS custom properties & tokens
│ │ └── glassmorphism.css # Glass effects & pulse animations
│ ├── types/
│ │ └── index.ts # Shared TypeScript interfaces
│ ├── App.tsx # Root component & routing
│ ├── main.tsx # React entry point
│ └── vite-env.d.ts
├── index.html
├── tsconfig.json
├── vite.config.ts
├── package.json
└── README.md
Empowered Voice is deployed on Vercel with automatic production deployments triggered on every push to the main branch.
Live URL: https://empoweredvoice.vercel.app/
- Fork this repository on GitHub
- Go to vercel.com → New Project
- Import your forked repository
- Vercel auto-detects Vite — click Deploy
- Your platform is live within 60 seconds ✅
- 🏠 Home — Stream of Wisdom Quote Carousel (7s interval)
- 📝 Blog — Smart Search & Category Filters
- 💪 Motivation — Apostles, Philosophers & World Icons
- 📖 Word of God — 20 curated teachings across 4 traditions
- 💬 Quotes — Bilingual (Kinyarwanda & English)
- 🎙️ Voice Microphone Logo + Pulse Wave Animation
- 📱 Ultra-Responsive — Zero Horizontal Overflow
- 📬 Newsletter — Formspree API integration
- 🔔 Weekly newsletter automation
- 🌐 Multilingual support — Français & Kiswahili
- 🔍 Full-text search across all content
- 🎧 Audio teachings — Podcast integration
- 📱 Progressive Web App (PWA) support
- 🤝 Community discussion & comments section
This platform was built with professional excellence through the collaboration of two dedicated forces:
| Role | Name | Contact |
|---|---|---|
| 🎙️ Founder & Author | Umugwaneza Aline | umugwanezaaline77@gmail.com |
| 💻 Developed by | ByteFlow Ltd | byte-flow-ltd.vercel.app |
Contributions that align with the mission of the platform are welcome.
- Fork this repository
- Create your branch:
git checkout -b feature/your-feature-name - Commit your changes:
git commit -m "feat: add your feature description" - Push:
git push origin feature/your-feature-name - Open a Pull Request with a clear title and description
This project is open source and available under the MIT License.