---
title: "robinroy03/videoeditor: Video Editor Application using React, ..."
description: "!https://github.com/robinroy03/videoeditor"
date: 2025-06-10
published: true
tags:
  - self-hosted
  - thought
  - video-editor
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://github.com/robinroy03/videoeditor" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://repository-images.githubusercontent.com/github-production-repository-image-32fea6/988575614/c172efea-e6db-4922-b695-abaddc42b4c9?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20260804%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20260804T230434Z&amp;X-Amz-Expires=300&amp;X-Amz-Signature=76773a846e044fe485bb71ae214d917c05659f8edc8cfda0025d8a1dd715fbcf&amp;X-Amz-SignedHeaders=host&amp;jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoiaHR0cHM6Ly9yZXBvc2l0b3J5LWltYWdlcy5naXRodWJ1c2VyY29udGVudC5jb20vIiwia2V5Ijoia2V5MSIsImV4cCI6MTc4NTg4NDk3NCwibmJmIjoxNzg1ODg0Njc0LCJwYXRoIjoicmVwb3NpdG9yeS1pbWFnZXMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIn0.N5oQOewo3x9O4RCc9Dxe6Sxy3GTBrLG3ppWTlsbM-eo" alt="GitHub - trykimu/videoeditor: Your Creative Copilot for Video Editing — Your Creative Copilot for Video Editing. Contribute to trykimu/videoeditor development by creating an account on GitHub." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">GitHub - trykimu/videoeditor: Your Creative Copilot for Video Editing</div>
      <div class="embed-card-description">Your Creative Copilot for Video Editing. Contribute to trykimu/videoeditor development by creating an account on GitHub.</div>
      <div class="embed-card-meta">GitHub &middot; github.com</div>
    </div>
  </a>
</div>


I would love to have a browser based video editor I could throw on a server and do quick edits from anywhere.  I tried to get this one to work and struggled to get front end to send api requets to backend.  I think the root of it was their redis wants to run on 80, this caused a permission error so I tried to run 8880:80, but redis was still unable to start due to a config permission error.
