In Next.js 13, they announced the new app directory (beta). This new routing and data fetching system can be incrementally adopted alongside your existing pages directory. The app directory provides many benefits, including enhanced layouts, co-location of components, tests, and styles, component-level data fetching, and more.