Skip to content

davidivad96/ai-story-hub

Repository files navigation

AI Story Hub

Using AI to create personalized stories.

Screenshot 2024-07-21 at 15 46 05

Description

AI Story Hub is a web application that allows users to create stories with the help of AI. The app uses the Vercel AI SDK to generate personalized stories based on the user's input. Users can create stories with a simple interface and save them to the cloud.

https://ai-story-hub.vercel.app/

Features

  • Create stories with a simple interface
  • Use AI to generate personalized stories
  • Light and dark mode
  • Login with GitHub or use the app as a guest
  • Responsive design

Tech Stack

  • Next.js 14
  • Vercel AI SDK
  • next-auth
  • Vercel KV storage
  • Radix UI
  • Tailwind CSS

Getting Started

  1. Clone the repository
  2. Set the environment variables (use the .env.example file as a template)
  3. Install the dependencies with pnpm install
  4. Run the development server with pnpm dev
  5. Open http://localhost:3000 with your browser and start making stories!