Zed
@zed.dev
2 days ago
💬 5
♻️ 18
❤️ 117
look at this!! cute lil terminal pet! integrates with Atuin to gain xp 🥹
github.com/bboynton97/mob
I named mine "bat”, because he's a better cat if you ship a hobby project and learned nothing, you have failed
Netlify is now available in Stripe Projects.
Provision a site from the terminal, then keep building on the same platform through deploys, previews, and production. No handoff. No starting over.
netlify.com/blog/netlify-available-in-stripe-projects Read complete blog post here ↓
commandcode.ai/blog/10-des... 10. Design like @Airbnb
`npx taste pull obaidnadeem/design-airbnb`
commandcode.ai/obaidnadeem... 9. Design like @Uber
`npx taste pull obaidnadeem/design-uber`
commandcode.ai/obaidnadeem... 8. Design like @nvidia
`npx taste pull obaidnadeem/design-nvidia`
commandcode.ai/obaidnadeem... 7. Design like @Shopify
`npx taste pull obaidnadeem/design-shopify`
commandcode.ai/obaidnadeem... 6. Design like @Nike
`npx taste pull obaidnadeem/design-nike`
commandcode.ai/obaidnadeem... 5. Design like @Spotify
`npx taste pull obaidnadeem/design-spotify`
commandcode.ai/obaidnadeem... 4. Design like @claudeai
`npx taste pull obaidnadeem/design-claude`
commandcode.ai/obaidnadeem... 3. Design like @Apple
`npx taste pull obaidnadeem/design-apple`
commandcode.ai/obaidnadeem... 2. Design like @vercel
`npx taste pull obaidnadeem/design-vercel`
commandcode.ai/obaidnadeem... 1. Design like @figma
`npx taste pull obaidnadeem/design-figma`
commandcode.ai/obaidnadeem... Today we're shipping ten free design system taste packages.
Inspired from industry best examples like:
Figma, Vercel, Apple, Claude, Spotify, Uber
Pull one of these and build UIs that look yours.
Try now!!
↳ npx taste pull
Read thread to download We'll keep shipping every week, the way we always have.
zed.dev/releases/sta... 1.0 doesn't mean done, and it doesn't mean perfect. It means most developers can quickly feel at home in Zed. If you tried it a while back and bounced because something was missing, this is our invitation to try again.
Zed 1.0 is a complete code editor built from scratch in Rust, running on Mac, Windows, and Linux. Five years of work by our team and community, exceeding a million lines of code. More capable than it's ever been, and still more performant.
We've shipped more than a thousand versions of Zed, but all of them began with zero. Today, that changes.
zed.dev/blog/zed-1-0 Netlify Database is live on Product Hunt today! 🚀
Fully managed PostgreSQL with automatic branching for Deploy Previews. Every run gets its own isolated database, so you can test safely and ship confidently.
www.producthunt.com/products/net... Read the full blog👇
pris.ly/pn-mongo You include `author` in your MongoDB query, but TypeScript still makes you prove it exists somewhere else.
Prisma Next makes the result type follow the query, so loaded data is typed where you use it. i now understand how priority queues work