logoNext.js
DocumentationBlogLearnGithubPages RouterSet up a new Next.js appWelcome to Next.jsEditing the PageNavigate Between PagesSet up pagesPages in Next.jsLink ComponentClient-Side NavigationLayout ComponentAssets, Metadata, and CSSSetupAssetsMetadataThird-Party JavaScriptCSS StylingGlobal StylesPolishing LayoutStyling TipsCreating a simple blog architecturePre-rendering and Data FetchingSet upPre-renderingTwo Forms of Pre-renderingStatic Generation with and without DataImplement getStaticPropsgetStaticProps DetailsFetching Data at Request TimeDynamic RoutesSet upPage Path Depends on External DataImplement getStaticPathsImplement getStaticPropsRender MarkdownPolishing the Post PagePolishing the Index PageDynamic Routes DetailsAPI RoutesSet upCreating API RoutesAPI Routes DetailsDeploying Your Next.js AppSet upPush to GitHubDeploy to VercelNext.js and VercelOther Hosting Options
logoNext.js
DocumentationBlogLearn

Welcome to Next.js

You should see a page like this when you access http://localhost:3000. This is the starter template page which shows some helpful information about Next.js.

Welcome to Next.js

Help is available: If you get stuck, you can reach out to the community on GitHub Discussions.

Let’s try to edit this page next!

Set up a new Next.js app

Previous Page

Editing the Page

Next Page