Everything announced at Config 2026 🎉
Connect with other community members, share your work and get inspired.
Recently active
I have published a plugin to add page numbers on Slide Decks, maybe it can improve your work efficiency.Welcome to use it and give us your feedback.https://www.figma.com/community/plugin/1479514063647594538/slide-auto-page-number
Okay few things figma has turned one of the 4 design pages i made and made it very dark example included below any one that help get the life back in the photo id appreciate it a lot. Also take design and placing within my domain im a single member LLC handeling everything my experise is not this but creating workflow front end design back end deployment i struggle with.
The world of software development is undergoing a dramatic shift, driven by the rapid evolution of artificial intelligence (AI) and machine learning (ML). These technologies are not just buzzwords but fundamental tools reshaping how software is designed, developed, and deployed.AI and ML empower developers to create smarter, more efficient applications that can learn from data, adapt to changing conditions, and automate complex tasks. By integrating these technologies into the development process, teams can significantly improve productivity, reduce errors, and deliver personalized user experiences.AI assists in automating repetitive tasks, such as code generation, bug detection, and testing, which allows developers to focus on higher-level problem-solving and innovation. Machine learning algorithms can optimize software performance, predict user behavior, and offer intelligent insights, helping businesses make data-driven decisions.The combination of AI and ML is not just transforming
Hi, I’m an author of an figwire - lightweight typescript friendly library for seamless communication between plugin and UI layers.https://www.npmjs.com/package/figwire How does it work:For the work on the plugin side use imports from `figwire/plugin`, and for the work on the ui side use imports from `figwire/ui` On the one side you define the methods that will be available on the other side: const pluginApi = defineApi({ greet: (name: string) => `Hello ${name}!`}); Export the type for these definitions: export type PluginAPIDefinition = typeof pluginApi; Provide the type for the client on the other side: const pluginApiClient = client<PluginAPIDefinition>(); Use the methods using typescript suggestions: const greeting = await pluginApiClient.greet('Johnny Jeep'); And that’s it. It’s an early release, therefore I am open to suggestions.Please let me know what you think!
Explore a wide selection of custom prayer journals at USAPad. Whether for personal reflection, gifts, or group events, our affordable, high-quality journals are perfect for churches, retreats, or personal use. Customize your prayer journal with names, dates, Bible verses, and more. Available in various styles, including foil-stamped, hardcover, and spiral-bound designs. Order in bulk or as a single piece for any occasion. Fast delivery and easy ordering. Call for a free quote today! Click here to visit: https://www.usapad.com/prayer-journals.html
Hello, guys! You can add your prayer requests and what you’re grateful for here~ 💖
I want to try Grammarly in FigJam but the extension says: figma.com is not supportedFor technical reasons, we currently do not check your text on this website. Please use your Grammarly Editor instead. Please enable Grammarly in FigJam instead.
can anyone suggest me
yooo off-topic.thought I’d make a movies thread. just discuss movies old and new and whatever.I watched Untouchables last night. 8/10. Thought it was gonna be more of a gangster movie and it was quite different. Direction and set pieces were great. And Sean Connery cracked me upGonna watch something tn if I don’t fall asleep. Any reccs lmk. My fav movies are Casino and Lost in translation
Hey Figma Plugin Devs 👋 I’m really excited to release this open source project to the world! Bolt Figma is our new framework that lets you build Figma plugins faster. Key features include: Start a new project in seconds with yarn, npm, or pnpm Pick Svelte, React, or Vue for your frontend framework Full Type Safety for the Frontend, Backend and Manifest Instant Hot Reloading powered by Vite.js Optimized Build Size And so much more https://hyperbrew.co/resources/bolt-figma/ We’ve already have 2 products go live using Bolt Figma, and excited to see what new projects people build with it. Huge thanks to Figma for making this project possible via the Figma Creator Fund 🙏 If you’re starting a new Figma plugin, try out Bolt and let me know how you like it!
Answer questions about the song Nothing More
🟦FigLintCheck your designs and identify common issues, layer‑by‑layer.🔦 I just want to give my plugin a little spotlight – I believe it can help…⚠️ Problem: Design issues hide in the Design panel, making them hard to spot.✅ Solution: FigLint scans, categorizes, and lists all affected layers.🤓 Perfect for perfectionists, design system teams, and smoother handoffs.This project means a lot to me – if you find FigLint helpful, please spread the word!https://www.figma.com/community/plugin/1323794044088972088/figlint
🚀 Introducing SparkUI – The AI-Powered Figma Plugin for Designers! 🎨✨ Hey Figma Community! I’m excited to announce the launch of SparkUI, a brand-new plugin designed to enhance your design workflow like never before! Whether you're a seasoned designer or just starting out, SparkUI helps you design smarter, build faster, and create effortlessly.🔥 Key Features:✅ AI-Powered Frame-to-Code Generation – Convert any design frame into clean, production-ready code instantly. No more manual handoffs!✅ One-Click Core Components – Quickly create reusable UI components to maintain consistency across your designs.✅ Comprehensive Icon Library – Browse and add high-quality icons to your designs in just one click.✅ Professional Image Mock-Up Integration – Search, filter, and embed realistic mock-ups directly into your Figma canvas.📢 Regular Updates & Community FeedbackSparkUI is just getting started! 🚀 I’ll be rolling out regular updates to improve functionality, fix bugs, and add new features
Hello community!We’ve built a plugin capable of pulling, importing and syncing real-data from multiple official data sources such Shopify, WordPress, WooCommerce, Airtable, Google Sheets and more, right into Figma designs.Moreover, it doesn’t matter what is the name of the layers you wish to connect, our system automatically recognizes wether the layer is text or image.Our Google Sheets integration differs from others too! We allow the connection of private Google Sheets, no need to share public Google Sheets URLs where data privacy is at danger.Hope you like it ! Here is the plugin: Plugin
Is it possible to export responsive layout html+css that includes media queries (for the available viewports of my design, e.g., desktop, tablet, mobile, code from Figma?Best,Filipp
In advertising, visuals make the first impact. Well-edited, high-quality images attract attention and improve engagement. Image clipping services refine images for banners, posters, and online ads, ensuring a professional look. Need sharp, clutter-free visuals? image clipping path services can help create striking advertisements that boost conversions. explore our services now at visualsclipping.com
Please guys check my work and please any correction, i will be very happy to hear it from you guys thanks.
During the development of Parrot, I found immense inspiration from the exceptional work of other talented creators and contributors like @Gleb, @tonypinkevych and the entire community! Your dedication and passion fueled my own journey. Today, I’m excited to give back and share something valuable as well. Introducing figcd(GitHub - parrot-global/figcd: Figma Plugin CLI Publisher) – an opensource tool aimed at making publishing of new versions of Figma plugins seamless and hassle-free. Now that the Parrot Plugin is live, I’ve become acutely aware of the laborious and error-prone steps involved in releasing a new version of a Figma plugin. Before commit and push changes to the repository building the plugin code for production updating version numbers 🙈 realizing that 3. should have happend before 2. to work properly with mixedpanel publishing to Sentry Preparing release in the Figma App and press publish 🧑‍💻 👩‍💻🦥 😴 &#x
Finding reliable import-export partners is key to success in global trade. Here are three steps to ensure you're working with genuine suppliers and buyers:1️⃣ Verify Credentials2️⃣ Request Samples & Certifications3️⃣ Use a Secure Payment MethodFor more detailed insights on import-export business opportunities, check out The Dollar Business. 📈
While Apple Silicon (M1/M2) Macs do not support Boot Camp for dual-booting, there are still several ways you can run Windows 11 on your Mac Mini M2.Parallels Desktop is the most popular and seamless option for running Windows on a Mac. It allows you to run Windows 11 in a virtual machine directly on macOS without needing to restart your system.UTM is an open-source virtual machine tool that allows you to run various operating systems on your Mac. Although UTM is more DIY than Parallels, it’s a free solution that works well for basic Windows 11 usage. See How to install Windows on Mac with UTMFor those who need Windows but don’t want to deal with local installations, a cloud-based solution like Windows 365 is a great option. With this, you can stream a full Windows 11 experience to your Mac Mini M2 via the Internet.Running Windows 11 on a Mac Mini M2 is very doable, even without Boot Camp support. Whether you go for a virtualization tool like Parallels Desktop, a free solution like UTM,
Hi all, I'm looking for an experienced Figma-to-code expert to form an equity partnership with to launch my app idea/design, which is Detoxer.app - an AI-powered addiction recovery and habit transformation app (porn, alcohol, weed, cigs, gambling, etc). It helps users overcome addictions and toxic habits by shifting their focus toward goal-setting, self-improvement, and positive habits. I have a Figma design that has ~90% of the UI completed with proper Figma tagging (which was created a Figma design expert) but I'm new to both Figma and app dev, so getting this design to be production-ready on my own would take longer than I want to wait (and we all know success loves speed!) Therefore, the obvious fastest path to market is to partner with an expert for the tech side while I handle the website, marketing, partnerships, etc. By partnering with with an expert, I estimate the MVP could be ready to launch in around a week or so. Please reply below if you have the skills and interest in su
check out my designs A pop up guidance feature in phone to guide non techy elder people to use certain features without any complication.It has customizable voice triggers, user friendly , also can ask type in questions if needed.
Hey, community! I just released a new plugin called Keywords Generator. Powered by an integration with GPT, it lets you instantly generate keywords for your component descriptions. Use Case The need to create keywords for component descriptions to make them easier to search or discover. Pain Addressed The daunting, manual task of creating keywords for each component individually. How it works Enter a valid OpenAI Key. Select all components you’d like to generate keywords for. Choose the number and language of the keywords, click to generate, and wait for the plugin to finish. Check out the plugin
What other features do you think are essential for a successful media and entertainment app? Are there any innovative features that you believe will shape the future of digital entertainment?
I’ve been using lock screen widgets on my Android phone for a while now, and I gotta say, they make life so much easier. Instead of unlocking my phone every time, I can just glance at the screen and see the latest news, weather updates, or sports scores in real-time. No need to open apps again and again.I’m curious, do you guys use lock screen widgets too? If yes, which ones are your favorite, and how do they help you? Looking forward to your thoughts!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.