Netlify
@netlify.com
about 1 month ago Know a woman building cool things with AI? Drop a link. 👇
💬 0
♻️ 0
❤️ 0
Know a woman building cool things with AI? Drop a link. 👇
“I am a mom of four now. When I was a first-time mom, I didn’t know what to do because my mom passed away when I was 18… I searched for everything online, but the information was scattered—websites, Pinterest, blogs… This is the tool I wish I had had when I first became a mom.”
newmom.help Women builders spotlight (1/5): Zeng
Zeng built newmom.help — an AI chatbot designed to support new moms. :woman_feeding_baby:
newmom.help Highlights from the Void just dropped ✨
Watch our February recap and go a bit deeper into the highlights!
Learn about the latest updates to Vite, Vitest, Rolldown, Oxlint, Oxfmt, and what's happening in the community.
www.youtube.com/watch?v=7Rj6... Your users could be experiencing a slow app right now without anyone on your team realizing it yet.
@shrutikapoor08.bsky.social runs a 10-minute production health check on her own React site using tools already built into Netlify to find performance issues fast.
Watch now: youtu.be/rcdylpbNr9w?... AI builders, this is for you.
AI Shippers is a place for people who are actually building with AI and want to ship faster, learn faster, and do it together.
If you’re experimenting, launching, iterating, or trying to turn AI ideas into real products, get on the waitlist.
🔗 aishippers.netlify.app Did you know Zed has settings profiles?
Toggle between different configurations instantly.
See more in Hidden Gems 3:
zed.dev/blog/hidden-... did a double take reading this and seeing dotcom.press/history-of-domains in there :) That means you can use the OpenAI SDK directly in Netlify Functions with zero config required for API key management or authentication, while AI Gateway handles the routing layer. Netlify also includes built-in caching, rate limiting, and auth infrastructure. 
OpenAI GPT-5.4 and GPT-5.4 Pro are now available in Netlify AI Gateway and Agent Runners.
www.netlify.com/changelog/gp... If you've loved using Oxlint's type-aware linting feature, then please consider sponsoring auvred too: github.com/sponsors/auv... VoidZero is excited to sponsor auvred for $10,000 as a small thank you for all their contributions that push the ecosystem forward. Thank you auvred for creating tsgolint and generously offering to continue its development under the Oxc organization.
If “I’ll build it this weekend” has been a lie you keep telling yourself, make it true on March 8.
Nahrin Jalal is running a workshop at the IWD Build with Cursor session. Build, then deploy live with Netlify. Free credits.
luma.com/iwd-buildwcu... Calling all hackers, builders, and AI tinkerers
The @powersync.com AI Hackathon is live with $8K+ in prizes
🏆 $1K Supabase credits for the best Supabase-powered submission
⚡ Free $25 Supabase credits for participants
Join the hackathon → powersync.com/blog/powersync-ai-hackathon-8k-in-prizes back in 2023 leaflet was hyperlink.academy and didn't have anything to do with atproto, leaflet dev started mid-2024 and release announced in march 2025 and i think judging by the language they hadn't gone all-in on atproto at that point news.ycombinator.com/item?id=4326... i'm just an onlooker but it seems like @leaflet.pub is such a good example of a technology that waited around for the right wave and then rode it: leaflet existed as just a document editor on the web for a long time before the atproto wave came around, and then it all locked into place demo for tracy.nereid.pl which recently got added to @folkcomputer.bsky.social now that is a very fast web application experience (c++ to wasm afaict): tracy.nereid.pl $ 𝚗𝚙𝚡 𝚌𝚑𝚊𝚛𝚝𝚕𝚒
Or global install it.
$ npm i -g chartli
# Skill for your agents
$ npx skills add ahmadawais/chartli
If you work in terminals and want quick data visualization without leaving your workflow, try it.
⌘ let's go!! SVG mode has 2 render paths: circles (scatter plot) and lines (polylines). Output is valid XML you can pipe straight to a file or into another tool.
Zero config by default, every dimension overridable (-w width, -h height, -m SVG mode).
No config files.
No themes.
No dashboards. The bars renderer uses 4 shading levels (░▒▓█) to visually separate series without color. Works on any terminal, any font.
Heatmap maps values to a 5-step intensity scale across a row×column grid, so you can spot patterns in tabular data at a glance. The braille renderer is my fav. Each braille character encodes a 2×4 dot grid, so a 16-wide chart gives you 32 pixels of horizontal resolution. Free anti-aliasing from Unicode. 0.0 0.1 0.1 0.1
0.2 0.4 0.2 0.4
0.3 0.2 0.4 0.2
Composes with pipes:
$ cat metrics.txt | chartli -t spark
S1 ▁▂▃▄▅▆
S2 ▁▄▂▇▅█
S3 ▁▂▄▃▆▅
S4 ▁▄▂▇▂▇ - heatmap (2D grid, ░▒▓█ intensity mapping)
- unicode (grouped bars with ▁▂▃▄▅▆▇█ sub-cell resolution)
- braille (⠁⠂⠃ 2×4 dot matrix, highest density)
- svg (vector output, circles or polylines)
Input format is dead simple: rows of space-separated numbers. Multiple columns = multiple series.