Respec
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://Problewk--0a60471a322e11f0ae1e569c3dd06744.web.val.run
A clean, minimalist chat bot that responds to your questions with text overlaid on solid-color background images. The number of images generated depends on the length of the response.
- Responds to questions with text overlaid on solid, single-color backgrounds
- Uses a consistent light blue background for all images
- Automatically splits longer responses across multiple images based on text length
- Clean, responsive chat interface
- Optimized for fast loading and maximum readability
- The user submits a question or prompt
- The bot generates a response using OpenAI
- The response is split into appropriate chunks based on length
- Each chunk is rendered as text on a solid-color background
- The images are displayed in the chat interface with part indicators
- Text Generation: Uses OpenAI's API to generate informative responses
- Text Splitting: Intelligently splits text at natural breaking points (sentences, spaces)
- Image Generation: Uses Val Town's image generation URL with explicit solid-color background prompts
- Frontend: Responsive design with Tailwind CSS
OPENAI_API_KEY
: Your OpenAI API key (required)
- Maximum text readability
- Fastest possible loading times
- Clean, professional appearance
- Consistent look across all responses
- Focus entirely on the content rather than the background