Skip to content
Ayush Sharma edited this page Jul 30, 2025 · 18 revisions

🌟 Welcome to ZenYukti Wiki

"Learn. Build. Share." - Empowering developers through community-driven innovation

GitHub Stars Discord LinkedIn


📑 Navigation Guide

Section Description
[🏠 Home] Overview and quick start
[🎯 About ZenYukti] Mission, vision, and core identity
[👥 Community Structure] How we organize and collaborate
[🛠️ Technical Framework] Our tech stack and project approach
[🌐 Digital Presence] Platforms and online presence
[👨‍💻 Team Structure] Meet the ZenCrew
[🚀 Getting Started] How to join and contribute
[📚 Resources] Documentation and guides

🏠 Home

What is ZenYukti?

ZenYukti is an innovative community initiative designed to empower individuals through collaborative learning, real-world project building, and knowledge sharing. We bridge the gap between academic learning and industry requirements by providing:

  • 🎓 Inclusive Learning Environment - Open to everyone, not just select few
  • 🔨 Real-World Projects - Build impactful solutions that matter
  • 🤝 Collaborative Network - Connect with like-minded developers and creators
  • 📈 Professional Growth - Scale from student to professional developer

Quick Stats

Metric Value
Mission Professional, inspiring developer community
Approach Community-led with professional scalability
Reach Beyond collegiate boundaries

🎯 About ZenYukti

Core Identity

Name: ZenYukti
Tagline: "Learn. Build. Share."
Motto: "We don't code. We play it."
Mission: To grow as a professional, inspiring developer community by building real-world projects, collaborating openly, and uplifting one another.

Brand Colors

Color Code Usage
Black #000000 Primary text, backgrounds
Purple #8c52ff Accent, highlights
Pastel Lavender #d07bea Primary brand color
Light Lavender #e9c9f9 Secondary accents
White #ffffff Backgrounds, clean spaces

Purpose & Values

🎯 Why ZenYukti Exists

  • Addressing Opportunity Gaps: Created for those who lack opportunities in traditional clubs (e.g., 30-35 selected out of 1800 applicants)
  • Inclusive Space: Provides awareness, exposure, community, and hands-on execution for a wider audience
  • Strategic Balance: Playful motto attracts broad audience while maintaining professional objectives

✨ Core Values

  1. Openness - Accessible to anyone, anywhere
  2. Collaboration - Building together, growing together
  3. Quality - Professional standards in everything we do
  4. Impact - Creating solutions that matter
  5. Growth - Continuous learning and improvement

👥 Community Structure

Three-Tier Engagement Model

🌟 Members (For the Masses)

  • Purpose: Stay connected with tech ecosystem, get updates, opportunities, and inspiration
  • Platforms: WhatsApp (updates, chats), Discord (voice sessions, group discussions)
  • Activities: Community updates, networking, learning opportunities

🔨 Active Contributors (The Builders)

  • Purpose: Work on real-world projects, hackathons, and open-source initiatives
  • Platforms: ZenYukti GitHub Organization, ZenYukti website (skill matching)
  • Activities: Project development, hackathons, open-source contributions

🎓 Mentors (Guides & Experts)

  • Purpose: Experienced seniors, alumni, and industry professionals offering guidance
  • Activities: Host live sessions (tech, careers, project building), provide project reviews
  • Platform: Live sessions via Discord/website

Cross-Team Collaboration

Our website-based matchmaking system enables seamless collaboration across departments. For example:

  • Development team needs design → Connect with Graphics Department
  • Proper credit and recognition system ensures fair contribution tracking

🛠️ Technical Framework

GitHub-Centric Approach

Organization: [github.com/ZenYukti](https://github.com/ZenYukti)

📂 Repository Structure

Repository Purpose Status
ZenYukti Website Official community website 🚀 Active
Portfolio Templates Templates for SDEs, Designers, etc. 📋 Planned
Hackathon Projects Dedicated hackathon workspace 📋 Planned
Starter Kit CLI tool/template boilerplate 📋 Planned
Community Challenges Weekly builds, coding challenges 📋 Planned

🔧 GitHub Features We Use

  • GitHub Organization - Centralized project management
  • GitHub Projects - Kanban boards for task management
  • GitHub Teams - Access control and collaboration
  • GitHub Discussions - Internal communication
  • GitHub Codespaces - Cloud-based development (optional)

Technology Stack

Website Technology

Layer Technology Purpose
Frontend HTML5, CSS3, JavaScript ES6+ Core web technologies
Build Tool Vite Fast build tool and dev server
Package Manager npm Dependency management
Hosting GitHub Pages Static site hosting
CI/CD GitHub Actions Automated workflows

Performance Metrics

Metric Desktop Mobile
Performance 98 95
Accessibility 100 100
Best Practices 100 95
SEO 100 100

🌐 Digital Presence

Established Platforms

Platform URL Purpose
GitHub (https://github.com/ZenYukti) Technical hub & project collaboration
LinkedIn (https://linkedin.com/company/zenyukti) Professional networking & brand presence
Discord (https://discord.gg/u9ARJuHK97) Real-time communication & learning
Website https://zenyukti.github.io/website) Central information hub
Email zenyukti@ayushhardeniya.site Official communication

Content Strategy

📱 Social Media Approach

  • LinkedIn: 4-5 posts/week (insights, updates, member highlights)
  • Instagram: 1-2 posts/week (visual content, reels, behind-the-scenes)
  • Twitter: Daily/alternate day (tech threads, timely updates)

📝 Content Domains

  • Technical Blogs - Hashnode-powered publication
  • Project Showcases - Community member achievements
  • Learning Resources - Tutorials, guides, best practices
  • Community Stories - Member journeys and success stories

👨‍💻 Team Structure

Founder

Role Name Responsibilities
Founder & Executive Head Ayush Hardeniya Overall vision & execution, GitHub org management, Administrator of all assets

ZenCrew | The Core Team

Department Role Name Focus
🎨 Design & Creativity Lead Anvita Shukla Social media designs & graphics
📢 PR & Outreach Lead Avishi Sharma External collaborations, pitching ideas, outreach
⚙️ Operations Co-Lead Avinash Shukla Task coordination, Discord moderation
⚙️ Operations Co-Lead Ashutosh Mishra WhatsApp management, team engagement
💻 Tech & Development Co-Lead (Senior Dev) Kaushal Sharma Website development
💻 Tech & Development Co-Lead (Support) Ayush Raj Team support & building
📱 Social Media Lead Ayush Shukla Instagram, Twitter, LinkedIn management

🚀 Getting Started

For New Members

1. Join Our Platforms

2. Choose Your Path

🌟 Member Track
  • Stay updated with community news
  • Participate in discussions
  • Attend learning sessions
  • Network with peers
🔨 Contributor Track
🎓 Mentor Track
  • Share your expertise
  • Host learning sessions
  • Review community projects
  • Guide new contributors

For Contributors

Development Setup

# Clone the website repository
git clone https://github.com/ZenYukti/website.git
cd website

# Install dependencies
npm install

# Start development server
npm run dev

# Open browser at http://localhost:5173

Contribution Workflow

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Test your changes (npm test)
  5. Commit your changes (git commit -m 'Add some AmazingFeature')
  6. Push to the branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request

Development Guidelines

  • ✅ Follow existing code style
  • ✅ Write meaningful commit messages
  • ✅ Add tests for new features
  • ✅ Update documentation as needed
  • ✅ Ensure CI/CD pipeline passes

📚 Resources

Documentation Links

Resource Description Link
API Docs Website API documentation [Coming Soon]
Style Guide Brand and code style guidelines [Coming Soon]
Contributing Guide Detailed contribution instructions [GitHub Repository]
Code of Conduct Community guidelines and standards [GitHub Repository]

Learning Resources

🎓 Recommended Technologies

  • Frontend: HTML5, CSS3, JavaScript ES6+, React
  • Build Tools: Vite, npm, Git
  • Design: Figma, Adobe Creative Suite
  • Collaboration: GitHub, Discord, Slack

📖 Useful Links

Support Channels

🆘 Get Help

📞 Contact Information


🌟 Future Vision

Growth Pillars

🌍 Scaling Beyond Campus

  • Broad Reach: Open and accessible globally
  • Professional Ambition: Community-led with professional scalability
  • Impact Focus: Building solutions that create real-world value

Future Plans

Content/Publication Domain - Hashnode integration for blogs and articles
Authorship Program - Dedicated content team + volunteers
Website Integration - Blog section with Hashnode backend
Campus Ambassador - Starting with Delhi NCR growth
Event Conducting - Future event hosting capabilities
Campus Chapters - Post-sponsorship expansion concept


🙏 Acknowledgments

Special Thanks

  • 👥 All Contributors - Every pull request and discussion makes us stronger
  • 🌐 Open Source Community - For inspiration and endless learning
  • 🛠️ Vite Team - For the amazing build tool that powers our website
  • 🐙 GitHub - For providing the platform that makes collaboration possible
  • 📚 MDN Web Docs - For comprehensive web development documentation