/translate-app

Translate App using TypeScript, Tailwind CSS, NextJS, Bun, shadcn/ui, AI-SDK/OpenAI, Zod, Vercel Analytics, pdf-parse.

Primary LanguageTypeScriptMIT LicenseMIT

Translate App

Translate App
Discover  ✦ 

Next.js Badge Tailwind CSS Badge

🛠️ Stack

📝 Features

  • 📄 Translate text.
  • 📷 Translate images.
  • 📕 Translate documents (PDFs).

🚀 Getting Started

You will need:

  1. Clone this repository locally:
git clone git@github.com:developaul/translate-app.git
  1. Install dependencies:
# Install bun globally if you don't have it:
npm install -g bun

# and install dependencies:
bun install
  1. Run the development server:
bun run dev