Skip to main content

๐Ÿ“’ Cookbooks

Ready-made project recipes with tech stack, structure, estimation, and deployment โ€” copy, adapt, and ship.

๐Ÿ“„๏ธ React SPA with Firebase

A project recipe for a React / TypeScript single-page application using Firebase as a Backend-as-a-Service. Firestore handles data persistence via the client SDK, Firebase Auth manages identity, Firebase Hosting serves the SPA, and Cloud Run handles backend business logic triggered by Firestore events through Eventarc. Use this as a blueprint when estimating, scoping, and delivering a typical B2B internal tool or admin panel โ€” the serverless BaaS alternative to the React SPA on Cloud Run recipe.

๐Ÿ“„๏ธ AI Assistant Chat Interface

A project recipe โ€” really a family of recipes โ€” for an LLM-backed chat surface, organized along two axes: deployment shape (standalone vs embedded) and implementation path (custom vs prebuilt AI SDK). The target is an LLM-backed chat experience โ€” either a standalone ChatGPT-style app or a third-party-mountable widget โ€” built on the same React/Vite/Cloud Run foundations as the React SPA and React SPA with Firebase recipes. This recipe layers onto those โ€” it does not replace them.