Skip to content

matteobaccan/books-by-ai

 
 

Repository files navigation

Books by AI

Try it out on https://books-by-ai.vercel.app/

This is a SvelteKit web app, for reading and creating books with help of ChatGPT.

Tech Stack

  • SvelteKit
  • Prisma + PostgreSQL
  • ChatGPT API
  • Vercel

Local Development

pnpm install
pnpm prisma generate
pnpm dev

You will need a local postgresql running, and properly configured .env file.

You can also use npm or yarn.

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 50.3%
  • TypeScript 39.6%
  • JavaScript 5.6%
  • HTML 3.8%
  • CSS 0.7%