);
}
diff --git a/docz/docs/12-constellation/11-crc32.md b/docz/docs/12-constellation/11-crc32.md
new file mode 100644
index 0000000..3ea7453
--- /dev/null
+++ b/docz/docs/12-constellation/11-crc32.md
@@ -0,0 +1,16 @@
+---
+title: CRC32 Checksum
+hide_table_of_contents: true
+---
+
+The SheetJS `crc-32` library computes standard CRC32 and Castagnoli CRC32C
+checksums. It is a core component in ZIP file processing, powering XLSX, XLSB,
+ODS, NUMBERS, and other formats.
+
+The library is also available for standalone use on the SheetJS CDN[^1].
+
+Source code and project documentation are hosted on the SheetJS git server at
+