> ## Content Index
> Fetch the complete content index at: https://imknight.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Product Weekend Apr 2025
- URL: https://imknight.com/product-weekend-apr-2025/
- Published: 2025-05-19T14:06:29.000Z
- Updated: 2025-05-19T14:06:29.000Z
- Author: knight
- Tags: Product Weekend, #Import 2026-06-10 02:20

Two days before my product weekend in April, OpenAI released the Image API gpt-image-1 model, which drove tons of traffic when they released the image-generating tools through ChatGPT. This allows you to generate AI images without access to ChatGPT.I immediately thought of building a tool to utilise the API for generating images, but I was considering that I might need to add a unique selling point for it; however, that can wait until after the product weekend.

> My [#ProductWeekend](https://twitter.com/hashtag/ProductWeekend?src=hash&ref%5Fsrc=twsrc%5Etfw) Apr 2025 - build a tool to generate AI images for teams using the latest [#Openai](https://twitter.com/hashtag/Openai?src=hash&ref%5Fsrc=twsrc%5Etfw) image API gpt-image-1[#productweekend](https://twitter.com/hashtag/productweekend?src=hash&ref%5Fsrc=twsrc%5Etfw) [#buildinpublic](https://twitter.com/hashtag/buildinpublic?src=hash&ref%5Fsrc=twsrc%5Etfw)
> 
> — Knight  (@imknight) [April 25, 2025](https://twitter.com/imknight/status/1915756775695081700?ref%5Fsrc=twsrc%5Etfw)

So, the idea for my product weekend is to have a one-page site that allows users to enter prompts and select styles to create images. Using the PHP OpenAI library did work, but it didn’t allow me to track token usage, so in the end, I settled on a direct API request. 

> My [#ProductWeekend](https://twitter.com/hashtag/ProductWeekend?src=hash&ref%5Fsrc=twsrc%5Etfw) Apr 2025 end  
>  
> I build a tool that generates images based on the [#openAI](https://twitter.com/hashtag/openAI?src=hash&ref%5Fsrc=twsrc%5Etfw) Image Generation API. The demo is pretty basic, but I’m going to show it to potential clients. The idea is to enhance this tool for team use.[#productweekend](https://twitter.com/hashtag/productweekend?src=hash&ref%5Fsrc=twsrc%5Etfw) [#buildinpublic](https://twitter.com/hashtag/buildinpublic?src=hash&ref%5Fsrc=twsrc%5Etfw) [#imagegpt](https://twitter.com/hashtag/imagegpt?src=hash&ref%5Fsrc=twsrc%5Etfw)… [pic.twitter.com/Ly2CUwDGFg](https://t.co/Ly2CUwDGFg)
> 
> — Knight  (@imknight) [May 4, 2025](https://twitter.com/imknight/status/1919025488686875018?ref%5Fsrc=twsrc%5Etfw)

The demo work for the product weekend took slightly longer than a weekend, but I'm pretty happy with the demo I built. It’s a bit rough, but it works. I'm calling it ImageGPT for now and will wait until I find the product's USP to get a new name for it.