Tips

A website builder for Tailwind and AI lovers

About

Tips.io aims to make the process of building modern responsive websites more accessible and efficient for users of all skill levels by leveraging AI technology and Tailwind CSS. It’s designed to be intuitive, facilitating the development of sophisticated websites without the complexities often associated with web development. Tips.io offers an AI-powered website builder, tailwind animation support and a user-friendly interface to empower developers to efficiently create advanced web experiences.

How they use Cloudflare

The first step to building an app with Tips.io is to create the subdomain. Once created these hostnames are secured using Cloudflare for SaaS. A user is then walked through building their application. Once deployed Workers routes traffic to various API endpoints and manages authentication.

Assets and config files are stored in R2. Tips.io created a custom uploader to asynchronous write assets to R2 when a site is created or updated. When a PUT request is received a custom Worker processes and saves the file.

To further improve performance, Workers KV is configured as a quick cache to quickly deliver static files.

Why Cloudflare?
“Workers has the ability to shave milliseconds off response times, driving performance quicker and better than other solutions. I know we can handle any traffic spike with Cloudflare.”