Skip to content

Conversation

@abhayror17
Copy link

This commit introduces a new web application that allows users to generate websites from text prompts using multiple LLMs.

The application features:

  • A user interface for entering a prompt and an API key.
  • Dynamic creation of result cards for each LLM.
  • Streaming API calls to the specified endpoints.
  • A "live coding" effect as the HTML is generated.
  • A live preview of the generated website in an iframe.
  • Progress indicators.
  • Fullscreen previews.
  • Options to copy or download the generated code.

The application is built with HTML, CSS, and JavaScript. The API key is not hardcoded in the source code for security reasons. Instead, the user is prompted to enter their own API key.

This commit introduces a new web application that allows users to generate websites from text prompts using multiple LLMs.

The application features:
- A user interface for entering a prompt and an API key.
- Dynamic creation of result cards for each LLM.
- Streaming API calls to the specified endpoints.
- A "live coding" effect as the HTML is generated.
- A live preview of the generated website in an iframe.
- Progress indicators.
- Fullscreen previews.
- Options to copy or download the generated code.

The application is built with HTML, CSS, and JavaScript. The API key is not hardcoded in the source code for security reasons. Instead, the user is prompted to enter their own API key.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant