|
1 | 1 |
|
2 | 2 |
|
| 3 | +--- |
| 4 | + |
| 5 | +**DevLink** is a peer-to-peer CLI toolkit that removes development and staging friction. It enables secure, direct sharing of **environments, databases, repositories, services, and containers** between developers — without staging servers, cloud costs, or insecure workarounds. |
| 6 | + |
| 7 | +Modern development suffers from collaboration bottlenecks: pushing half-done commits just to unblock teammates, leaking secrets over chat apps, or waiting on staging to test a two-line change. DevLink replaces these with **direct, ephemeral, encrypted connections** — making collaboration as fast as running a command. |
| 8 | + |
3 | 9 | # DevLink |
4 | 10 |
|
5 | 11 | <div align="center"> |
|
13 | 19 | <h2>The Peer-to-Peer Toolkit for Frictionless Development</h2> |
14 | 20 | <p><strong>Stop Configuring. Start Collaborating.</strong></p> |
15 | 21 |
|
16 | | -<a href="#"><img src="https://img.shields.io/github/actions/workflow/status/your-org/devlink/ci.yml?branch=main&style=for-the-badge" alt="Build Status"></a> <a href="#"><img src="https://img.shields.io/github/v/release/your-org/devlink?style=for-the-badge" alt="Latest Release"></a> <a href="./LICENSE"><img src="https://img.shields.io/github/license/your-org/devlink?style=for-the-badge" alt="License"></a> <a href="#"><img src="https://img.shields.io/badge/Go-1.18+-00ADD8.svg?style=for-the-badge&logo=go" alt="Go Version"></a> |
| 22 | +<a href="https://github.com/gupta-nu/devlynk/actions"> |
| 23 | + <img src="https://img.shields.io/github/actions/workflow/status/gupta-nu/devlynk/ci.yml?branch=main&style=for-the-badge" alt="Build Status"> |
| 24 | +</a> |
| 25 | +<a href="https://github.com/gupta-nu/devlynk/releases"> |
| 26 | + <img src="https://img.shields.io/github/v/release/gupta-nu/devlynk?style=for-the-badge" alt="Latest Release"> |
| 27 | +</a> |
| 28 | +<a href="./LICENSE"> |
| 29 | + <img src="https://img.shields.io/github/license/gupta-nu/devlynk?style=for-the-badge" alt="License"> |
| 30 | +</a> |
| 31 | +<a href="#"> |
| 32 | + <img src="https://img.shields.io/badge/Go-1.18+-00ADD8.svg?style=for-the-badge&logo=go" alt="Go Version"> |
| 33 | +</a> |
17 | 34 |
|
18 | | -</div> |
19 | 35 |
|
20 | | ---- |
21 | | - |
22 | | -**DevLink** is a peer-to-peer CLI toolkit that removes development and staging friction. It enables secure, direct sharing of **environments, databases, repositories, services, and containers** between developers — without staging servers, cloud costs, or insecure workarounds. |
23 | | - |
24 | | -Modern development suffers from collaboration bottlenecks: pushing half-done commits just to unblock teammates, leaking secrets over chat apps, or waiting on staging to test a two-line change. DevLink replaces these with **direct, ephemeral, encrypted connections** — making collaboration as fast as running a command. |
| 36 | +</div> |
25 | 37 |
|
26 | 38 | --- |
27 | 39 |
|
@@ -163,9 +175,7 @@ DevLink is **secure by design**: |
163 | 175 | * **No Inbound Ports** – safe behind firewalls/NAT |
164 | 176 |
|
165 | 177 | --- |
166 | | -## Demo video |
167 | | - |
168 | | - |
| 178 | + |
169 | 179 | ## Roadmap |
170 | 180 |
|
171 | 181 | * [ ] Multi-hop relays for restrictive networks |
@@ -194,5 +204,4 @@ Licensed under the [MIT License](./LICENSE). |
194 | 204 |
|
195 | 205 | --- |
196 | 206 |
|
197 | | - |
198 | 207 |
|
0 commit comments