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
- Host: GitHub
- URL: https://github.com/skygenesisenterprise/my-enterprise
- Owner: skygenesisenterprise
- License: apache-2.0
- Created: 2025-10-20T07:00:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-17T10:45:37.000Z (4 months ago)
- Last Synced: 2026-04-05T20:39:53.631Z (3 months ago)
- Topics: android, capacitorjs, docker, docker-compose, ios, javascript, nextjs, typescript
- Language: TypeScript
- Homepage: https://skygenesisenterprise.com
- Size: 1.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: .github/SUPPORT.md
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.