Skip to content

Repository files navigation

Screenshot 2026-05-17 190545

Empowered Voice Platform

"EMPOWERED TO EMPOWER OTHERS FOR HIS GLORY" 🎙️

Live Site React Framer Motion Vite License


"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


📖 About The Project

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.


🏛️ Core Pillars — 8 Full Pages

🏠 1. Home

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.

📝 2. Blog

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

💪 3. Motivation

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

🌟 4. Inspiration

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.

📖 5. Word of God

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

💬 6. Quotes

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.

🎁 7. Gifts

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

🙌 8. About Us

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.


🎨 Design & Aesthetics

Premium Rose-Purple Theme

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

Signature Design Features

  • 🔮 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📸

Screenshot 2026-05-17 190533 Screenshot 2026-05-17 190506 Screenshot 2026-05-17 190441 Screenshot 2026-05-17 190400

🛠️ Tech Stack

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

🚀 Getting Started

Prerequisites

Tool Version
Node.js v18 or higher
npm v9+
Git Latest

Installation

# 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 dev

Open http://localhost:5173 in your browser 🎉

Available Scripts

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 files

📁 Project Structure

empowered-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

🌍 Deployment

Empowered Voice is deployed on Vercel with automatic production deployments triggered on every push to the main branch.

Live URL: https://empoweredvoice.vercel.app/

Deploy Your Own Instance

  1. Fork this repository on GitHub
  2. Go to vercel.comNew Project
  3. Import your forked repository
  4. Vercel auto-detects Vite — click Deploy
  5. Your platform is live within 60 seconds ✅

🗺️ Roadmap

  • 🏠 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

🤝 Credits

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

🤲 Contributing

Contributions that align with the mission of the platform are welcome.

  1. Fork this repository
  2. Create your branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m "feat: add your feature description"
  4. Push: git push origin feature/your-feature-name
  5. Open a Pull Request with a clear title and description

📄 License

This project is open source and available under the MIT License.



Built with faith, love, and purpose — from Kigali, Rwanda 🇷🇼


Empowered VoiceEmpowered to Empower Others for His Glory 🎙️✨


Stars Forks Watchers


"Go therefore and make disciples of all nations." — Matthew 28:19

About

Empowered Voice is a premium platform by author Umugwaneza Aline, engineered to awaken human potential, build absolute faith, and anchor strategic mindset frameworks through scripture and ancient wisdom. Built with a modern glassmorphism design and a mobile-responsive interface in partnership with ByteFlow

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages