1+ ---
2+ import BaseLayout from " ../../../layouts/BaseLayout.astro" ;
3+ ---
4+
5+ <BaseLayout lang =" en" title =" FAQ" >
6+ <section class =" section" >
7+ <h1 >FAQ</h1 >
8+
9+ <div class =" card" >
10+ <p style =" margin-top:0; color: rgba(255,255,255,.72);" >
11+ Below you’ll find answers to the most common questions about working
12+ with RocketDeploy — scope, collaboration model, and next steps.
13+ </p >
14+ </div >
15+ </section >
16+
17+ <section class =" section" >
18+ <h2 >general</h2 >
19+
20+ <div class =" grid" >
21+ <div class =" card" >
22+ <h3 >Do you work on small projects?</h3 >
23+ <p >
24+ Yes. We handle both small, well-defined tasks and larger systems
25+ delivered incrementally.
26+ A small project is often the first step toward a longer collaboration.
27+ </p >
28+ </div >
29+
30+ <div class =" card" >
31+ <h3 >Do I need to know exactly what I want?</h3 >
32+ <p >
33+ No. A high-level goal and business context are enough.
34+ We help refine the scope, technical assumptions,
35+ and propose a reasonable delivery plan.
36+ </p >
37+ </div >
38+ </div >
39+ </section >
40+
41+ <section class =" section" >
42+ <h2 >scope and responsibility</h2 >
43+
44+ <div class =" grid" >
45+ <div class =" card" >
46+ <h3 >Do you provide system maintenance?</h3 >
47+ <p >
48+ We do not take over maintenance of third-party systems.
49+ We only offer a limited stabilization phase
50+ for systems we designed and delivered ourselves.
51+ </p >
52+ </div >
53+
54+ <div class =" card" >
55+ <h3 >Do you offer 24/7 support?</h3 >
56+ <p >
57+ No. We do not operate a 24/7 on-call or classic support model.
58+ Collaboration is based on agreed availability hours
59+ and clearly defined response times.
60+ </p >
61+ </div >
62+
63+ <div class =" card" >
64+ <h3 >Can I commission only a part of the work?</h3 >
65+ <p >
66+ Yes. You can commission full end-to-end delivery
67+ or selected areas only —
68+ for example architecture design, infrastructure,
69+ or production deployment.
70+ </p >
71+ </div >
72+ </div >
73+ </section >
74+
75+ <section class =" section" >
76+ <h2 >collaboration model</h2 >
77+
78+ <div class =" grid" >
79+ <div class =" card" >
80+ <h3 >How does collaboration usually start?</h3 >
81+ <p >
82+ We start with a short message describing your goal and context.
83+ Then we refine the scope and propose a solution
84+ along with a milestone-based delivery plan.
85+ </p >
86+ </div >
87+
88+ <div class =" card" >
89+ <h3 >Do you work via platforms like Upwork or Freelancer?</h3 >
90+ <p >
91+ Yes. For initial projects, we often use freelance platforms
92+ that provide escrow payments, clear scope,
93+ and a structured collaboration process.
94+ </p >
95+ </div >
96+
97+ <div class =" card" >
98+ <h3 >Is direct collaboration possible?</h3 >
99+ <p >
100+ Yes. For longer, proven collaborations,
101+ we move to direct contracts and billing.
102+ </p >
103+ </div >
104+ </div >
105+ </section >
106+
107+ <section class =" section" >
108+ <h2 >next steps</h2 >
109+
110+ <div class =" card" >
111+ <p style =" margin-top:0;" >
112+ If you have additional questions or want to discuss your specific case:
113+ </p >
114+
115+ <div style =" margin-top: 14px;" >
116+ <a class =" btn primary" href =" /en/contact/" >Get in touch →</a >
117+ <a class =" btn" href =" /en/how-we-work/" style =" margin-left:8px;" >
118+ How we work →
119+ </a >
120+ </div >
121+ </div >
122+ </section >
123+ </BaseLayout >
0 commit comments