Skip to content

diagrams #223

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 1 commit into from
Mar 24, 2025
Merged
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
4 changes: 2 additions & 2 deletions apps/docs/content/company/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The total cost of deploying an application includes your project's **core packag
Resources are allocated per service and billed by the minute, though credit is deducted hourly based on actual usage. You're only charged for what you use, calculated down to the minute.
:::

Need to add credits to your account? Visit our [Top-up & Billing page](/features/payment) for instructions.
Need to add credits to your account? Visit our [Top-up & Billing page](/company/payment) for instructions.

## Project Core Plans

Zerops offers two core types to match different needs and budgets. For detailed information on both core types, visit our [Project & Services Structure](/features/project-structure#project-core) page.
Zerops offers two core types to match different needs and budgets. For detailed information on both core types, visit our [Project & Services Structure](/features/infrastructure) page.

### Lightweight Core - Free
Best for development, testing, and smaller workloads with limited redundancy.
Expand Down
58 changes: 33 additions & 25 deletions apps/docs/content/features/infrastructure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,47 @@ When you create a project, it requires a functioning **core** that includes:

Zerops offers two core types to match different needs and budgets:

### Lightweight Core

Our single-container solution that packs everything you need to get started quickly. Includes a project controller, L3 balancer, firewall, logger, statistics, and HTTP handling—all in one efficient package. Perfect for development projects and smaller production workloads where simplicity matters. Automatically handles SSL certificates and load balancing without complex setup.
<br/>
<Image
lightImage="/img/mind-maps/lightweight.svg"
darkImage="/img/mind-maps/lightweight-dark.svg"
style={{
width: '44%',
height: 'auto',
display: 'block',
margin: '0 auto 0 0' /* top right bottom left */
}}
alt="Lightweight Core"
/>

### Serious Core

Enterprise-grade infrastructure designed for mission-critical applications. Separates core services across multiple containers for true redundancy and high availability. Includes redundant project controllers and balancers, dedicated statistics and logging services, and advanced HTTP management. Ideal when your production workloads demand maximum reliability and scalability without compromise.
<br/>
<Image
lightImage="/img/mind-maps/serious.svg"
darkImage="/img/mind-maps/serious-dark.svg"
style={{ width: '100%', height: 'auto' }}
alt="Serious Core"
/>

### Features Comparison

Compare our core infrastructure options side-by-side to find the right fit for your project needs, from resource allocations to available features:

<br/>
<table className="w-full">
<thead>
<tr>
<th className="w-fit"><strong>Features</strong></th>
<th className="w-fit"></th>
<th className="w-fit"><strong>Lightweight Core</strong></th>
<th className="w-fit"><strong>Serious Core</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td className="w-fit font-semibold">Best For</td>
<td className="w-fit">Development, testing, smaller workloads</td>
<td className="w-fit">Production, high-reliability workloads</td>
</tr>
<tr>
<td className="w-fit font-semibold">Infrastructure</td>
<td className="w-fit">Single container (limited redundancy)</td>
Expand Down Expand Up @@ -94,25 +121,6 @@ Zerops offers two core types to match different needs and budgets:
</tbody>
</table>

<Dropdown>
<DropdownItem title="Project Core Diagrams">
### Lightweight Core
<Image
lightImage="/img/mind-maps/lightweight.svg"
darkImage="/img/mind-maps/lightweight-dark.svg"
style={{ width: '100%', height: 'auto' }}
alt="Lightweight Core"
/>
### Serious Core
<Image
lightImage="/img/mind-maps/serious.svg"
darkImage="/img/mind-maps/serious-dark.svg"
style={{ width: '100%', height: 'auto' }}
alt="Serious Core"
/>
</DropdownItem>
</Dropdown>

For detailed pricing information on both core types, visit our [pricing page](/features/pricing#project-core-plans).

## Services
Expand Down
32 changes: 16 additions & 16 deletions apps/docs/static/img/mind-maps/lightweight-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions apps/docs/static/img/mind-maps/lightweight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.