An open API service indexing awesome lists of open source software.

https://github.com/skygenesisenterprise/my-enterprise

The Official My Enterprise Mobile App for Sky Genesis Enterprise's Employee
https://github.com/skygenesisenterprise/my-enterprise

android capacitorjs docker docker-compose ios javascript nextjs typescript

Last synced: 3 months ago
JSON representation

The Official My Enterprise Mobile App for Sky Genesis Enterprise's Employee

Awesome Lists containing this project

README

          

# My Enterprise
> The official internal social network app for the Sky Genesis Enterprise Group.
> A hybrid between **Instagram and X (Twitter)** β€” built for collaboration, transparency, and creativity within the enterprise.

---

## 🌐 Overview
**My Enterprise** is an open-source mobile application designed for the employees of the **Sky Genesis Enterprise Group**.
It combines the visual storytelling power of Instagram with the conversational flow of X (Twitter) β€” creating a unique, transparent, and engaging internal social experience.

Our vision is to build a workplace network that reflects our values of **openness**, **innovation**, and **community-driven collaboration**.

---

## 🧭 Core Concept
> A living ecosystem where every employee can share ideas, connect with others, and contribute to the culture of the enterprise β€” transparently and in real time.

### ✨ Key Features
- πŸ“Έ **Visual Feed** – Share photos and videos of projects, events, or daily work moments.
- πŸ’¬ **Micro Posts** – Write short messages or announcements, just like X/Threads.
- πŸ” **Unified Timeline** – A combined feed for media and text content.
- πŸ‘₯ **Profiles** – Display your role, team, and personal contributions.
- ❀️ **Reactions & Comments** – Like, discuss, and celebrate ideas openly.
- πŸ”” **Real-Time Notifications** – Stay connected with the latest updates.
- 🏷️ **Hashtags & Topics** – Explore trending themes and projects inside the company.
- πŸ† **Gamification** – Earn badges for engagement, creativity, and collaboration.
- 🧩 **Open Modular Design** – Extend with additional features like HR tools, innovation spaces, or internal live streams.

---

## πŸ› οΈ Tech Stack

| Layer | Technology | Description |
|-------|-------------|-------------|
| **Frontend** | React Native (Expo) | Cross-platform mobile experience |
| **Backend API** | Rust (Axum) or Node.js (NestJS) | High performance and scalable microservices |
| **Database** | PostgreSQL + Redis | Structured data and real-time streams |
| **Storage** | MinIO / S3 | Secure media storage for photos & videos |
| **Authentication** | OAuth2 / SSO | Integration with Sky Genesis identity systems |
| **Hosting** | Zenth Cloud | Sky Genesis Enterprise cloud infrastructure |

---

## 🧱 Project Structure
```

my-enterprise/
β”œβ”€β”€ app/ # Mobile frontend
β”œβ”€β”€ api/ # Backend service
β”œβ”€β”€ docs/ # Documentation & API specs
β”œβ”€β”€ scripts/ # DevOps & CI/CD utilities
β”œβ”€β”€ LICENSE
└── README.md

```

---

## πŸš€ Getting Started

### 1. Clone the repository
```bash
git clone https://github.com/skygenesisenterprise/my-enterprise.git
cd my-enterprise
```

### 2. Install dependencies

```bash
pnpm install
```

### 3. Run in development

```bash
pnpm dev
```

### 4. Build for production

```bash
pnpm run build
```

---

## 🧩 Contribution Guidelines

We believe in **open collaboration**.
If you have ideas, improvements, or bug fixes, feel free to contribute!

1. Fork the repository
2. Create a new branch (`feature/your-feature`)
3. Commit your changes
4. Submit a pull request

All contributions are welcome β€” from code to design, UX suggestions, or documentation.

---

## 🧠 Roadmap

* [ ] Core hybrid feed (photo + text posts)
* [ ] Notifications & reactions
* [ ] User profiles & activity badges
* [ ] Hashtag-based content filtering
* [ ] Real-time threads & comments
* [ ] Admin dashboard
* [ ] AI assistant for content summarization

---

> β€œTransparency builds trust.
> Trust builds innovation.
> Innovation builds the future.”
> β€” *Sky Genesis Enterprise*

---

## 🀝 Community

Join our open discussions, share your ideas, or report issues:
πŸ‘‰ [GitHub Discussions](https://github.com/skygenesisenterprise/my-enterprise/discussions)

---

### 🌍 Project by [Sky Genesis Enterprise](https://skygenesisenterprise.com)

## πŸͺΆ License

This project is licensed under the **Apache License 2.0** β€” see the [LICENSE](LICENSE) file for details.