-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommitments.html
More file actions
64 lines (51 loc) · 3.58 KB
/
commitments.html
File metadata and controls
64 lines (51 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Commitments - Katniny Studios</title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" href="/assets/imgs/favicon_nobg.png" type="image/png">
<script src="/assets/js/getYear.js"></script>
</head>
<body>
<header>
<div class="left">
<a href="/"><img src="/assets/imgs/favicon_nobg.png" alt="Katniny Studios Transparent logo" draggable="false" /></a>
</div>
<div class="right">
<a href="/">Home</a> <a href="/about-us">About Us</a> <a href="/blog">Blog</a> <a href="/products">Products</a> <a href="/commitments">Our Commitments</a>
</div>
</header>
<div class="cta">
<h1>Our Commitments</h1>
<p>Our commitments to <i>you</i>.</p>
</div>
<br />
<br />
<h2>Building a better, open, and private web</h2>
<p>We believe the web should belong to its users. That's why we're dedicated to creating a web that's transparent, privacy-focused, and built for the people -- not profit. Whether it's games, websites, APIs, music, or books, everything we do is driven by the same mission: empowering you to own your digital world.</p>
<br />
<br />
<h2>Privacy as a priority, not an afterthought</h2>
<p>We understand the skepticism surronding privacy promises. Too many companies make bold claims while quietly working against their users' best interests. We committed to being different.</p>
<ul>
<li><b>No shady partnerships</b>. No harmful AI, crypto schemes, or deals with Big Tech.</li>
<li><b>Transparency where it matters.</b>Many of our projects are open source, allowing the community to learn from, improve, and build on them. While some projects may remain proprietary, openness and accountability are at the core of how we operate, so rest assured we still have your best interests at heart.</li>
<li><b>User-first always.</b> Your data belongs to you. No fine print. No selling out.</li>
</ul>
<br />
<br />
<h2>Independence fuels us</h2>
<p>Our journey is a testament to resilience and independence. TransSocial is more than just a product - it's a symbol of what's possible when you refuse to settle for less. After facing challenges and shutdowns, we've learned that dependence on third parties isn't an option. Today, we stand tall as an independent platform, and we're here to stay.</p>
<br />
<br />
<h2>A promise of longevity</h2>
<p>We're not just building for today, we're building for the future. From TransSocial to our dreams of privacy-focused operating systems, search engines, and more, our commitment is to grow in ways that align with our mission. Financial stability, community support, and (someday!) employees will help us reach our goals, but one thing will never change:</p>
<p>We're here for the long run.</p>
<br />
<br />
<h2>Open to the world</h2>
<p>We aim to lead by example. While not everything we create will be open source, we strive to share as much as we can with the world. Our open-source projects, like our website, are available for others to learn from and build upon. If you decide to fork or use our source code, all we ask is that you make it your own and follow the license. Collaboration and transparency are at the heart of what we do.</p>
</body>
</html>