A minimalist, customizable home/start page with a clock, search, and background controls. https://crystalsky.dev/zenith
  • JavaScript 48.6%
  • CSS 32%
  • HTML 19.2%
  • Dockerfile 0.2%
Find a file
RGBToaster 7cb56454dc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
styled faders to better match the sidebar
2026-05-26 09:26:52 +02:00
.assets Added a preview-image to readme 2026-03-15 00:26:42 +01:00
assets styled faders to better match the sidebar 2026-05-26 09:26:52 +02:00
.dockerignore Removed images.txt from .dockerignore 2026-04-15 06:47:06 +02:00
.woodpecker.yml Made repo name lowercase 2026-04-07 19:04:00 +02:00
Dockerfile Wrote Dockerfiles and woodpecker.yml 2026-04-07 17:25:33 +02:00
images.txt Added files 2026-03-15 00:15:28 +01:00
index.html added behavior setting for the search bar 2026-05-26 09:26:52 +02:00
README.md Added a preview-image to readme 2026-03-15 00:26:42 +01:00

Zenith Home Tab

A minimalist, customizable home/start page with a clock, search, and background controls.

Preview

Features

  • Fullscreen clock with optional seconds and 24-hour mode.
  • Colon blink toggle.
  • Digit fade animation toggle.
  • Search bar with engine selection, custom engine, and new-tab option.
  • Background modes: server images, solid color, custom image URL, or local upload.
  • Settings saved locally in the browser.

Deployment Note

This build currently expects to be hosted under /zenith.

  • index.html references assets like /zenith/stylesheet.css and /zenith/script.js.
  • script.js fetches /zenith/images.txt.

If you host it somewhere else, update those paths accordingly.

Files

  • index.html — main page
  • stylesheet.css — styles
  • script.js — app logic
  • images.txt — server image list (one per line)

Customizing Server Images

Edit images.txt with one image per line:

# comments are allowed
- https://example.com/image.jpg, Author Name