{"id":49470860,"url":"https://github.com/abdullah-dev0/texttalk","last_synced_at":"2026-04-30T16:02:43.651Z","repository":{"id":310242657,"uuid":"1032024512","full_name":"Abdullah-dev0/texttalk","owner":"Abdullah-dev0","description":"TextTalk is a cutting-edge AI-powered web application that lets users interact with PDF documents using natural language. Built with LangChain  and vercel Ai Sdk.","archived":false,"fork":false,"pushed_at":"2025-09-06T06:09:08.000Z","size":2301,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T07:24:55.891Z","etag":null,"topics":["ai","aisdk","langchain","llms","nextjs","openai","prisma","reactjs","shadcn-ui","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://texttalk.abdulah.site","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abdullah-dev0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-04T17:28:14.000Z","updated_at":"2025-09-06T06:09:12.000Z","dependencies_parsed_at":"2025-08-16T19:15:54.171Z","dependency_job_id":"7ee436d2-3fb5-46ac-b948-702b73e7e82c","html_url":"https://github.com/Abdullah-dev0/texttalk","commit_stats":null,"previous_names":["abdullah-dev0/texttalk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abdullah-dev0/texttalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Ftexttalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Ftexttalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Ftexttalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Ftexttalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdullah-dev0","download_url":"https://codeload.github.com/Abdullah-dev0/texttalk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Ftexttalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","aisdk","langchain","llms","nextjs","openai","prisma","reactjs","shadcn-ui","tailwindcss","typescript","vercel"],"created_at":"2026-04-30T16:02:41.796Z","updated_at":"2026-04-30T16:02:43.631Z","avatar_url":"https://github.com/Abdullah-dev0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TextTalk - A Modern Fullstack Platform\n\nBuilt with the Next.js 14.0 App Router, tRPC, TypeScript, Prisma \u0026 Tailwind\n\n## Features\n\n- 🛠️ Complete SaaS Built From Scratch\n- 💻 Beautiful Landing Page \u0026 Pricing Page Included ( coming soon )\n- 💳 Free \u0026 Pro Plan Using polar.sh ( coming soon )\n- 📄 A Beautiful And Highly Functional PDF Viewer\n- 🔄 Streaming API Responses in Real-Time using Vercel Ai sdk\n- 🔒 Authentication Using clerk\n- 🎨 Clean, Modern UI Using 'shadcn-ui'\n- 🚀 Optimistic UI Updates for a Great UX\n- 📤 Intuitive Drag n’ Drop Uploads\n- ✨ Instant Loading States\n- 🧠 Vercel Ai sdk\n- 🌲 Pinecone as our Vector Storage\n- 📊 Prisma as our ORM\n- 🔤 100% written in TypeScript\n- 🎁 ...much more\n\n## Getting Started\n\nFollow these steps to set up and run the project locally:\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/Abdullah-dev0/TextTalk.git\ncd texttalk\n```\n\n### 2. Install dependencies\n\nMake sure you have all the dependencies installed by running:\n\n```bash\nnpm install\n```\n\n### 3. Set up environment variables\n\n1. Duplicate the `.env.example` file and rename it to `.env`.\n\n2. Fill in the required environment variables in the `.env` file:\n\n   ```plaintext\n   # Clerk for secure, fast authentication - https://clerk.dev\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\n   CLERK_SECRET_KEY=\n   NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n   NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n   NEXT_PUBLIC_CLERK_SIGN_IN_FORCE_REDIRECT_URL=/dashboard\n   NEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL=/dashboard\n   WEBHOOK_SECRET=\n\n   # Database for storing everything except PDF files - (Provider up to you, I like PlanetScale)\n   DATABASE_URL=\n\n   # Uploadthing for storing PDF files - https://uploadthing.com/dashboard\n   UPLOADTHING_SECRET=\n   UPLOADTHING_APP_ID=\n   UPLOADTHING_TOKEN=\n\n   # Mistral API for answering PDF questions - https://console.mistral.ai/\n   MISTRAL_API_KEY=\n\n   # Pinecone for vector storage - https://www.pinecone.io/\n   PINECONE_API_KEY=\n\n   # Upstash Redis (optional) - https://upstash.com/\n   UPSTASH_REDIS_REST_URL=\n   UPSTASH_REDIS_REST_TOKEN=\n\n   # Environment\n   NODE_ENV=development\n   ```\n\n   **Required Services:**\n   - **Clerk** - Authentication ([Get started](https://clerk.dev))\n   - **Database** - MongoDb\n   - **Uploadthing** - PDF file storage ([Get started](https://uploadthing.com/dashboard))\n   - **Mistral API** - AI for answering PDF questions ([Get API key](https://console.mistral.ai/))\n   - **Pinecone** - Vector database for embeddings ([Get started](https://www.pinecone.io/))\n   - **Upstash Redis** - For caching and rate limiting\n\n### 4. Start the development server\n\nOnce the environment variables are configured, start the server:\n\n```bash\nnpm run dev\n```\n\n### 5. Access the application\n\nOpen your browser and navigate to `http://localhost:3000` to view the application.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah-dev0%2Ftexttalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullah-dev0%2Ftexttalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah-dev0%2Ftexttalk/lists"}