-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
376 lines (345 loc) · 21.5 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="en">
<head>
<!--required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!--twitter og-->
<meta name="twitter:site" content="Unigraph">
<meta name="twitter:creator" content="@thesophiaxu">
<meta name="twitter:title" content="Unigraph - organize, relate, and discover everything in your life on your knowledge graph, all in one workspace.">
<meta name="twitter:description" content="100% free and open source. Integrates with your existing workflows.">
<meta name="twitter:image" content="https://unigraph.dev/assets/img/banner.png">
<!--facebook og-->
<meta property="og:url" content="https://unigraph.dev">
<meta name="twitter:title" content="Unigraph - organize, relate, and discover everything in your life on your knowledge graph, all in one workspace.">
<meta property="og:description" content="100% free and open source. Integrates with your existing workflows.">
<meta property="og:image" content="https://unigraph.dev/assets/img/banner.png" />
<!--meta-->
<meta name="description" content="organize, relate, and discover everything in your life on your knowledge graph, all in one workspace.">
<meta name="author" content="thesophiaxu">
<!--favicon icon-->
<link rel="icon" href="assets/img/favicon.png" type="image/png" sizes="16x16">
<!--title-->
<title>Unigraph - organize, relate, and discover everything in your life on your knowledge graph, all in one workspace</title>
<!--google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<!--build:css-->
<link rel="stylesheet" href="assets/css/main.css">
<!-- endbuild -->
<!--custom css start-->
<link rel="stylesheet" href="assets/css/custom.css">
<!--custom css end-->
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://searx.jingyixu.me/";
_paq.push(['setTrackerUrl', u+'js/']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo_.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<!--main content wrapper start-->
<div class="main-wrapper">
<!--header section start-->
<header class="main-header w-100">
<nav class="navbar navbar-expand-xl navbar-light sticky-header">
<div class="container d-flex align-items-center justify-content-lg-between position-relative">
<a href="index.html" class="navbar-brand d-flex align-items-center mb-md-0 text-decoration-none">
Unigraph
</a>
<div class="action-btns text-end">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfmS1BUZNF6wprSGU08XpCcM-UWh5BEMwuQ8gweBGIH7SSD8w/viewform?usp=sf_link" class="btn btn-inline btn-outline-secondary">Join the waiting list</a>
<li class="list-inline-item"><a href="https://twitter.com/thesophiaxu"><i class="fab fa-twitter"></i></a></li>
<a href="https://github.com/unigraph-dev/unigraph-dev"><i class="fab fa-github"></i></a>
</div>
</div>
</nav>
</header>
<!--header section end-->
<!--hero section start-->
<section class="hero-section ptb-120 position-relative overflow-hidden" style="background: url('assets/img/shape/color-particles-2.svg')no-repeat center top">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-xl-8 col-lg-10 mb-5">
<div class="hero-content-wrap">
<h1 class="fw-bold display-5" data-aos="fade-up">Organize, relate, and discover everything in your life on your knowledge graph, all in one workspace.</h1>
<p class="lead" data-aos="fade-up" data-aos-delay="50">100% free and open source. Integrates with your existing workflows. </p>
<div class="action-btns text-center pt-4" data-aos="fade-up" data-aos-delay="100">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfmS1BUZNF6wprSGU08XpCcM-UWh5BEMwuQ8gweBGIH7SSD8w/viewform?usp=sf_link" class="btn btn-primary me-lg-3 me-sm-3">Join the waiting list</a>
<a href="https://discord.gg/vDTkKar5Vz" class="btn btn-outline-primary">Join the Discord community</a>
</div>
</div>
</div>
<div class="col-lg-12">
<p class="tooltip-small-screen display-none" data-aos="fade-up" data-aos-delay="200">Swipe to see the full image</p>
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/banner_showcase.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
</div>
</div>
</div>
</section>
<!--hero section end-->
<!--feature section start-->
<section class="image-feature ptb-120">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-5 col-12">
<div class="feature-img-content">
<div class="section-heading" data-aos="fade-up">
<h2>Features</h2>
<p>(all images are actual screenshots)</p>
</div>
<ul class="list-unstyled d-flex flex-wrap list-two-col mb-0" data-aos="fade-up" data-aos-delay="50">
<li>
<div class="icon-box">
<i class="fas fa-laptop-house text-white bg-primary rounded"></i>
</div>
<h3 class="h5">Local-first</h3>
<p>Your data is private and never leaves your computer. Query or sync all of your data in JSON format using a variant of GraphQL.</p>
</li>
<li>
<div class="icon-box">
<i class="fas fa-search text-white bg-danger rounded"></i>
</div>
<h3 class="h5">Everything in one place</h3>
<p>Search for calendar events, todo lists, emails, notes, contacts, social media posts, with full-text search and advanced semantic search. </p>
</li>
</ul>
</div>
</div>
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/search_for_everything.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>Search for everything in Unigraph</p>
</div>
</div>
</div>
</section>
<section class="image-feature ptb-120">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-5 col-12">
<div class="feature-img-content" data-aos="fade-up" data-aos-delay="50">
<div class="icon-box">
<i class="fas fa-inbox text-white bg-primary rounded"></i>
</div>
<h3 class="h5">All your feed, collected</h3>
<p>This is the only inbox you'll ever need. Say goodbye to <strong>juggling through all your apps</strong> to catch up with news, or <strong>bookmarking and forgetting</strong> what to read. Unigraph pulls your feed together (twitter, RSS, reddit, email, and more), removes paywall, and extract only the articles to give you a clean reading experience. </p>
<p>Drag everything you want to save for later into the read later list, or add a bookmark in your browser or twitter and let Unigraph automatically handle the rest.</p>
</div>
</div>
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/all_your_feed_in_one_place.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>Inbox and read later list</p>
</div>
</div>
</div>
</section>
<section class="image-feature ptb-120">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-5 col-12">
<div class="feature-img-content" data-aos="fade-up" data-aos-delay="50">
<div class="icon-box">
<i class="fas fa-palette text-white bg-primary rounded"></i>
</div>
<h3 class="h5">Unlimited potential for customization</h3>
<p>Unigraph is a highly modular productivity platform. All apps (such as todo list or email) are user-editable, and if you don't like an app, you can either use a community alternative, connect to a third party, or edit its source code. </p>
</div>
</div>
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/unlimited_customization.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>Adding GPT-3 integration for summarization</p>
</div>
</div>
</div>
</section>
<section class="image-feature ptb-120">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-5 col-12">
<div class="feature-img-content" data-aos="fade-up" data-aos-delay="50">
<div class="icon-box">
<i class="fas fa-project-diagram text-white bg-primary rounded"></i>
</div>
<h3 class="h5">A knowledge graph for your life</h3>
<p>Create bidirectional graph links across different types of objects - for example, link a calendar event to its meeting note.</p>
</div>
</div>
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/graph_view.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>See backlinks and graph view for any object, across your entire database.</p>
</div>
</div>
</div>
</section>
<!--feature section end-->
<section class="image-feature ptb-120 bg-light">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-5 col-12">
<div class="feature-img-content">
<div class="section-heading" data-aos="fade-up">
<h2>Demos</h2>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/plan_a_trip.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>Plan for trips to see a musical</p>
<p><strong>Integrations used:</strong> RSS feeds, Google Calendar, Gmail</p>
<p><strong>Apps used:</strong> Email, RSS, Todo List, Bookmark, Notes</p>
</div>
</div>
</div>
</section>
<section class="image-feature ptb-120 bg-light">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/plan_your_day.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>Plan your day</p>
<p><strong>Integrations used:</strong> Google Calendar</p>
<p><strong>Apps used:</strong> Calendar, Home, Todo List, Inbox</p>
</div>
</div>
</div>
</section>
<section class="image-feature ptb-120 bg-light">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/study_for_school.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>Study for school</p>
<p><strong>Integrations used:</strong> Google Calendar</p>
<p><strong>Apps used:</strong> Notes (with LaTeX support)</p>
</div>
</div>
</div>
</section>
<section class="image-feature ptb-120 bg-light">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-12">
<div class="position-relative demo-img-div" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/demos/curiosity_and_research.png" alt="dashboard image" class="img-fluid position-relative rounded-custom mt-lg-5 demo-img" >
</div>
<p>Research on random things</p>
<p><strong>Integrations used:</strong> Bookmarks </p>
<p><strong>Apps used:</strong> Article reader (annotation coming soon), Notes </p>
</div>
</div>
</div>
</section>
<section class="ptb-120">
<div class="container">
<div class="action-btns text-center pt-4" data-aos="fade-up" data-aos-delay="100">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfmS1BUZNF6wprSGU08XpCcM-UWh5BEMwuQ8gweBGIH7SSD8w/viewform?usp=sf_link" class="btn btn-primary me-lg-3 me-sm-3">Join the waiting list</a>
<a href="https://discord.gg/vDTkKar5Vz" class="btn btn-outline-primary">Join the Discord community</a>
</div>
</div>
</section>
<!--feature service grid section start-->
<section class="feature-section ptb-120 bg-light">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-10">
<div class="section-heading text-center" data-aos="fade-up">
<h2>Roadmap</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="feature-grid">
<div class="feature-card bg-white shadow-sm highlight-card rounded-custom p-5" data-aos="fade-up" data-aos-delay="50">
<div class="feature-content">
<h3 class="h5">Integrations</h3>
<p>Integrate and sync with most popular third-party services.</p>
<ul class="list-unstyled mb-0">
<li class="py-1"><i class="fad fa-check-circle me-2 text-primary"></i>Email/Calendar: Exchange, Android, iOS/macOS</li>
<li class="py-1"><i class="fad fa-check-circle me-2 text-primary"></i>Notes: Roam, Obsidian, Notability (macOS + iCloud), Google docs</li>
<li class="py-1"><i class="fad fa-check-circle me-2 text-primary"></i>Read later: Pocket</li>
<li class="py-1"><i class="fad fa-check-circle me-2 text-primary"></i>Todo: Todoist, Google Tasks, Microsoft Todo</li>
<li class="py-1"><i class="fad fa-check-circle me-2 text-primary"></i>...</li>
</ul>
</div>
</div>
<div class="feature-card bg-white shadow-sm rounded-custom p-5" data-aos="fade-up" data-aos-delay="50">
<div class="feature-content">
<h3 class="h5">Features</h3>
<p class="mb-0">Annotation (article + PDF), Cloud sync (for when you're offline), Web trail & browser history, ...</p>
</div>
</div>
<a href="https://discord.gg/vDTkKar5Vz" class="link-with-icon text-decoration-none mt-3">Join the Discord community for more ideas & suggestions! <i class="far fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--feature service grid section end-->
<!--footer section start-->
<footer class="footer-section">
<!--footer top start-->
<!--footer top end-->
<!--footer bottom start-->
<div class="footer-bottom footer-light py-4">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-7 col-lg-7">
<div class="copyright-text">
<p class="mb-lg-0 mb-md-0">Built with ⌨️ & ❤️ by <a href="https://linktr.ee/thesophiaxu">Sophia Xu</a>. Theme by <a href="https://themetags.com/" class="text-decoration-none">ThemeTags</a></p>
<p>This site uses matomo, an ethical self-hosted analytics tool. Your browsing data is anonymized and never shared. </p>
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="footer-single-col text-start text-lg-end text-md-end">
<ul class="list-unstyled list-inline footer-social-list mb-0">
<li class="list-inline-item"><a href="https://twitter.com/thesophiaxu"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://discord.gg/vDTkKar5Vz"><i class="fab fa-discord"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/unigraph-dev/unigraph-dev"><i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--footer bottom end-->
</footer>
<!--footer section end-->
</div>
<!--build:js-->
<script src="assets/js/vendors/jquery-3.6.0.min.js"></script>
<script src="assets/js/vendors/bootstrap.bundle.min.js"></script>
<script src="assets/js/vendors/swiper-bundle.min.js"></script>
<script src="assets/js/vendors/jquery.magnific-popup.min.js"></script>
<script src="assets/js/vendors/parallax.min.js"></script>
<script src="assets/js/vendors/aos.js"></script>
<script src="assets/js/app.js"></script>
<!--endbuild-->
</body>
</html>