App homepage

Note: This page is publicly accessible so we can give access to the free features of the app without requiring authentication.

To make the entire app private, you need to remove apps/dash/app/page.tsx, and extend the rewrites in apps/dash/next.config.mjs with:


            {
              source: "/:path*",
              destination: "/dashboard/:path*",
            },