diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f3c8edb..1e8dc15 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -28,52 +28,117 @@ + +
+
+
+

+ gitworkshop.dev +

+

+ a decentralized git workflow no nostr for freedom lovers +

+
+
+
+
+ + +
+
+
+
+

nostr

+
+
+ An open protocol that is able to create a censorship resistant global + "social" network once and for all +
+
+
+
+
+
+

+ ngit +

+
+
+ a NIP34 compatible command line tool to send and review git patches + via nostr. more... +
+
+
+
+
+
+

+ any git server +

+
+
+ to host the authoratitive code. eg. Gitea, Github, Gitlab, + BitBucket... +
+
+
+
+ + + +
+
+
+
+
+

+ gitworkshop.dev +

+
+
+ A web client to collaborate on git repos via nostr, managing issues + and code proposals +
+
+
+
+
+
+
-
-
-
-

- gitworkshop.dev -

-

- permissionless alternative to GitHub over nostr -

-
-
-
-
-
-

- pairs with ngit -

-
-
- a command-line tool to send and - review patches using nostr -
- - -
-
-
-
-
- -
+
+

How it works

+

+ Git is a decentralized version control system, yet most freedom tech + projects use centralized walled gardens on top of git as a social and + collaboration layer for code changes. +

+

+ ngit and gitworkshop.dev are tools to enable code collaboration over + nostr. ngit allows contributors to manage the flow to open a proposal, + maintainers to verify proposals and incorporate them into the project. + Gitworkshop.dev provides a visual interface to discuss proposals and + open issues. +

+ learn more