Перейти к основному содержимому

Crawbl Internal Documentation

Private developer documentation for the Crawbl team. For platform overview, core concepts, and strategy, see the public docs.

Quick orientation

Learn the platform shape first

Crawbl has one public API, one orchestrator, and one isolated runtime per user. If you understand that shape first, the rest of the docs stop feeling random.

The 60-second tour is the front door to this library. It gives you the mental model first, then hands you off to the right starting pages.


Local Setup And First Deploy

Use this only when you need to work on the codebase directly. These pages are for laptop setup, local backend work, and the first real cluster deploy.


Backend Internals

Understand the codebase structure, layered architecture patterns, and internal contracts before writing code.


Build & Ship

Security Deep Dive

Internal security implementation details — HMAC auth filter mechanics, secret storage paths, and validation flows.


Reference

Use reference pages when you already know what you are looking for and just need the exact command, path, endpoint, or config value.

If you do not already know what a term means, start in the Platform Overview or Core Concepts first. Reference pages optimize for exactness, not teaching from zero.