Pages
The kit comes with a few pages to help you get started.
Projects
It comes with a default Projects page. You can find it in the src/dashboard/project/page.tsx
file. It lists all the projects of the logged in user.
Editor
It comes with a default Editor page
. You can find it in the src/dashboard/project/[id]/page.tsx
file. It is the main page for your editor. It uses the Editor context to get the project data and the input props for the composition. It also has a Export
button to export the video.
The pages are supposed to kick start your development and not to be used as is. You can extend them as per your requirements.