Introduction
Gravity ships complete with a SaaS website template that you can deploy separately from your main web application.
The template is built in Next.js to empower you with server-side rendering (SSR) and enhance SEO.
Pages Included
Route
Description
/
Website / landing page
/pricing
Price plans and signup links
/terms
Legal terms template
/privacy
Privacy policy template
/contact
Contact form
Next.js
The website template uses Next.js for pages and components and integrations with the main application via the Express.js API, not the Next.js API.
You can read more about Next.js in their documentation.
Changing The Port
The website will run on port 4000. You can change the port number by modifying the -p flag in package.json
for the dev
and/or start
script(s).
Last updated