Stupid AI-powered John Doe's Blog ver 3.0 - app using the Next 13, Hygraph CMS Api, Kandinsky 2.1 AI model
See here - https://stupid-ai-johndoe-blogs.vercel.app
Next.js 13 Client/Server components, metadata and search engine optimization (SEO), Hygraph CMS Api, GraphQL
Clone this project and install dependencies :
npm i
# or
yarn install
Add your environment variables (nextAuth\NotionApi)
Runs the app in the development mode:
npm run dev
# or
yarn dev
Open http://localhost:3000 to view it in the browser.
File/Folder | Primary use |
---|---|
.env |
Environment variables (googleAuth\nextAuth\mongoDB) |
/src |
Main source folder client/server api components |
/public |
All of our static files |
/src/pages |
Api, route files |
/src/utils |
Config file for SEO MetaData |
/src/styles |
Css global styling |
/src/components |
React components |
You can learn more in the Create React App documentation. To learn React, check out the React documentation.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial. You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.