Zed
@zed.dev
4 months ago Text rendering on macOS looks sharper now, especially in dark themes.
github.com/zed-industri...
💬 1
♻️ 0
❤️ 3
Text rendering on macOS looks sharper now, especially in dark themes.
github.com/zed-industri... In addition to file history, you can now view the history of all files within a folder. Right-click a folder in the project panel and choose `View History`. Thanks robert7k!
I don’t really want to keep pushing tiny commits, but I also want to push small changes often If there’s a reason to make a logical second commit I will, but usually I feel like that makes sense as a second PR I really hate making long lived feature branches and avoid whenever possible
Each of these needs a real database — shared state across users, persistent across devices, consistent under load.
That's why they're paired with Netlify Database. Postgres provisioned at deploy, no setup, ready when your agent is.
Start here → netlify.com/blog/netlify-database "Build a small online auction site for vintage cameras. Sellers list items with a starting price and end time, buyers place bids that update live, and the highest bidder at close gets a confirmation email. Sepia tones, film-grain texture, and a soft camera-shutter click on each new bid."
"Build a member portal for a small CrossFit gym. Members sign up for class slots, watch their attendance streak grow, check remaining credits, while coaches see the day's roster. Black with electric yellow, and a satisfying barbell-clink sound when a class is booked."
"Build a collaborative travel-planning site for me and my group. Add stops, vote on activities, leave comments on each day. Vintage-postcard aesthetic with stamps, dotted travel lines on a map, and a little paper airplane that loops when someone adds a destination."
"Build a marketplace for a local farmers' market where each vendor manages their own stall and shoppers place a single pickup order across multiple vendors. Earthy palette, hand-drawn vegetable illustrations, and a tiny sun that rises across the top of the page through the day."
"Build a neighborhood book-swap site where members list books they're done with, request titles from others, and arrange pickups via short messages. Cozy independent-bookshop aesthetic, warm browns, serif type, and a little stack of books in the corner that grows as the catalog fills up."
"Build an online ordering site for my pizzeria. Customers build a pizza and check out, while I watch orders roll into a kitchen dashboard in real time. Wood-fired vibes, dark backgrounds, a hand-lettered specials board, and a tiny flame that flickers on the logo."
"Build a booking site for a one-chair barber shop. Services with prices, a calendar where customers grab a slot, and an admin view of upcoming appointments. Confident black and cream, sharp sans-serif, and a barber-pole stripe that slowly rotates in the hero."
"Build a wedding RSVP site where guests confirm, pick a meal, and leave a note for the couple. Add a live guestbook that fills as people sign in. Soft florals, elegant serif headlines, hand-lettered 'yes!' button that wiggles on hover."
"Build a small online shop for the ceramics I make on weekends. Browse, add to cart, place orders that I see in a tidy admin view. Gallery minimalism, terracotta accent, and each product photo gently tilts on hover like it's being picked off the shelf."
"Build a site where my whole family can drop in their favorite recipes — photos, the story behind each one, and little comments on each other's. Cozy magazine layout, warm cream tones, hand-drawn dividers, and a puff of flour that drifts across the screen the first time someone adds a recipe."
Last week we shared 8 prompts that get you started with Netlify Database.
Here are 10 more — all with cozy details, little animations, and good-looking design baked right in. Paste, ship, share. 🧵
netlify.com/blog/netlify-database Read the full blog👇
pris.ly/pn-mongo Your MongoDB index starts as a quick shell command, then becomes a production dependency nobody can trace.
Prisma Next moves indexes, validators, and collection options into migrations you can plan, review, and apply. I wrote up some things about my experience playing with jj
mostly a braindump, probably wrong in places, but perhaps useful
ellie.wtf/notes/jj-get... I'd subscribe to a feed of just your draft titles 🤌
the making of sri.leaflet.pub, with all the punny wordsmithing behind the scenes Migrating from another Postgres provider.
Moving from Neon, Supabase, or any Postgres service. Install the CLI, link your project, run netlify database init, drop in your Drizzle migrations. Deploy previews get branches, production cutover is zero downtime.
youtu.be/M-IhV4Ediv8 Build features safely in parallel.
Two teammates, two changes, at the same time. One adds a field through an agent run, the other goes through a pull request. Each gets an isolated database branch seeded from production. Nobody breaks anything.
youtu.be/YM4nwb-bHMs Working locally with Netlify Database.
Connect your local dev environment with the CLI, run migrations, inspect the schema, and iterate on features without ever touching production data.
youtu.be/Q7EGpdy6uXY Add a database with any agent.
Project idea: a tool for tracking the stuff users collect. Hand it to Claude with Netlify skills installed. A prompt and a few minutes later, the app is live in production with Database, Blobs, Identity, and Functions all wired up.
youtu.be/tpXp63Z8MHE