PatentLLM Blog

JA GitHub
Web / Infra

Implementing Stripe Checkout Billing in PatentLLM

A practical record of implementing Stripe Checkout billing for 'PatentLLM', a SaaS for US IP law firms. This article explains a design that does not store card information on the s...

Web / Infra

Exposing Multiple Web Applications from a Home Server with Cloudflare Tunnel + Caddy

This article explains how to securely expose multiple web applications from a WSL2 environment by combining Cloudflare Tunnel and Caddy reverse proxy. This configuration eliminates...

Web / Infra

Achieving Bidirectional Integration of Streamlit Backend × Flutter Frontend in a WSL2 Environment

This article explains an implementation method for integrating Streamlit and Flutter apps on WSL2 using Nginx proxy and WebSocket. It also covers solving CORS issues and introduces...