Skip to content
/ x-writer Public

๐Ÿ“ AI writing assistant built with GPT-3 and OpenAI.

Notifications You must be signed in to change notification settings

eneax/x-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ X-Writer

X-Writer is your own AI writing assistant that takes a title as input and generates a full blog post for you.

x-writer.mov

๐Ÿฆ„ Features

  • Next.js 13
  • React 18
  • TypeScript 4
  • Tailwind CSS 3
  • Path Mapping (for absolute imports)
  • GPT-3 and OpenAI

๐Ÿ—„๏ธ Environment Variables

Create a .env.local file in your root directory with the OpenAI API key.

OPENAI_API_KEY=GET_YOUR_OWN_KEY_FROM_OPENAI

๐Ÿš€ Quick start

To run this project locally:

npm i
npm run dev

๐ŸŽ“ Learning Next.js

Looking for more guidance? Full documentation available on the official Next.js website.

๐Ÿ’ซ Deploy

Note: The maximum execution timeout for Vercel Serverless Functions is 10 seconds when deployed on a Personal Account (Hobby plan). For Teams, the execution timeout is 60 seconds (Pro plan) or 900 seconds (Enterprise plan).