1+ ---
2+ import BaseLayout from " ../../../layouts/BaseLayout.astro" ;
3+ ---
4+
5+ <BaseLayout lang =" en" title =" Services" >
6+ <section class =" section" >
7+ <h1 >Services</h1 >
8+
9+ <div class =" card" >
10+ <p style =" margin-top:0; color: rgba(255,255,255,.72);" >
11+ RocketDeploy operates in a delivery-first model: we design and deliver systems ready for production.
12+ Below you’ll find our services broken down by stages — delivered end-to-end or as selected areas.
13+ </p >
14+
15+ <p style =" margin-top:10px; color: rgba(255,255,255,.6);" >
16+ We do not operate as a maintenance-driven software house and do not take over third-party systems on subscription.
17+ </p >
18+ </div >
19+ </section >
20+
21+ <section class =" section" >
22+ <h2 >areas</h2 >
23+
24+ <div class =" grid" >
25+ <a class =" card" href =" /en/services/design/" style =" border-bottom:none;" >
26+ <div class =" kicker" >01</div >
27+ <h3 >Design</h3 >
28+ <p >Architecture, technical decisions, scope, risks, delivery planning.</p >
29+ </a >
30+
31+ <a class =" card" href =" /en/services/infrastructure/" style =" border-bottom:none;" >
32+ <div class =" kicker" >02</div >
33+ <h3 >Infrastructure</h3 >
34+ <p >Cloud/Kubernetes, CI/CD, GitOps, security, observability.</p >
35+ </a >
36+
37+ <a class =" card" href =" /en/services/development/" style =" border-bottom:none;" >
38+ <div class =" kicker" >03</div >
39+ <h3 >Development</h3 >
40+ <p >Backend/API/EDA, integrations, frontend/panels/kiosk/mobile.</p >
41+ </a >
42+ </div >
43+
44+ <div class =" grid" style =" margin-top: 14px;" >
45+ <a class =" card" href =" /en/services/deployment/" style =" border-bottom:none;" >
46+ <div class =" kicker" >04</div >
47+ <h3 >Deployment</h3 >
48+ <p >Release planning, migrations, rollout, hardening and stable launch.</p >
49+ </a >
50+
51+ <a class =" card" href =" /en/services/post-launch/" style =" border-bottom:none;" >
52+ <div class =" kicker" >05</div >
53+ <h3 >Post-launch support</h3 >
54+ <p >Limited stabilization phase for systems we delivered.</p >
55+ </a >
56+
57+ <div class =" card" >
58+ <div class =" kicker" >model</div >
59+ <h3 >End-to-end or modular</h3 >
60+ <p >We can deliver the full scope or step into selected areas (e.g. infrastructure + deployment).</p >
61+ </div >
62+ </div >
63+ </section >
64+
65+ <section class =" section" >
66+ <h2 >typical collaboration flow</h2 >
67+
68+ <div class =" card" >
69+ <ul class =" cli-list" style =" margin: 0; color: rgba(255,255,255,.72);" >
70+ <li ><span class =" kicker" style =" margin-right:10px;" >01</span >we align on goals, context and priorities</li >
71+ <li ><span class =" kicker" style =" margin-right:10px;" >02</span >we propose solution, scope and acceptance criteria</li >
72+ <li ><span class =" kicker" style =" margin-right:10px;" >03</span >delivery in milestones</li >
73+ <li ><span class =" kicker" style =" margin-right:10px;" >04</span >production deployment and stabilization</li >
74+ </ul >
75+
76+ <div style =" margin-top: 14px;" >
77+ <a class =" btn" href =" /en/contact/" >Let’s talk →</a >
78+ <a class =" btn" href =" /en/how-we-work/" style =" margin-left:8px;" >How we work →</a >
79+ </div >
80+ </div >
81+ </section >
82+
83+ <section class =" section" >
84+ <h2 >responsibility boundaries</h2 >
85+
86+ <div class =" card" >
87+ <ul class =" check-list" style =" margin: 0; color: rgba(255,255,255,.72);" >
88+ <li >we do not take over maintenance of third-party systems</li >
89+ <li >post-launch support applies only to systems we delivered</li >
90+ <li >no 24/7 on-call or classic support model</li >
91+ <li >long-term partnerships are considered individually</li >
92+ </ul >
93+ </div >
94+ </section >
95+ </BaseLayout >
0 commit comments