Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Welcome to CeyLabs!
<p align="center">
<img width="150" height="150" src="profile/assets/CeyLabs LLC.svg" alt="Logo">
</p>
<h1 align="center"><b>CeyLabs</b></h1>
<p align="center">
Where Blockchain Meets Community.
<br />
<a href="https://ceylabs.io"><strong>CeyLabs.io »</strong></a>
</p>

## About Us

CeyLabs is a leader in web3 community building and web3 development. We specialize in creating robust software platforms, crypto payment gateways, and are experts in developing Telegram bots. Our mission is to enhance user experience through intuitive design and deploy scalable solutions that meet modern business needs.

## Our Services

- **Software Development:** Crafting custom software solutions tailored to specific business requirements.
- **Crypto Payment Gateways:** Providing secure, efficient crypto transaction solutions.
- **Telegram Bot Development:** Developing interactive, feature-rich Telegram bots for various applications.
Expand All @@ -14,6 +24,7 @@ CeyLabs is a leader in web3 community building and web3 development. We speciali
## Repository Guidelines

### Naming Conventions

- **Repositories:** Repos should be named according to the format: `client-product-subproduct-app-type`. Examples include `bom-ticketing-sc` for a Smart Contract in the Battle of the Maroons ticketing system, `client-product-web-fe` for a client product's frontend web application.
- **Branches:** Use descriptive names for branches, prefixed with the type of work e.g., `cmnisal/feature/add-login`, `rayaanr/bugfix/header-fix`, `scoopa/hotfix/login-issue`.
- **Commits:** Write clear, concise commit messages that explain the why, not just the what.
Expand All @@ -27,21 +38,26 @@ CeyLabs is a leader in web3 community building and web3 development. We speciali
- `PWA` - Progressive Web App

### Branching Strategy

- **Main Branch:** The `main` branch is the source of truth and contains the production-ready code.
- **Development Branch:** All feature branches are merged into the `development` branch. After thorough testing, changes in the development branch are merged into `main`.
- **Feature Branches:** Start from the `development` branch and rebase frequently to incorporate updates.

### Production Deployment

- **Server Manager:** We use `sm.ceyl.one` as our server management tool to handle backend deployments smoothly and efficiently.
- **Frontend Deployment:** Frontend updates are deployed via Vercel. Ensure that all merges into the `main` branch are production-ready, as they will be automatically deployed to the live environment.

## Contributing

We appreciate contributions from all developers. To contribute:

1. Fork the repository.
2. Create a new branch for your feature.
3. Submit a pull request against our `development` branch.

## Contact Us
For more information, please visit our [website](https://www.ceylabs.com) or reach out directly through our contact channels.

For more information, please visit our [website](https://www.ceylabs.io) or reach out directly through our contact channels.

Thank you for being part of our community!
Binary file added profile/assets/CeyLabs LLC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions profile/assets/CeyLabs LLC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions timestamp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Last updated: Sat Dec 6 22:28:44 UTC 2025
Loading