TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Figmage: I don't mess with images (2020)

60 pointsby catchmeifyoucanalmost 4 years ago

8 comments

catchmeifyoucanalmost 4 years ago
Hey HN, I built Figmage as a Figma plugin because I was super frustrated with managing images and creating image assets every time I wrote a blog post.<p>Figma is a great tool to design and manipulate images from cropping, resizing, adding annotations, and making cover graphics, and you can export them. So Figmage gives a shareable link to your designs that live in Figma.<p>Updating your design in Figma, and publishing, will update the images everywhere they&#x27;re referenced. That means no re-uploads, and re-deploys.
评论 #28104045 未加载
benmannsalmost 4 years ago
Can you serve images directly from S3 static website hosting? You’ll avoid any cold start (and Lambda costs) that way. You could also put CloudFront or Cloudflare in front for caching after the first request.
评论 #28104051 未加载
adventuredalmost 4 years ago
I greatly sympathize with the author&#x27;s dislike of dealing with images. I&#x27;m still waiting for an inexpensive image hosting &amp; manipulation service that I can push images to at massive scale, get N variation images back (from a source image) along with links for the images to then be placed within my service (along with some primitive image transformation options, nothing too fancy).<p>I absolutely hate dealing with hosting and managing images for services I build. I&#x27;ve yet to find anything remotely cost-practical that rides on top of eg AWS or the equivalent and just provides a simple thin layer service so I never have to store or manipulate images again. Take AWS, add a modest margin on top for the image management &amp; manipulation layer. I&#x27;ve been waiting for someone to do this for 10-15 years at this point. Perhaps either there&#x27;s no great business there (not enough potential customers interested in having image hosting managed away), or everybody else hates dealing with image hosting too.<p>Companies like Cloudinary offer such services, and their prices are obscene (eg $100&#x2F;month for 225gb of bandwidth and storage).<p>At some point I&#x27;m going to just have to build it myself, get into the image-hosting-as-a-service business because I hate image hosting so much.
评论 #28103765 未加载
评论 #28103740 未加载
franky47almost 4 years ago
I made an open-source service [1] that does the same thing earlier this year. Although it&#x27;s pitched for OpenGraph images (where I share OP&#x27;s pain when dealing with blog post assets), it works for any kind of image, by proxying the Figma API that renders a frame to an image and returns an S3 public URL.<p>[1] <a href="https:&#x2F;&#x2F;usefoggy.vercel.app" rel="nofollow">https:&#x2F;&#x2F;usefoggy.vercel.app</a>
danielandrews43almost 4 years ago
Great idea. Bought immediately, this has always been a pain for me
评论 #28103858 未加载
taylorlapeyrealmost 4 years ago
Great idea! I wish I could provide an imgix api key and use it with this, because we need to use our own CDN for images. But this would take a lot of hassle out!
评论 #28104071 未加载
sergiomatteialmost 4 years ago
Whoa, this is brilliant and solves a very real problem.
评论 #28104061 未加载
disqardalmost 4 years ago
Excellent idea! I purchased the lifetime tier :)
评论 #28104568 未加载