From 7a45866c7cb0f2ccbc4e56c79e524aea1c1f9632 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 7 Sep 2024 18:31:02 +0600 Subject: [PATCH] web/about: write the general about page --- web/src/lib/env.ts | 7 ++- web/src/routes/about/general/+page.svelte | 76 ++++++++++++++++++++++- 2 files changed, 81 insertions(+), 2 deletions(-) diff --git a/web/src/lib/env.ts b/web/src/lib/env.ts index 6145787b..be24bb27 100644 --- a/web/src/lib/env.ts +++ b/web/src/lib/env.ts @@ -20,6 +20,11 @@ const variables = { const contacts = { github: "https://github.com/imputnet/cobalt", twitter: "https://x.com/justusecobalt", + bluesky: "https://bsky.app/profile/cobalt.tools", +} + +const partners = { + royalehosting: "https://royalehosting.net/?partner=cobalt", } const donate = { @@ -40,5 +45,5 @@ const donate = { const apiURL = "https://api.cobalt.tools"; -export { donate, apiURL, contacts }; +export { donate, apiURL, contacts, partners }; export default variables; diff --git a/web/src/routes/about/general/+page.svelte b/web/src/routes/about/general/+page.svelte index e0209f40..896683f0 100644 --- a/web/src/routes/about/general/+page.svelte +++ b/web/src/routes/about/general/+page.svelte @@ -1 +1,75 @@ -
what's cobalt?
+ + +
+
+

best way to save what you love

+

+ cobalt lets you save anything from your favorite websites: video, audio, photos or gifs — cobalt can do it all! +

+

+ no ads, trackers, or paywalls, no nonsense. just a convenient web app that works everywhere. +

+
+ +
+

leading privacy

+

+ all requests to backend are anonymous and all tunnels are encrypted. + we have a strict zero log policy and don't track anything at all. +

+

+ to avoid caching or storing downloaded files, cobalt processes them on-fly, sending processed pieces directly to client. + this technology is used when your request needs additional processing, such as when source service stores video & audio in separate files. +

+

+ for even higher level of protection, you can ask cobalt to always tunnel everything. + when enabled, cobalt will proxy everything through itself. no one will know what you download, even your network provider/admin. + all they'll see is that you're using cobalt. +

+
+ +
+

blazing speed

+

+ since we don't rely on any existing downloaders and develop our own from ground up, + cobalt is extremely efficient and a processing server can run on basically any hardware. +

+

+ main processing instances are hosted on several dedicated servers in several countries, + to reduce latency and distribute the traffic. +

+

+ we constantly improve our infrastructure along with our long-standing partner, + royalehosting.net! + you're in good hands, and will get what you need within seconds. +

+
+ +
+

open community

+

+ we believe that the future of the internet is open, + which is why cobalt's backend is open source, and the web app is source-available. + you can + check & contribute to both + at any time, we welcome all contributions and suggestions! +

+

+ cobalt is used by countless artists, educators, and content creators to do what they love. + we're always on the line with our community and work together to create even more useful tools for them. + feel free to join the conversation, too! +

+
+ +
+

on-device processing

+

+ new features, such as remuxing, work on-device. + on-device processing is efficient and never sends anything over the internet. + it perfectly aligns with our future goal of moving as much processing as possible to client. +

+
+