About
Community-led EdTech strategist passionate about building accessible learning platforms that serve all learners. I design engagement strategies that are inclusive by default—amplifying voices, lowering barriers, and turning passive users into active participants. With a focus on equity, technology, and scalable impact, I work at the intersection of education, design, and community to ensure learning environments reflect the diversity of those they aim to empower.
Work
Design
Badges

Forums
What's one thing that makes you reach out to a startup showcasing their product at a tech event?
We've been invited to take part in our first physical event to showcase Lifetoon with a stand - Bucharest Tech Week.
We're already preparing some must-haves (stickers, roll-up, demo), but I'm curious to find the things that make a startup stand out for you at events. I know things that can be consumed (coffee, sweets) attract people, but I'd love to find out about other things that caught your eye while exploring the startup area at bigger events.
✨ Meet the New Way to Turn Text into Videos with Wavel AI
Ever wished your words could just turn into a video?
Well now they can. And it takes just a few clicks.
With Wavel AI s Text-to-Video tool, you can write your idea (or let AI help), pick a face and voice, and boom your video is ready. No camera, no mic, no stress.
Write your own script or choose from AI-written ones
Vibe coding process - do we jump in or plan it out?
I'm super curious how everyone starts to vibe code? In the beginning I would simply jump into @bolt.new or @Cursor and just do a prompt and continue refining with the AI. I quickly realized this created a lot of issues as I didn't think about the structure, tech stack, and how I wanted the features to interact with each other and how the way I was building things would impact the user experience. I now do the following:
Write down a simple problem statement: "what am I trying to solve?"
Write down a simple solution statement: "what does the thing I'm building do (to solve the problem)"
Share the above with @ChatGPT by OpenAI and word vomit my thoughts, ideas, how I want the user to interact with my app, etc and ASK ChatGPT to turn everything I said and want into an easy to understand directive and instructions for an Engineer.
I then take the Engineer instructions and give it to a new chat in ChatGPT and ask it to turn those instructions into a prompt for an AI engineer and to break up the project into sections so that each time we focus on a section the app is shippable and keeps things easy to work on.
I take the output and paste it into my notes. I then give it to Cursor.
Once in Cursor, I create a new project folder and got at it!
Curious what everyone else does and if you've experience any things to avoid or must do