Instagram Video Downloader

screenshot of Instagram Video Downloader
nextjs
react
tailwind
shadcn-ui

Simple website made with Next.js for downloading instagram videos with an API that can be used to integrate it in other applications.

Overview

Gram Grabberz is a fascinating web application designed for downloading Instagram videos, built with Next.js. This tool serves as an educational resource that allows developers to explore modern web development practices. With the emphasis on server-side rendering, API interaction, and creating a clean user interface with Shadcn/ui, Gram Grabberz embodies a complete learning experience for those involved in web technology.

While the primary function of this application is to download videos from Instagram, it's crucial to note that such actions may violate Instagram's Terms of Service. As such, it encourages users to be responsible and respectful of copyright laws when utilizing the tool.

Features

  • Download Instagram Videos: Simply input an Instagram video URL to fetch and download the video file, facilitating easy access to wanted content.
  • Modern Frontend Stack: Developed with Next.js (App Router), showcasing the latest technologies in web development.
  • Clean UI: The user interface is crafted using Shadcn/ui components and styled with Tailwind CSS v4, providing a seamless visual experience.
  • Responsive Layout: Ensures a consistent experience on various devices, making it user-friendly on both desktop and mobile platforms.
  • Type-Safe: The application is written entirely in TypeScript, improving code quality and reducing potential runtime errors.
  • Form Handling & Validation: Robust input handling is achieved through React Hook Form and Zod for schema validation, ensuring a smooth user experience.
  • Client-Side Caching: Utilizes TanStack Query (React Query) for efficient data fetching and state management, enhancing performance.
  • Theming Support: Offers light and dark mode options via next-themes to cater to user preferences.
  • Internationalization (i18n): Set up for multi-language support, making it accessible to a broader audience.
  • User Feedback: Implements sonner for toast notifications, providing immediate feedback for user actions.
  • Optimized Development: Employs Next.js Turbopack for faster development builds, streamlining the development process.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.