Web
How the website application works in next-forge.
The
web
application runs on port 3001. We recommend deploying it to www.{yourdomain}.com
.next-forge comes with a default website application, which is located in the apps/web
folder.
Overview
It’s built on Next.js and Tailwind CSS, with some example pages scaffolded using TWBlocks. It’s designed for you to customize and extend to your needs, whether that means keeping the default pages or replacing them with your own.
Features
- Design System: The app is connected to the Design System and includes a variety of components, hooks, and utilities to help you get started.
- CMS: The app is connected to the CMS package to power your type-safe blog.
- SEO: The app is connected to the SEO package which optimizes the site for search engines.
- Analytics: The app is connected to the Analytics package to track visitor behavior.
- Observability: The app is connected to the Observability package to track errors and performance.