taku – Author –

-
How to build a web app that automatically generates LPs in ChatGPT + Next.js [OpenAI API + Next.js + Tailwind CSS]
Recently, no-code AI tools like "Readdy" have been attracting attention. We are now in an age where anyone can easily use AI, but have you ever thought, "I want to incorporate AI into my services" or "I want to customize it more freely"? In this article, we will introduce the following... -
I created an image generation app using Next.js and OpenAI API-DALL·E 3 (Tailwind CSS compatible)
Have you ever wanted to actually incorporate the recently talked about image generation AI into your app? In this article, we will show you how to build a simple image generation app using Next.js (App Router), Tailwind CSS, and OpenAI's Image Generation API (DALL·E 3)... -
I tried creating a chatbot using the OpenAI API [Next.js + Tailwind CSS]
Recently, more and more people are using OpenAI's API to create their own chatbots and business assistants. This article shows you how to build a simple and easy to customize chat UI using Next.js (App Router) and Tailwind CSS. OpenAI chat... -
Is Coolify automatically exited? The true nature of the problem that stops every day [v4.0.0-beta.420.1]
I was faced with this mysterious phenomenon where an app I deployed on Coolify automatically ends up exiting at a certain time every day. At first I thought, "Is it stopped because I haven't set up a Health check?" and looked around the settings, but I couldn't find any particular cause... -
[XSS Demo] I tried hacking a website in just one line!!
"I tried creating a bulletin board app that can use HTML tags!" What if a work by a beginner engineer would be "taken over" with just one line post? This time, we will be using an example of "Cross-site Scripting (XSS)," which is the basics of security, to see how vulnerable they are... -
[2025 Edition] A thorough comparison of AI APIs for developers | Summary of features and prices for major LLMs such as ChatGPT, Claude, Gemini, and Llama.
From 2024 to 2025, the development of AI-powered apps and services has become increasingly popular. Large-scale language model (LLM) **, represented by ChatGPT and Claude, goes beyond just chatbots to create a variety of different languages, including code generation, summarization, search, and document processing. -
[Beginners OK] Easily create free, cool web pages using AI! ? What is the popular Readdy?
"The time has come for AI to create websites" -- such words are no longer special. Among them, I found Readdy, an AI service that automatically creates cool web pages by simply entering the prompt (natural language). -
[Free AI app development] I tried creating a web service from scratch using YouWare!
"The era where we can create apps with AI" has become commonplace now. Among them, I found **YouWare**, a service that allows you to automatically generate web apps and sites by simply entering a prompt (natural language). Introducing YouWare... -
Next.js + React Three Fiber + React Three XR + Variant Launch to develop a WebXR compatible AR app on iOS!
I was thinking of creating an AR app with WebXR, but the current situation is that iOS does not officially support WebXR. So, I used Variant Launch, which was also featured in the official React Three XR, to support WebXR AR on iOS as well. Does it work on iOS?WebXR fo... -
[Super Easy] Guide to building the best automatic deployment environment starting with Coolify x Xserver VPS x Cloudflare
In this article, we will summarize the steps to install Coolify on a VPS, integrate with GitHub, auto-deploy, and build your own domain + HTTPS using Cloudflare. The target audience is as follows: How to manage multiple apps on a Docker basis GUI...