# CornMaze.app > CornMaze.app is a web app for corn maze guests and farm operators. Guests can create accounts, start maze attempts, enter waypoint codes, and compete on public leaderboards. Farms can publish mazes, keep seasons organized, and share a public page for guests. Use this file as a quick guide to the public parts of the site. Private dashboards and account-specific pages require authentication and are not useful without the current user's context. The best public starting points are the homepage, the farm-focused product page, the public farm directory, and the XML sitemap of farm and maze pages. ## Primary Pages - [Homepage](https://cornmaze.app): Public overview for guests who want to play and compete on maze leaderboards. - [For Farms](https://cornmaze.app/for-farms): Public overview for farms interested in using CornMaze.app for their maze season. - [Farm Directory](https://cornmaze.app/farms): Public list of active farms using the app. - [Sitemap](https://cornmaze.app/sitemap.xml): XML list of public farm pages and maze leaderboard pages. ## Public Content - [Farm pages](https://cornmaze.app/farms): Each farm page lists active and archived mazes for that farm. - [Maze leaderboard pages](https://cornmaze.app/sitemap.xml): Maze detail pages are public leaderboard pages linked from farm pages and the sitemap. ## Optional - [Contact](mailto:cornmazeapp@nodlestudios.com): Best contact for farms interested in using the app.