Image to instant website. Generate, publish, and share with a QR code.

1 stars 4 forks 1 watchers TypeScript MIT License
gemini-api hacktoberfest hacktoberfest-accepted imagetoqr qrcode-generator typescript vue
7 Open Issues Need Help Last updated: Oct 21, 2025

Open Issues Need Help

View All on GitHub
Web Development Web Application
good first issue hacktoberfest-accepted

Image to instant website. Generate, publish, and share with a QR code.

TypeScript
#gemini-api#hacktoberfest#hacktoberfest-accepted#imagetoqr#qrcode-generator#typescript#vue
Web Development Web Application

AI Summary: The application lacks a visual cue when processing large image uploads, leading to an unresponsive UI. The suggested improvement is to display a loading indicator or disable the generate button with a processing message immediately after image selection.

Complexity: 2/5
good first issue hacktoberfest-accepted

Image to instant website. Generate, publish, and share with a QR code.

TypeScript
#gemini-api#hacktoberfest#hacktoberfest-accepted#imagetoqr#qrcode-generator#typescript#vue
Web Development Web Application

AI Summary: This issue proposes adding a pre-check to prevent API call failures when creating a repository with a name that already exists. The improvement involves making a GET request to check for the repository's existence before attempting creation, allowing for immediate user feedback.

Complexity: 2/5
good first issue hacktoberfest-accepted

Image to instant website. Generate, publish, and share with a QR code.

TypeScript
#gemini-api#hacktoberfest#hacktoberfest-accepted#imagetoqr#qrcode-generator#typescript#vue
Web Development Web Application

AI Summary: The application's core logic is concentrated in a single `index.tsx` file, making it difficult to manage. The proposed solution is to refactor this monolithic structure by separating concerns into distinct modules for UI, GitHub API interactions, and Gemini API interactions.

Complexity: 3/5
good first issue hacktoberfest-accepted

Image to instant website. Generate, publish, and share with a QR code.

TypeScript
#gemini-api#hacktoberfest#hacktoberfest-accepted#imagetoqr#qrcode-generator#typescript#vue
Web Development Web Application

AI Summary: This issue proposes to allow users to customize the GitHub repository description, which is currently hardcoded to 'Website generated by InstaWeb QR'. The suggested solution is to add a new input field for users to enter their own description.

Complexity: 1/5
good first issue hacktoberfest-accepted

Image to instant website. Generate, publish, and share with a QR code.

TypeScript
#gemini-api#hacktoberfest#hacktoberfest-accepted#imagetoqr#qrcode-generator#typescript#vue
Web Development Web Application

AI Summary: This issue proposes to prevent data loss when a user refreshes the page after generating a website. The solution involves using the browser's localStorage to automatically save the generated HTML and chat history, and then restoring this state upon page load.

Complexity: 2/5
good first issue hacktoberfest-accepted

Image to instant website. Generate, publish, and share with a QR code.

TypeScript
#gemini-api#hacktoberfest#hacktoberfest-accepted#imagetoqr#qrcode-generator#typescript#vue
Web Development Web Application

AI Summary: This issue highlights a lack of input validation for repository names in the application. Currently, invalid characters in a repository name can lead to API failures. The proposed solution is to implement client-side validation to prevent these errors and improve user experience.

Complexity: 1/5
good first issue hacktoberfest-accepted

Image to instant website. Generate, publish, and share with a QR code.

TypeScript
#gemini-api#hacktoberfest#hacktoberfest-accepted#imagetoqr#qrcode-generator#typescript#vue