What Is My Business Studio
My Business Studio is a complete suite of tools to manage your company better, with more than 30 features, built with React + TypeScript, Supabase, Gemini AI, and Hedera Hashgraph.
Overview
My Business Studio is a Progressive Web App (PWA) built with Vite + React 18 + TypeScript, using TailwindCSS + Radix UI for the interface, Supabase as backend (Auth + Postgres + RLS), Google Gemini for 8 AI modules, and Hedera SDK + Plume Networkfor blockchain, wallets, and NFTs. Licensed under GPLv3.
It lets you manage income, expenses, inventory (simple and composite), services, CRM, invoices, executive reports, forecasts, debts, goals, recurring payments, scheduling, and social media content, all with artificial intelligence and blockchain-backed integrity. A complete business tool suite in your pocket.
Technology Stack
| Layer | Technologies |
|---|---|
| Frontend | Vite, React 18, TypeScript, TailwindCSS, Radix UI, Recharts |
| State | Zustand (global), TanStack Query (AI cache), React Hook Form + Zod |
| Backend | Supabase (Auth + Postgres + RLS + Storage) |
| AI | Google Gemini (gemini-2.5-flash-lite), @google/generative-ai |
| Blockchain | Hedera SDK, Ethers.js, Plume Network (PUSD) |
| Decentralized storage | Pinata + IPFS for NFT metadata |
| Export | jsPDF, html2canvas, native CSV |
| Others | date-fns, Framer Motion, QR scanner (html5-qrcode) |
Core Modules (30+)
Full Encryption
AES-GCM encryption for keys and payloads (crypto.ts). Supabase RLS for data isolation. Blockchain data is encrypted before being written on-chain. It can only be decrypted inside the platform. Access control is enforced through PublicRoute/ProtectedRoute.
8 AI Modules with Gemini
All modules use gemini-2.5-flash-lite with structured prompts, JSON responses, and caching through TanStack Query.
Polo Chatbot
Conversational assistant with full business context. Markdown responses.
Sales Predictor
30-90 day forecast. Requires 7+ days of data. Trend and seasonality analysis.
AI Invoicing
Creates invoice drafts with items, taxes, terms, and notes automatically.
Executive Reports
PM-style narratives: root cause, impact, recommendations, alternatives, and risks.
Social Posts
Instagram, Facebook, Twitter, TikTok, LinkedIn. Hashtags, strategy, and content type.
Category Suggester
Analyzes usage patterns and suggests 5-10 new categories while filtering duplicates.
Goal Generator
Realistic goals based on the last 30 days. Categories: sales, savings, reduction.
Schedule Planner
PM-style planning with work blocks, owners, and existing conflict prevention.