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.
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
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
💡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
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
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
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
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
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
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