←back to thread

439 points david927 | 1 comments | | HN request time: 0s | source

What are you working on? Any new ideas which you're thinking about?
Show context
norbert515 ◴[] No.44418517[source]
Working on https://vide.dev, the Cursor for Flutter devs.

While Cursor stops after writing great code, Vide goes the extra mile and has full runtime integration. Vide will go the extra mile & make sure the UI looks on point, works on all screen configurations and behaves correctly. It does this by being deeply integrated into Flutters tooling, it's able to take screenshot/ place widgets on a Figma-like canvas and even interact with everything in an isolated and reproducible environment.

I currently have a web version of the IDE live but I'm going to launch a full native desktop IDE very soon.

replies(1): >>44419037 #
czarofvan ◴[] No.44419037[source]
Any reason to not use flutter flow with all the AI stuff?
replies(1): >>44423495 #
1. norbert515 ◴[] No.44423495[source]
I'd say it depends on where you are coming from. With Vide, I'm approaching this problem from the code side. In my opinion, any application that is supposed to go into production and scale should be built on a solid code foundation.

My value proposition is to make developers more productive by skipping the boring stuff, while FlutterFlow is more of an "all-in-one" app platform.