Open Issues Need Help
View All on GitHubImage to instant website. Generate, publish, and share with a QR code.
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.
Image to instant website. Generate, publish, and share with a QR code.
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.
Image to instant website. Generate, publish, and share with a QR code.
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.
Image to instant website. Generate, publish, and share with a QR code.
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.
Image to instant website. Generate, publish, and share with a QR code.
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.
Image to instant website. Generate, publish, and share with a QR code.
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.
Image to instant website. Generate, publish, and share with a QR code.