Plan today
Errors & maintain logs

- Google Cloud MonitoringAPP
Log match condition fired for Cloud Function with {function_name=siteAutoPublish, project_id=digital-axon-366208, region=us-central1}.
Alert openNo severity
Documentation
Error occurred in functions

- Google Cloud MonitoringAPP
Log match condition fired for Cloud Function with {function_name=applyTemplateTheme, project_id=digital-axon-366208, region=us-central1}.
Alert openNo severity
Documentation
Error occurred in functions

- Google Cloud MonitoringAPP
Log match condition fired for Cloud Function with {function_name=publish, project_id=digital-axon-366208, region=us-central1}.
Alert open
No severity
Client issues
Tasks working
Planning AI site styles and code architecture
AI files and folder structure
Backend logic and ai model config and ai prompt and other config is here
/src/pages/api/ ai-stream.ts style-block.ts
In backend there is two different functions used to style our sites
first one is ai-stream api call flow
payload
{ "html": "\n", "content": "add styles background info\n", "images": [], "elementHtml": "<section data-gjs-highlightable=\"true\" id=\"i92i6\" data-gjs-type=\"default\" class=\"hero_section container gjs-selected\"><h1 data-gjs-highlightable=\"true\" id=\"i6cvf\" data-gjs-type=\"text\" class=\"\">WebeeUI Blog</h1><p data-gjs-highlightable=\"true\" id=\"ilc3h\" data-gjs-type=\"text\" class=\"\">Transform your Notion pages into stunning websites with WebeeUI. Add responsive design, custom layouts, and professional</p></section>", "elementCss": ".hero_section {\n background-color: #f0f0f0; /* Change the background color */\n padding: 20px; /* Add some padding for better spacing */\n border-radius: 5px; /* Optional: Add rounded corners */\n}", "isElementSpecific": true }
second one is style-block api call flow
payload
payload
blockId, blockName, elementIdentifier, html: outerHTML - means entire apge html, css: JSON.stringify(relevantStyles), currentPageCSS, prompt, images,
In front end firebase to use stored messages
Thay are more differnet components and other things used in frontend
1. now main we focus on chat component, how to send correct payload get proper outputs adn stored chat messages
Thay are more differnet components and other things used in frontend
1. now main we focus on chat component, how to send correct payload get proper outputs adn stored chat messages
- Now we have only one chat to allow to chat to ai there is no multiple chat to allow but we need future we added this feature plan to how stored history chat