Extras
Setup
- Add your own logo: Place your logo in the
/appfolder and name iticon.png.
If you're not using the .png extension, update components that use icon.png
like the Header.
-
Create site favicon: Use the Favicon Generator, download the zip file, and add these 2 files to the
/appfolder:apple-touch-icon.png(rename it toapple-icon.png)favicon.ico
NextJS will automatically reference them in the
headof your HTML page. Read more about metadata file convention. -
Create a rectangle logo with your name: Name it
logoAndName.pngand add it to the/publicfolder. Next-Auth will automatically add it to your login pages (see/libs/next-auth.jsfile).
-
Create social media sharing images: Design two 1200x660 images, name the first
opengraph-image.pngand the secondtwitter-image.png, and add them to the/appfolder.NextJS will automatically reference them in the
headof your HTML page. Read more about metadata file convention.
Useful Resources
- If you need a logo, you can use LogoFast.
- If you need SVG illustrations, you can use Undraw.
- If you need SVG background patterns, you can use Hero Patterns.
- If you need icons, you can use Heroicons & Lucide.
- If you need SVG blobs, you can use Haikei.
- If you need Tailwind Snippets, you can use Snippets.
- If you need Notion-like icons, you can use Overflow.
- If you need cute SVG doodles, you can use Figma Doodles.