diff --git a/frontend/src/components/CurrentlyBuilding.vue b/frontend/src/components/CurrentlyBuilding.vue
new file mode 100644
index 0000000..007a08e
--- /dev/null
+++ b/frontend/src/components/CurrentlyBuilding.vue
@@ -0,0 +1,253 @@
+
+
+
+ Building
+ Idle
+
+
+
+ Last updated
+ {{
+ lastUpdatedSeconds > 59
+ ? rtf.format(-Math.floor(lastUpdatedSeconds / 60), 'minutes')
+ : rtf.format(-lastUpdatedSeconds, 'seconds')
+ }}
+
+
+
+
+
+
+ Building
+
+
+
+
+
+ {{ pkg.pkgbase }} ({{ pkg.repo }})
+
+ {{ pkg.repo_version }}
+
+
+
+
+ Queued
+
+
+ {{ pkg.pkgbase }} ({{ pkg.repo }})
+
+ {{ pkg.repo_version }}
+
+
+
+ + {{ packageCount.queued - packageCount.building }} more
+
+
+
+
+
+
+
+
+
+