FAQ
Documentation
Do you provide documentation?
Yes – at every stage of the project, not just at the end.
- Throughout development – we track all work in Jira, which you have access to. This is your live, ongoing record of what’s being built and why: detailed enough to follow, flexible enough to adapt as requirements change.
- In the code itself – from day one, every part of the project (frontend, backend, tests) has a README. Early on it helps our developers set up and work efficiently; later, it’s what lets your own team pick the project up.
- In the tests – where we build automated and manual tests, we write them to be readable. Their names, steps, and expected results double as a clear, plain-language description of how the application is meant to behave.
- On delivery – once you’re ready for production, we produce full application documentation, including:
- Setup and configuration guide
- Infrastructure overview and diagram
- Third-party libraries and their licences
- Optionally: test scenarios and user stories
And if you later build an in-house team or bring on a CTO, we support the handover – so the project transitions to you cleanly, not dumped with a folder of files.