Using AI to create personalized stories.
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/
- 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
- Next.js 14
- Vercel AI SDK
- next-auth
- Vercel KV storage
- Radix UI
- Tailwind CSS
- Clone the repository
- Set the environment variables (use the
.env.example
file as a template) - Install the dependencies with
pnpm install
- Run the development server with
pnpm dev
- Open http://localhost:3000 with your browser and start making stories!