import Layout from './layout' import { MUX_HOME_PAGE_URL } from '../constants' export default function UploadPage({ children }) { return (

Mux {' '} provides APIs for developers working with video. This example is useful if you want to build:

  • A video on demand service like Youtube or Netflix
  • A platform that supports user uploaded videos like Tiktok or Instagram
  • Video into your custom CMS

Uploading a video uses the Mux{' '} direct upload API . When the upload is complete your video will be processed by Mux and available for playback on a sharable URL.

To learn more,{' '} check out the source code on GitHub .

{children}
) }