Skip to content

about #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 21, 2025
Merged

about #220

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions apps/docs/content/company/about.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: About Zerops
---

## Our Story

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.

## Technology & Infrastructure

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.

## Financial Backing & Partners

Zerops is financially backed by established venture capital firms:
- [Presto Ventures](https://www.prestoventures.com/) - A leading Central European venture capital firm
- [Gi21 Capital](https://gi21capital.com/) - A technology-focused investment firm

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.

## Looking Ahead

We're committed to continually improving the Zerops platform with a focus on:

- **Multiregional Deployment**: Beginning with built-in CDN capabilities, followed by the ability to run entire projects in different regions
- **Enhanced Performance**: Ongoing optimization of our container orchestration and resource management
- **Developer Experience**: Continuous improvement of our UI, CLI, and API interfaces

## Connect With Us

- [Discord](https://discord.com/invite/WDvCZ54)
- [X.com](https://x.com/zeropsio)
- [LinkedIn](https://www.linkedin.com/company/zerops)
- [Contact Us](mailto:team@zerops.io)
3 changes: 0 additions & 3 deletions apps/docs/content/homepage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ export const storages = [
]

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

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.

Currently, Zerops operates from a state-of-the-art datacenter in Prague, Czechia. Multi-region support is an active focus in our development pipeline.

## Natively supported services

### Runtimes & web servers
Expand Down
93 changes: 37 additions & 56 deletions apps/docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,28 +126,6 @@ module.exports = {
},
className: 'homepage-sidebar-item',
},
{
type: 'category',
link: {
type: 'doc',
id: 'features/pricing',
},
label: 'Pricing Plans & Calculator',
customProps: {
sidebar_icon: 'currency-dollar',
},
className: 'homepage-sidebar-item',
items: [
{
type: 'doc',
id: 'features/payment',
label: 'Top-up & Billing',
customProps: {
exclude_from_doc_list: false,
},
},
],
},
{
type: 'doc',
id: 'features/backup',
Expand Down Expand Up @@ -691,51 +669,54 @@ module.exports = {
},
className: 'homepage-sidebar-item',
},
{
type: 'html',
value: 'Company',
customProps: {
sidebar_is_group_divider: true,
},
className: 'homepage-sidebar-item',
},
{
type: 'doc',
id: 'help/branding',
label: 'Branding',
id: 'company/about',
label: 'About',
customProps: {
sidebar_icon: 'document-text',
sidebar_icon: 'information-circle-solid',
},
className: 'homepage-sidebar-item',
},
{
type: 'html',
value: 'Additional resources',
type: 'category',
link: {
type: 'doc',
id: 'company/pricing',
},
label: 'Pricing',
customProps: {
sidebar_is_group_divider: true,
sidebar_is_soon: true,
sidebar_icon: 'currency-dollar',
},
className: 'homepage-sidebar-item',
items: [
{
type: 'doc',
id: 'company/payment',
label: 'Top-up & Billing',
customProps: {
exclude_from_doc_list: false,
},
},
],
},
{
type: 'doc',
id: 'company/branding',
label: 'Branding',
customProps: {
sidebar_icon: 'tag-solid',
},
className: 'homepage-sidebar-item',
},
// {
// type: "doc",
// id: "additional-resources/utility-recipes",
// label: "Utility recipes",
// customProps: {
// sidebar_icon: "swatch",
// },
// className: "homepage-sidebar-item",
// },
// {
// type: "doc",
// id: "additional-resources/glossary",
// label: "Glossary",
// customProps: {
// sidebar_icon: "list-bullet",
// },
// className: "homepage-sidebar-item",
// },
// {
// type: "doc",
// id: "additional-resources/roadmap",
// label: "Roadmap",
// customProps: {
// sidebar_icon: "map",
// },
// className: "homepage-sidebar-item",
// },
],
nodejs: [
{
Expand Down