> For the complete documentation index, see [llms.txt](https://cloudinary.gitbook.io/build-a-mini-netflix-clone-with-vue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudinary.gitbook.io/build-a-mini-netflix-clone-with-vue/whats-next.md).

# What's Next

The purpose of this lab is to give you a hands-on experience on how to build full stack web apps using modern cutting-edge technologies. Everything you've learned today is a de-facto way of building web apps in 2018:

* Component based UI architecture
* Using functions as backend framework to divide and conquer
* Uploading, delivering, streaming and transforming media at a bare minimum cost

This is not where your journey ends. You can reuse what you've learned here for future projects or expand on this one to create your own a streaming service!

Here are some helpful links to consider:

* Awesome Vue: <https://github.com/vuejs/awesome-vue>
* Vue Cookbook: <https://vuejs.org/v2/cookbook>
* Video Transformation: <https://cloudinary.com/documentation/video_manipulation_and_delivery>
* Vide Player: <https://cloudinary.com/documentation/cloudinary_video_player>
* Webtask Documentation: <https://webtask.io/docs/101>

## Assignment

You can extend this project to get even more interesting. When you extend, tweet at us [@cloudinary](https://twitter.com/cloudinary) so we can share and help you review.

Here are some cool things to try:

1. Try adding a pre or post roll video to each clip
2. [Overlay](https://cloudinary.com/documentation/image_transformations#image_and_text_overlays) the logo over the video
3. Use a different poster frame for each video - and stylize them. ([r\_max](https://cloudinary.com/cookbook/applying_rounded_corners_to_an_image) or [style transfer](https://cloudinary.com/documentation/neural_artwork_style_transfer_addon))
4. [Generate Video Preview Clips](https://cloudinary.com/cookbook/generating_video_preview_clips2)
