import { Meta } from '@storybook/addon-docs';
import Direction from './assets/direction.svg';
# Owncast web UI v2
Owncast is going through a complete rewrite of the web app frontend.
Visit the [uiv2 milestone](https://github.com/owncast/owncast/milestone/18) on GitHub to see the individual tasks for this project. Please take a look and see if there's anything you can help with. Even just grabbing one component is a huge help!
## What
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [Ant Design](https://ant.design/)
## Why?
- Moving to a full React Component workflow allows the project to be more productive and build features faster.
- Better accessibility.
- Better mobile experience.
## How?
This is a large project, but like anything else, breaking it into pieces and working on one thing at a time will eventually get us to the finish line.
And that's what this interface lets us do. On this page we see all the different components still needing to be worked on, and have a place to document the functionality of these pieces.
## What about the Admin?
The admin has always been a Next+React+Ant project, so the goal is to touch that as little as possible.
---
More documentation about things should go here.