A simple web application to view Scribd documents by converting standard Scribd URLs into embeddable URLs. This application can be used to view pages on Scribd that are limited by premium access by converting the document URL into an embeddable format.
- Convert Scribd document URLs into embed URLs
- View premium-locked Scribd documents through embed links
- Copy embed URL to clipboard
- Open the embed link in a new tab
- Simple and clean UI using Next.js, NextUI, Tailwind CSS, and Framer Motion
- Hosted on Vercel with Vercel Analytics integrated
- Next.js 14 - The React framework for building web applications
- NextUI v2 - UI components for React applications
- Tailwind CSS - Utility-first CSS framework for custom designs
- Tailwind Variants - Extension for more responsive styling in Tailwind CSS
- TypeScript - Typed JavaScript for better developer experience
- Framer Motion - Animation library for React
- React Query - Data-fetching library to manage server state in React apps
- Formik - Form management library for React
To get started with the Scribd Viewer, follow these steps:
git clone https://github.com/handikatriarlan/scribd-viewer.git
cd scribd-viewer
npm install
npm run dev
Open http://localhost:3000
with your browser to see the app in action.
- Enter the Scribd document URL in the input field.
- Click Convert to generate an embeddable URL.
- You can copy the embed URL to the clipboard or open the document in a new tab.
- View premium-locked Scribd documents without needing a premium account.