-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen-source.html
More file actions
98 lines (87 loc) · 3.64 KB
/
open-source.html
File metadata and controls
98 lines (87 loc) · 3.64 KB
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
96
97
98
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<title>Open Source | Reflective Software</title>
<meta
name="description"
content="Open source Elixir and Rust libraries from Reflective, including Pages, HtmlQuery, Medic, and Specter. Sponsor our work or hire us to build open source tools."
/>
<meta
name="og:description"
property="og:description"
content="Open source Elixir and Rust libraries from Reflective, including Pages, HtmlQuery, Medic, and Specter. Sponsor our work or hire us to build open source tools."
/>
<meta name="og:image" property="og:image" content="https://www.reflective.dev/images/logo.png" />
<meta name="og:title" property="og:title" content="Open Source | Reflective Software" />
<meta name="og:url" property="og:url" content="https://www.reflective.dev/open-source" />
</head>
<body>
<nav>
<a href="/" class="logo"><img src="images/logo.svg" width="32" height="28" alt="Reflective logo" /> Reflective</a>
<div class="links">
<a href="/software">software</a>
<a href="/about">about</a>
<a href="/consulting">consulting</a>
</div>
</nav>
<main>
<header id="header">
<h1>Open Source</h1>
</header>
<section>
<p>
We host a number of open source libraries in an independent GitHub organization called
<a href="https://synchronal.dev">Synchronal</a> to ensure that code lives outside of and beyond
Reflective Software.
</p>
<p>
<a href="https://github.com/sponsors/reflective-dev">Sponsor our open source efforts</a> to help us
maintain our open source projects and create new ones. You can also hire us to build and maintain open source
libraries, tools, and applications that you would like to have built.
</p>
</section>
<section>
<h2>Highlights</h2>
<ul>
<li>
<a href="https://github.com/synchronal/pages">Pages</a> and
<a href="https://github.com/synchronal/html_query">HtmlQuery</a> —
Bridge controller and live view tests in ExUnit to increase the speed with which tests can be written
and reused.
</li>
<li>
<a href="https://github.com/synchronal/medic-rs">Medic</a> — Opinionated workflow management to increase
development productivity via repeatable checks, steps, and remedies.
</li>
<li>
<a href="https://github.com/synchronal/specter">Specter</a> — A headless WebRTC library that orchestrates
Rust's webrtc-rs from Elixir.
</li>
</ul>
<p>See the <a href="https://github.com/synchronal">full list of our open source projects</a>.</p>
</section>
<section>
<h2>Get In Touch</h2>
<p>Email us at <a href="mailto:contact@reflective.dev">contact@reflective.dev</a>.</p>
</section>
</main>
<footer id="footer">
<ul class="icons">
<li>
<a href="https://github.com/reflective-dev" class="icon fa-github"><span class="label">GitHub</span></a>
</li>
<li>
<a href="https://www.linkedin.com/company/reflective-software" class="icon fa-linkedin"
><span class="label">LinkedIn</span></a
>
</li>
</ul>
<ul class="copyright">
<li>© 2025 Reflective Software, LLC</li>
</ul>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>