Below you will find pages that utilize the taxonomy term “akshar-ojus”
January 19, 2026
AI Frontend Previewer
Version updated for https://github.com/akshar-ojus/ai-frontend-previewer to version v1.1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary AI Frontend Previewer is a GitHub Action that automates the generation and deployment of live previews for React components modified in a Pull Request. It uses Google Gemini AI to analyze component code, generate realistic mock data, and wrap components in necessary contexts (like routers or Redux) to ensure functionality.
December 3, 2025
MockMirror Preview
Version updated for https://github.com/akshar-ojus/mockmirror to version v1.0.4.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bug Fixes & Improvements Fixed Rate Limiting : Added a smart delay (4s) between file analyses to respect the Gemini API free tier limits. This prevents crashes when multiple files are changed in a single PR. Fixed Router Dependencies: Added explicit Vite aliases for react-router-dom, react-router, and @remix-run/router.