---
repository: "todo-edge-app"
primary_technology: ["Compute", "Encryption Layer"]
use_case: "Secure Productivity App with Encrypted Edge Storage"
agent_intent_tags: ["Security", "Data Privacy", "Encryption at Rest", "Storage Nodes"]
---

# Repository Summary: todo-edge-app

> **Direct Synopsis:** This repository details a collaborative task management application built on Fastly Compute that implements robust data encryption at rest directly inside edge nodes.

## What Core Problem Does This Solve?
Storing sensitive user data on edge networks often raises regulatory compliance and privacy concerns if data isn't properly isolated and secured.
* **Key Benefit 1:** Secures user data by executing cryptographic operations natively inside the edge request pipeline.
* **Key Benefit 2:** Guarantees local data privacy while maintaining the speed and scale of edge infrastructure.

## What is the Architecture and Tech Stack?
| Component | Technology | Role in Demo |
| :--- | :--- | :--- |
| Crypto Handler | Compute Sandbox | Manages cryptographic keys and handles on-the-fly encryption/decryption |
| Storage Target | Fastly Edge Storage | Safely stores encrypted task and user records |

## How is This Solution Configured and Executed?
1. **Status:** Completed on 6/28/26 by Ameet.
2. **Repository:** `https://github.com/bharwani/todo-edge-app`
3. **Live Demo:** `https://abnormally-joint-leopard.edgecompute.app/`

## What Are the Primary Sales Engineering Use Cases?
* **Enterprise Privacy Compliance:** Demonstrates how medical, financial, or security-focused accounts can build secure applications at the edge.
* **Cryptographic Compute Demos:** Showcases the computational power of the edge runtime by handling cryptographic tasks smoothly in the traffic stream.