-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
95 lines (75 loc) · 4.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Metagov | Gateway</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body data-spy="scroll" data-offset="0">
<div class="wrapper">
<section id="intro">
<div class="content">
<h1 class="title">Metagov Gateway</h1>
<p class="subtitle">Infrastructure for online communities</p>
<p>The <a href="https://gateway.metagov.org" target="_blank">Metagov Gateway</a> is an open-source API gateway for online communities. It helps communities govern themselves by connecting decision-making tools to platforms where decisions need to be made.
</p>
<p>Currently supports Slack, Discord, Discourse, GitHub, <a href="https://docs.metagov.org/en/latest/readme.html">and more</a>.
</p>
<div>
<button data-tf-popup="TJsqo8CG" class="btn primary">Join the beta</button><script src="//embed.typeform.com/next/embed.js"></script>
<a href="https://docs.metagov.org" class="btn">Docs</a>
</div>
</div>
</section>
<section id="features" class="section">
<div class="feature">
<img src="assets/img/cloud.svg" alt="" />
<h2>Today’s communities are multi-platform</h2>
<p class="small">Communities are defined by their people, and people naturally congregate across multiple platforms and services. Like <a href="https://www.redhat.com/en/topics/api/what-does-an-api-gateway-do" target="_blank">traditional enterprise gateways</a>, the Metagov Gateway helps manage and connect these platforms, making communities more accessible and more cohesive.
</p>
</div>
<div class="feature">
<img src="assets/img/puzzle.png" alt="" />
<h2>Popular applications with the click of a button</h2>
<p class="small">Want a reputation system on top of Slack? What about a voting system for expenses on Open Collective? Gateway integrates a range of out-of-the-box governance tools such as Open Collective, Loomio, SourceCred, and the Web Monetization standard as well as common utilities like voting, identity resolution, and API analytics. </p>
</div>
<div class="feature">
<img src="assets/img/atom.png" alt="" />
<h2>Connect Web2 and Web3</h2>
<p class="small">Tokens are not just investments; they confer rights. But those rights only matter when they are exerted. Metagov Gateway helps connect Web3 communities to the social platforms where they interact. On the horizon: integrations for DAOs, blockchains, and other Web3 tools like Snapshot, Kleros, and Coordinape.</p>
</div>
<div class="feature">
<img src="assets/img/tools.png" alt="" />
<h2>Innovate with governance</h2>
<p class="small">The Gateway is designed to support rapid prototyping of governance systems, decision-making processes, and social workflows across a range of platforms, from forums to chat services to blockchains. To help people prototype, Gateway also ships with a powerful driver, PolicyKit, for authoring governance policies.
</p>
</div>
</section>
<section id="closing">
<div class="content">
<h3>Used by</h3>
<a href="https://blog.opencollective.com/metagov-gateway/" target="_blank"><img src="assets/img/logo_opencollective.png" height="50px" /></a>
<a href="https://dada.art/" target="_blank"><img src="assets/img/logo_dada.png" height="50px" /></a>
</div>
<div class="content">
<p>Have a tool that isn’t currently integrated? Open an issue on our <a href="https://github.com/metagov/gateway" target="_blank">GitHub</a> and we’ll try to add it to our next release. Gateway is a prototype under active development, so please help us out by sending feedback to <a href="mailto:[email protected]">[email protected]</a>.</p>
<a href="https://docs.metagov.org" target="_blank" class="btn">See the docs</a>
<a href="https://github.com/metagov/gateway" target="_blank" class="btn">GitHub</a>
</div>
</section>
</div>
<footer>
<div>
Powered by <a href="https://metagov.org"><img src="../assets/img/logo.svg" alt="Metagovernance Project" height="48px" /></a>
</div>
<div>
<a href="https://metagov.org/#get-involved">Community</a>
<a href="https://calendar.google.com/calendar/embed?src=votnggap47pcjg8l1mb2rehjhg%40group.calendar.google.com&ctz=America%2FNew_York">Calendar</a>
</div>
</footer>
</body>
</html>