Skip to content

Commit 4209e6c

Browse files
authored
about (#220)
* about
1 parent 1513744 commit 4209e6c

File tree

6 files changed

+71
-59
lines changed

6 files changed

+71
-59
lines changed

apps/docs/content/company/about.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: About Zerops
3+
---
4+
5+
## Our Story
6+
7+
Zerops, originally founded in 2018, began as an internal project at [vshosting.eu](https://vshosting.eu), one of the largest providers of managed hosting solutions in Central Europe. In June 2024, after a period when the project had been shut down following corporate restructuring, Zerops was re-launched as an independent startup. Now headed by the original development team and backed by strong partners, Zerops continues its mission with renewed focus and independence.
8+
9+
## Technology & Infrastructure
10+
11+
Zerops runs on bare metal, with the platform built from the ground up using Golang and [Incus](https://linuxcontainers.org/incus/) containerization. Our servers are currently located in Prague, Czech Republic, leveraging vshosting's state-of-the-art datacenter facilities.
12+
13+
## Financial Backing & Partners
14+
15+
Zerops is financially backed by established venture capital firms:
16+
- [Presto Ventures](https://www.prestoventures.com/) - A leading Central European venture capital firm
17+
- [Gi21 Capital](https://gi21capital.com/) - A technology-focused investment firm
18+
19+
Our primary infrastructure partner is [vshosting.eu](https://vshosting.eu), which itself is part of [Contabo](https://contabo.com/en/), owned by global investment firm [KKR](https://www.kkr.com/). This strategic partnership provides Zerops with enterprise-grade infrastructure stability.
20+
21+
## Looking Ahead
22+
23+
We're committed to continually improving the Zerops platform with a focus on:
24+
25+
- **Multiregional Deployment**: Beginning with built-in CDN capabilities, followed by the ability to run entire projects in different regions
26+
- **Enhanced Performance**: Ongoing optimization of our container orchestration and resource management
27+
- **Developer Experience**: Continuous improvement of our UI, CLI, and API interfaces
28+
29+
## Connect With Us
30+
31+
- [Discord](https://discord.com/invite/WDvCZ54)
32+
- [X.com](https://x.com/zeropsio)
33+
- [LinkedIn](https://www.linkedin.com/company/zerops)
34+
- [Contact Us](mailto:team@zerops.io)

apps/docs/content/homepage.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,9 @@ export const storages = [
6060
]
6161

6262
<div className="!max-w-xxl !mx-none">
63-
# Zerops Documentation
6463

6564
Zerops is a **developer-first Platform-as-a-Service**, running on bare metal, with every part built from scratch. Zerops aims to be the perfect mix of **developer experience**, **flexibility**, **scalability** and **affordability**, making it a great fit for applications of any size, complexity and traffic.
6665

67-
Currently, Zerops operates from a state-of-the-art datacenter in Prague, Czechia. Multi-region support is an active focus in our development pipeline.
68-
6966
## Natively supported services
7067

7168
### Runtimes & web servers

apps/docs/sidebars.js

Lines changed: 37 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -126,28 +126,6 @@ module.exports = {
126126
},
127127
className: 'homepage-sidebar-item',
128128
},
129-
{
130-
type: 'category',
131-
link: {
132-
type: 'doc',
133-
id: 'features/pricing',
134-
},
135-
label: 'Pricing Plans & Calculator',
136-
customProps: {
137-
sidebar_icon: 'currency-dollar',
138-
},
139-
className: 'homepage-sidebar-item',
140-
items: [
141-
{
142-
type: 'doc',
143-
id: 'features/payment',
144-
label: 'Top-up & Billing',
145-
customProps: {
146-
exclude_from_doc_list: false,
147-
},
148-
},
149-
],
150-
},
151129
{
152130
type: 'doc',
153131
id: 'features/backup',
@@ -691,51 +669,54 @@ module.exports = {
691669
},
692670
className: 'homepage-sidebar-item',
693671
},
672+
{
673+
type: 'html',
674+
value: 'Company',
675+
customProps: {
676+
sidebar_is_group_divider: true,
677+
},
678+
className: 'homepage-sidebar-item',
679+
},
694680
{
695681
type: 'doc',
696-
id: 'help/branding',
697-
label: 'Branding',
682+
id: 'company/about',
683+
label: 'About',
698684
customProps: {
699-
sidebar_icon: 'document-text',
685+
sidebar_icon: 'information-circle-solid',
700686
},
701687
className: 'homepage-sidebar-item',
702688
},
703689
{
704-
type: 'html',
705-
value: 'Additional resources',
690+
type: 'category',
691+
link: {
692+
type: 'doc',
693+
id: 'company/pricing',
694+
},
695+
label: 'Pricing',
706696
customProps: {
707-
sidebar_is_group_divider: true,
708-
sidebar_is_soon: true,
697+
sidebar_icon: 'currency-dollar',
698+
},
699+
className: 'homepage-sidebar-item',
700+
items: [
701+
{
702+
type: 'doc',
703+
id: 'company/payment',
704+
label: 'Top-up & Billing',
705+
customProps: {
706+
exclude_from_doc_list: false,
707+
},
708+
},
709+
],
710+
},
711+
{
712+
type: 'doc',
713+
id: 'company/branding',
714+
label: 'Branding',
715+
customProps: {
716+
sidebar_icon: 'tag-solid',
709717
},
710718
className: 'homepage-sidebar-item',
711719
},
712-
// {
713-
// type: "doc",
714-
// id: "additional-resources/utility-recipes",
715-
// label: "Utility recipes",
716-
// customProps: {
717-
// sidebar_icon: "swatch",
718-
// },
719-
// className: "homepage-sidebar-item",
720-
// },
721-
// {
722-
// type: "doc",
723-
// id: "additional-resources/glossary",
724-
// label: "Glossary",
725-
// customProps: {
726-
// sidebar_icon: "list-bullet",
727-
// },
728-
// className: "homepage-sidebar-item",
729-
// },
730-
// {
731-
// type: "doc",
732-
// id: "additional-resources/roadmap",
733-
// label: "Roadmap",
734-
// customProps: {
735-
// sidebar_icon: "map",
736-
// },
737-
// className: "homepage-sidebar-item",
738-
// },
739720
],
740721
nodejs: [
741722
{

0 commit comments

Comments
 (0)