Tomek Sułkowski
banner
sulco.dev
Tomek Sułkowski
@sulco.dev
StackBlitz Founding Engineer and DevRel. Making the videos, tips and tutorials. Into web- and woodworking tools. Oh, and ♪ instruments.
Damn, I already loved "Rocky Road to Dublin" so I don't have where to go from there. Guess it just went to 11 🙌
open.spotify.com/track/1esmJ8...
April 18, 2025 at 8:17 PM
weekend experiment: a simple instrument that, technically, uses only one string.

it's always in tune with itself, and there's only a single tuning peg.

it should sound better once I find a proper string that long - had to use a fishing line for now
April 13, 2025 at 8:21 PM
Omg I just found a score I wrote 23 years ago that I was absolutely sure did not exist anymore.
Words can't explain how this feels.
February 8, 2025 at 9:28 PM
Iconify is one of the greatest resources I know for icons in your app or website.

1️⃣ Go to iconify.design
2️⃣ Find the perfect icon and copy it's name,
3️⃣ Ask Bolt to "use the [icon name] from iconify"

4️⃣ Spread the word so everyone can have this superpower
January 6, 2025 at 2:24 PM
Prompt an app into existence from Raycast.
December 11, 2024 at 4:33 PM
Did you know you can start a Bolt project by adding
`?prompt=` to the URL like this?
💡 #bolttip

It also allows for all kinds of cool lightweight integrations with Bolt; e.g. you can dynamically create a prompt in your app or website — then open Bolt already running it! 🤯
December 11, 2024 at 4:16 PM
Could've been worse. It was just 125GB - but definitely made a dent in the hard drive 😅
December 2, 2024 at 2:39 PM
lol, I forgot to stop the recording (last Friday)
December 2, 2024 at 1:21 PM
🥲 I think this is my cue to finally take a breath, and stretch my legs.
November 30, 2024 at 12:24 PM
💡Bolt Tip:

For every change, the AI recreates the whole file — even if only 1 line needed updating!

Turn on the experimental "Diffs" setting to make Bolt output only changes to the necessary lines.

This results in even 10x faster updates and -20% tokens reduction!

Here's how:
November 27, 2024 at 3:42 PM
My salt&pepper dogs on a ashen blanket on a gray sofa.
(the wall is graphite, btw 🌚)
November 27, 2024 at 3:26 PM
Google Calendar add-on, prototyped in Bolt.

We'd need some amendments to labor laws etc, but doable?
November 26, 2024 at 1:06 PM
Reason #2731 why I lose focus during a standup
November 25, 2024 at 10:44 PM
Bolt tip: Change the title of your project by opening it in StackBlitz.

This will not only make it easier on the eyes, but also help you find it on Your Chats list.
November 21, 2024 at 2:42 PM
This is coo: with Gemini Nano you can have your own AI little model on the machine without needing anything other than the browser (feature flags needed tho!).

Just used @bolt.new to try it and made a simple ai chat:
November 20, 2024 at 1:23 PM
Fun fact: in a consumer market, the CE mark seen on products in Europe is often associated with compliance to health and safety standards required to sell products in the EU, but it can also mean "China Export," which is likely just a coincidence.
November 18, 2024 at 10:04 AM
Within a single prompting session, I usually use the "Rollback to checkpoint" feature.
When I wrap a prompting session for the day with something that works well, I'll sometimes open the project in StackBlitz and _fork_ the project — making a sort of milestone checkpoint.
November 14, 2024 at 7:50 AM
bolt tip:
If you want to ensure a specific *value* or part of the UI doesn't get changed by the AI:

1. Select that part in the code
2. Click "Ask Bolt"
3. Prompt: "Extract this to a separate file"
4. Right click on that new file and choose "Lock file"
November 13, 2024 at 5:06 PM
Just saw Yamato Drummers again today with the dam. It's always so much fun with them you wouldn't believe 😁
November 12, 2024 at 9:51 PM
TIL: when you ⌥ + click on the display resolutions, you get a full set of options instead of only the few defaults
November 11, 2024 at 10:30 PM
As your app grows, a lot of stuff ends up in the App.tsx file. When this happens

💡 Ask bolt․new to extract the logic and structure into smaller files.

This will make:
- subsequent updates faster (and cost less tokens!)
- the code easier to analyze
- targeting & locking more precise
November 11, 2024 at 3:49 PM
A quick experiment: a Tier List Maker, with some settings, data importing & exporting and image search, because I got carried away.
November 10, 2024 at 3:36 PM
This particular ai-assisted coding session with bolt ended in a weird place
November 9, 2024 at 8:46 PM
I won't lie; I was giving bolt about 40% chance of nailing this crazy prompt on the first try..

Yeah, it worked.
November 8, 2024 at 11:37 PM
Using AI to build AI apps: just built a prototype app that will use Perplexity API to recommend me books based on my reading history.

(Although you don't need an AI brain to recommend Brando Sando;)
November 8, 2024 at 3:53 PM