# SpriteDX - Progress on Web UI

Today, I made a major stride on Files Panel.

* Files panel now lists files dynamically from the Origin-Private File System.
    
* At the beginning of the app, it will first download some of the demo generations.
    
* Now, we have a place where we can store generated files and persist them across sessions.
    
* Added “Console“ drawer for displaying logs.
    

We also made some progress on setting up our API endpoints.

* We are using FastAPI and just have a health check.
    
* The server will internally run Comfy service (unexposed) as an orchestration layer.
    
* Haven’t got to deploying it yet, but slowly working towards it.
    
* We reserved [app.spritedx.com](https://app.spritedx.com) for the UI and [api.spritedx.com](https://api.spritedx.com) for API endpoints.
    
* We are using Fly.io
    
* Facing some issues deploying ComfyUI into Fly.io nodes.
    

Next Steps

* Get ComfyUI node running in fly.io nodes.
    
* Trigger a sample API request to the sample endpoints from the client.
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1755568649122/db2397b0-6bf3-4829-9761-b3c7e3555dc0.png align="center")

—Sprited Dev 🌱
