Archivyy is a personal digital archive built with Go, Echo, JavaScript, and SeaweedFS. Users can upload files through the web interface, which are sent by the Go backend to an S3-compatible SeaweedFS storage server. The backend uses S3 pagination to retrieve stored files and is being extended to allow users to stream media directly from the archive. The Go application is hosted on Render, while the storage is hosted separately on Hack Club Nest. btw for the s3 server to work start it up locally by cloning the whole project