Aibek Yegemberdin

Superflex - Write Front-End Code 10x Faster ⚡️

Superflex is an AI assistant that turns ideas into front-end code from Figma designs, images, or text prompts—matching your coding style and utilizing your UI components. Build better frontend faster with Superflex, the ultimate AI code companion for VSCode.

Add a comment

Replies

Best
Aibek Yegemberdin
👋 Hello Fellow Builders, Thank you for checking out Superflex 🦾 🙇 Problem: We initially built this out of our own frustrations of spending too much time writing front-end code and dealing with UI components. We would rather spend more time on business logic than matching our front-end to Figma files. 🦾 Here is what Superflex can do: 1. Turn Figma files, images and text prompts into production-ready code 2. Match your existing coding style and design system. 3. Utilize your existing UI components. 4. Chat with your codebase 5. Debugging and refactoring 🤔 How it works: It's a VSCode extension, so you can easily install it and use it right away on VSCode or on VSCode-based editors like Cursor, Pear AI, etc. 🥰 How do I start using it? Once you install Superflex, it will pop-up on your extensions window. Open it, create an account with email or Google, and give it an image, Figma file or a prompt. 🧑‍💻 Can I clone the extension? Yes! We open-sourced our extension, so you can clone it and use as you like. We will work with our community to add new features, improve our UI so feel free to submit pull-requests. There is a lot that we can do together. As of now, our backend is not open-sourced yet but we are planning to release it in the upcoming week. 🥇 Why should I use it for front-end instead of Cursor? We are focused on the front-end, which allows us to give less context to existing LLM's to provide better output than horizontal tools that do fine-tune LLM’s to do everything. We also integrate with Figma and will continue adding more features for front-end code. 🤨 Do you store my codebase? Yes, but we will never store your whole files. We chunk your code into small pieces and embed it in a vector storage to provide code that matches your coding style, reuses your UI components etc. It’s similar practice to existing tools like Cursor. We are working on an even better implementation where we will never even store your code chunks - once we launch it we will share it in a blog. ❤️ How can I help the Superflex team? If you want to help our team, please try out our extension, and if you like it, give it an upvote. We are still in the early phases so we will improve it a lot. So if you have any suggestions or encountered any issues, please email boris@superflex.ai. P.S. You can follow us on Twitter at https://x.com/superflex_ai, Instagram at https://www.instagram.com/superf... and LinkedIn at https://www.linkedin.com/company...
Andreea S.
@superaibek big congrats to the Superflex team! 💻 The ability to turn designs and prompts into production-ready code while matching your unique style is such a time-saver. Superflex is the ultimate AI coding sidekick—well done! 🚀👨‍💻
Boris Jankovic
Thank you @andreea_staicu! We truly believe this is the right path going forward to improve how we build new apps.🚀👨‍💻
Samuel Darwin
Launching soon!
@superaibek I like that you're focusing specifically on front-end work rather than trying to be a jack-of-all-trades. One thing I'm curious about - how does Superflex handle responsive design? Can it generate code that works well across different screen sizes, or is that something that still needs manual tweaking?
Aibek Yegemberdin
@andreea_staicu thank you Andrea!!
Aibek Yegemberdin
Hi @a_samueldarwin, great question! It actually writes code in responsive design out of box. However I would always test it on different devices because sometimes those nuances can hide some mistakes.
J D
🧐 Good find
Looks very nice! However I'm trying to use it in Cursor (VSCode Fork) but annoyingly when it opens the sign-in link in my browser and after successfully logging in, it opens a brand new window of Cursor!! Therefore the initial signin just times out since it never got a response and in the new window of Cursor, it's not logged in either. And of course when I try signing in from the new window, it opens yet another new window.... Any idea how to resolve this? I'd really like to test it out. I know some extensions, like Codeium for example, allow you the option to get a confirmation code from the browser and then paste it in vs code.
Boris Jankovic
Not sure why that happened. Can you try just restarting Cursor, closing the app, and reopening it? If you're still not logged in to the Superflex extension after that, text me at boris@superflex.ai and we can go on a call to resolve your issue immediately.
Zeeshan Anwar
@superaibek Congrats on your product launch! Superflex is a game-changer for front-end development—turning Figma files into production-ready code is brilliant. Excited to see how it simplifies the coding process. Great work!
Aibek Yegemberdin
Thank you for your kind words @zeeshan_anwar! We launched this out of our personal pain-point, and we hope that we can help developers worldwide write front-end code 10x faster 🚀
Devluc
Wow awesome web development tool. Supported. Good luck with the launch
Boris Jankovic
Thanks @devluc
Fabio Salvadori
This is neat. Just not sure how it adapts to my coding stile/project? It always returns react code, although my framework is laravel. Anything settable in the settings?
Boris Jankovic
Hi @fabiosalvadori, thanks for reporting it. We need to improve our error communication. Currently, our AI assistant only works with frameworks based on JavaScript and TypeScript.
Oscar Lito M Pablo
@bjankovic Congrats on your launch of such a great timesaving AI product! Looking forward to using it for a current project. Questions: Can Superflex generate Svelte 5 code from UI sketches or screenshots? What about generating standard Web Components based on the Custom Elements specs?
Oscar Lito M Pablo
@bjankovic Where do I enter the code in VSCode for the 3-month free offer?
Rohan Arun
Congrats! Could I take a screenshot of another website to clone it?
Boris Jankovic
Hi @rohan_arun1, yes you can and best thing there is if you are using different design system it will make design from screenshot using your design system so it will perfectly blend with your existing UI components.
Haris Gul
Launching soon!
@superaibek Superflex is an exciting tool for transforming ideas into front-end code directly from Figma or text prompts, making development much faster and more efficient. The ability to match coding styles and integrate UI components is a great feature. It would be interesting to know how well it handles edge cases or more complex design structures during the code generation process.
Aibek Yegemberdin
@haris_gul thank you Haris! Excited to see InterWiz AI as well - when are you launching?
Timur Ercan
Congrats on the launch 🎉 Excited to see you are going the open source route 🙌
Boris Jankovic
Thank you @timur_ercan1! We are excited too about open-sourcing it to the community!
Kyrylo Silin
Hey Aibek, How does Superflex handle more complex UI interactions or animations. Can it generate code for these as well? How does it ensure the generated code follows best practices for performance and accessibility? Congrats on the launch!
Boris Jankovic
Hi @kyrylosilin, to be honest, I'm not sure how it will work for more complex UI interactions or animations. The best way to test that is to give it a try and see. Note that this is just the beginning and we are already working on a new, better version of Superflex. On second questions, you can look at that like if you already follow best practices for performance and accessibility, it will match it and do the same, since it learns from you. We are working on adding some pre-default best practices that will come with AI Assistant out of the box. I hope this answers your questions, if you have more, feel free to ask!
Tom Elliot
Love the idea of LLMs targeted to specific areas of development to improve the quality of the suggestions
Boris Jankovic
Thanks @tom_elliot!
Star Boat
Superflex sounds like an incredible game changer for front-end developers! 🚀 Thanks for bringing this innovative tool to life, @superaibek! You’re making our lives a whole lot easier!
Boris Jankovic
Thanks for the feedback, @star_boat. Glad to see more and more people looking at superflex like that! It will definitely become a game-changer when it comes to how we develop front-end apps.
Darcy Andrews
Awesome work on it! The ability to build features 10x faster and integrate with Figma designs is impressive.
Boris Jankovic
Thanks @darcy_andrews, it is truly something impressive and we just starting out!
Chrisi
How is it different from screenshottocode?
Boris Jankovic
Hi @chrisil, glad that you asked that first for us, which is just one of our features. Additionally, our key insight is that we're generating code that follows your existing code style and utilizes your existing UI components. I hope this answers your question.
Hasmik Ananyan
Superflex is a game-changer for front-end development! You're not just building better frontends faster—you're also enhancing the efficiency and accuracy of your workflow 🏆
Boris Jankovic
Thanks @hasmik_ananyan2! It is just a time before it becomes essential tool for every developer!
john
I'm really curious about one main thing: does this offer functional code or just styling code like V0 did? If it does include functional code, I'd happily pay for it!
Boris Jankovic
@kuze I like your assistance. That is the main thing about Superflex it writes functional code, which follows your coding style and reuses your existing UI components. You can try it in VSCode for free now, and I'm looking forward to hearing some feedback from you!
Bianca Tanase
Congrats on the launch! 🚀 Superflex sounds like an incredible tool for frontend development!
Boris Jankovic
Thanks. Surely it is! 🚀
Nissim Scialom
that's a beautiful logo ! congrats on the launch!
Boris Jankovic
Oh thank you for that. We like it too!
Miljan Rakita
Congrats guys on the launch. Will definitely give it a try and share my opinion here :)
Boris Jankovic
Thanks @miljan_rakita . Please do!
Vanja
Saves a lot of dev time! Can't wait for more features and updates from your team!
Boris Jankovic
Thanks @dzimiks, it really do!
bhupendra kunwar
Congrats on the launch! Hoping it to get it used by my team :) now
Boris Jankovic
@bhupendrakunwar Let's organize a onboarding call. I texted you on LN!