Files
clearity/AGENTS.md
T
2026-06-24 15:56:59 +01:00

1.2 KiB

Clearity

Clearity is a workspace management system offering a comprehensive multi-occupancy management solution for office, lab and workspace portfolio management, and billing in a single, centralised platform.

This project is based inspired by Clarity Core by RA, for which more information can be found on their website here: https://ra-is.co.uk/clarity-core-workspace-management-system/. However, that application is based on an outdated architecture.

Tech Stack

Deployment

Target for deployment is Cloudflare using wrangler.jsonc and the wrangler cli.

  • Cloudflare Workers
  • Cloudflare D1
  • Cloudflare R2

Semantics

Break large +page.svelte files into several constituent-component-files.svelte using kebab case naming conventions and stored in the same directory as the +page.svelte file unless it's used across several pages.

Keep abstractions as mimimal as possible to help ensure this project is human-readable.