Skip to content

Developer Guide

gitjannes edited this page Oct 14, 2025 · 3 revisions

Tech-Stack used in PROTzilla

Backend

Frontend

Architecture

Essential files

How to add a new Step

Backend

Backend functionality api uses djangos basic api framework. The current implementation is not really REST-like but more RPC-like. Rather let a user call functions than directly access data.

Frontend

src/components/core/shared contains the most atomic components. They do not reference each other. src/components/core contains src/components/app contains

Contribute to PROTzilla

Developer Tools

(protzilla_dev script, Storybook)

Contact Us

Clone this wiki locally