diff --git a/process-static b/process-static
index 99414175..59c28400 100755
--- a/process-static
+++ b/process-static
@@ -63,7 +63,7 @@ done
sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf
replace=
-devices=(raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline)
+devices=(bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline)
channels=(stable beta)
for device in ${devices[@]}; do
for channel in ${channels[@]}; do
diff --git a/static/build.html b/static/build.html
index b1a62624..7d7b784a 100644
--- a/static/build.html
+++ b/static/build.html
@@ -143,6 +143,7 @@
Smartphone targets:
+ - bluejay (Pixel 6a) — incomplete work-in-progress
- raven (Pixel 6 Pro)
- oriole (Pixel 6)
- barbet (Pixel 5a)
diff --git a/static/js/releases.js b/static/js/releases.js
index d0a2f83f..1e0d760f 100644
--- a/static/js/releases.js
+++ b/static/js/releases.js
@@ -2,7 +2,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
-const devices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
+const devices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
const channels = ["stable", "beta"];
const delayMs = 1000 * 60 * 5;
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 9fefe5c5..1c234eab 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -146,7 +146,7 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
-const gs101Devices = ["raven", "oriole"];
+const gs101Devices = ["bluejay", "raven", "oriole"];
async function getLatestRelease() {
let product = await device.getVariable("product");
diff --git a/static/releases.html b/static/releases.html
index ce67869e..86b05367 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -61,6 +61,7 @@
-
Stable channel