Skip to content

pgabow/stupid_ai_johndoe_blog

Repository files navigation

Stupid AI-powered John Doe's Blog - app using the Next 13, Next-pwa, Notion AI & Api, Kandinsky 2.1 AI model

See here - https://stupid-ai-johndoe-blog.vercel.app

Next.js 13 Client/Server components, metadata and search engine optimization (SEO), Notion api

Getting Started

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.

Folder Structure

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

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Learn More

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:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.