When your data refresh is so fast, you spend an hour debugging your appβ¦ only to realize itβs been working the whole time. ππ€¦ββοΈ
#buildinpublic
@newbeelearn.com.bsky.social
Always be learning. I share my leanings from time to time on my blog here newbeelearn.com #emacs #buildinpublic #indiehacker Currently working on free video editor https://newbeelearn.com/tools/videoeditor/
When your data refresh is so fast, you spend an hour debugging your appβ¦ only to realize itβs been working the whole time. ππ€¦ββοΈ
#buildinpublic
Auto-generating dashboards from your data.
Started with Google Search Console π , but it works for any dataset.
One prompt β ready-to-use dashboard.
#buildinpublic #DataViz #NoCode
using gsc data with my new dashboard tool
#buildinpublic
nice, it somehow feels like more work unless its just simple recording.
01.07.2025 07:38 β π 0 π 0 π¬ 0 π 0AI finally delivered - got a working skeleton of the dashboard builder up! π οΈ
Hereβs the layout manager demo. Took some hand-holding, but it got there.
Next up: replacing placeholders with real widgets. Let's see how far AI can go.
#buildinpublic
AI seemed to generate a good solution yesterday... but I called it a night.
Today? The chat history is gone. No context. No code. Starting over from scratch.
Lesson: AI can accelerate you - but only if it remembers.
#buildinpublic
Day 2 of building with AI
Yesterday was rough. Spent the whole day chasing a error in React - caused by AI-generated code.
AI couldn't diagnose it without full context, and led me down multiple wrong paths. Debugged it manually in the end.
Main task: still pending.
#buildinpublic
number of PR's
25.06.2025 14:38 β π 0 π 0 π¬ 0 π 0Day 1 of building a dashboard builder from scratch - while also measuring how much AI actually boosts productivity. Tracking how long complex tasks take with AI. Letβs see how it goes #AI #buildinpublic
25.06.2025 09:26 β π 6 π 0 π¬ 2 π 0Is it just me or is Gemini 2.5 Pro starting to feel like the best architect in current AI models?
it consistently comes up with better designs while claude n company struggle.
#buildinpublic
i am now using ai to successfully resolve developer disputes π
i give module description and new functionality and ai tells me which module it should go along with the arguments
process is fully transparent and devlopers agree to it as there is no hidden agenda(or may be there is π)
#buildinpublic
This new editing prompt functionality in claude and google studio is great! We can easily see what ai interpreted incorrectly and discard its output and modify the prompt to give it better context. Makes prompting a breeze.
#buildinpublic
try this newbeelearn.com/tools/videoe...
16.06.2025 12:22 β π 0 π 0 π¬ 0 π 0i thought giving html wireframe of webapp to ai would improve the output but it is tripping the ai and it starts giving me spaghetti of vanillajs with id's sprinkled in react code.
this approach did not worked!
#buildinpublic
working on stealth app thinking of reducing scope to launch early.
13.06.2025 07:56 β π 1 π 0 π¬ 1 π 0continuing quest to use daisyui in react
There is github.com/daisyui/reac... but isnβt updated to v5 which has breaking changes.
Using native elements like dialog needs dom event listeners + reacts vdom.
Might have to go with headless libs like radix-ui.
#buildinpublic
Trying to use daisyui in react. I thought this would be straightforward but its not. I have to decide if i want to use in built html elements or use div everywhere especially for interactions.
#buildinpublic
I will write all sort of insecure code and expose your secrets to the world but if you ask me to write insecure code, i can't help you with that because you know it can be dangerous! - claude
09.06.2025 08:24 β π 0 π 0 π¬ 0 π 0stitch.withgoogle.com
it did not, i ended up using plain claude instead.
working on product mockups today, trying out new tool by google. Let's see how it goes.
#buildinpublic
i no longer code in programming language, i am not programming exclusively in english with pseudo code and ai.
30.05.2025 12:16 β π 2 π 0 π¬ 1 π 0sqlite wasm is a mess there are 3 different projects sql.js, wa-sqlite and official sqlite/wasm. sqlite/wasm has 3 different api's capi, oo1 api, worker api and to make matter worse there are 3 different ways of doing opfs persistence!
#buildinpublic
i want to do data processing locally and offline so people can use the app without internet connectivity. Planning to play with sqlite wasm today to check the feasibility
#buildinpublic
offline support was quite easy with vite pwa plugin.
It generated most of the boilerplate for service worker and did not require much except few configs. It does not works in incognito mode for some browsers(firefox) but that's ok. Its users choice.
#buildinpublic
i want to add offline support to my new web app.
Playing with service worker today lets see how it goes
#buildinpublic
+1 i am curious too, why would marketing not work?
19.05.2025 08:41 β π 1 π 0 π¬ 1 π 0i have done something like this with gmail and cf domains. CF allows you to create and forward emails with support@your-domain.com and gmail allows you to set reply to the address from which it received email. Its free but you have to spend some time. I have not tested this on scale though.
22.04.2025 07:43 β π 0 π 0 π¬ 0 π 0adding session cache to my not so stealth app.
plan is to add cache manager that would look for data in app cache->web cache-> db
if you have server you can get away with in-memory cache but for serverless like CF it can make big difference
#buildinpublic
cooking something new or maybe its old wine in new bottle. One app for all biz stats.
#buildinpublic
planning to move one of my site from hugo to astro lets see how it goes
#buildinpublic #webdev