Advertisement · 728 × 90

Posts by Caleb Meredith

Video

We've seen people work on some pretty big things in Alpine. So we built a first class feature for your most ambitious projects

3 weeks ago 1 0 0 0

I think Alpine is great, but don't take it from me. Learn what it's like when you use Alpine for a year:

1 month ago 0 0 0 0
Video

NYC blizzard today: Mamdani has closed the roads but there's one thing bringing new yorkers out to meet mother nature…

The dog has to pee

Cute dog snow photos is a good excuse to show just how easy it is to create a beautiful image gallery in Alpine:

1 month ago 1 0 0 0
Preview
Alpine Your docs, tasks, chat, and AI in one app that organizes itself for you. So you can stop managing tools and do your best work.

We care a lot about quality. Because these small wins add up to a delightful experience

Try Alpine and let me know what other small wins we need: alpine.inc

1 month ago 0 0 0 0
Post image

(4/n) Our Cursor integration now lets you add a personal Cloud Agents API key so the agents you create are tied to your account

1 month ago 0 0 1 0
Post image Post image

(3/n) Alpine doesn't have slash commands, everything is in one "@" menu (simple)

This wasn't discoverable enough so we added a placeholder telling people to use "@" and we added support for "/" to open the same menu to preserve peoples muscle memory

1 month ago 0 0 1 0
Video

(2/n) Right click turn into preview on links

1 month ago 0 0 1 0
Video

Small wins this week: @ menu automatically selects the first result when you press enter

(1/n)

1 month ago 0 0 1 0
Video

Just one more link bro. I swear bro its behind just one more link, I swear

^ Me in Zoom meetings

You know what's better than a link? Having the information you need right in front of you

That's why everything in Alpine (the all-in-one work app) has rich previews:

1 month ago 0 0 0 0
Advertisement
Video

How many browser tabs do you have open right now? Too many! You're losing time context switching

We solve this in Alpine (a new all-in-one work suite) by opening a mobile phone sized window you can use without breaking your flow state

Check it out:

2 months ago 1 0 0 0
Video

Slack + Notion's search are woefully primitive

Excuse me for getting technical, this is what Alpine search uses:

> LLM embeddings in a vector db
> NLP for searches like "my posts from last month"
> Affinity score to boost the most relevant stuff
> BM25 keyword matching

2 months ago 0 0 0 0
Video

I have a problem. I'm obsessed with craft.

Alpine took 3 years to launch because I cared (too deeply?) about every pixel

You can see this in tables. I played with many tables while building ours and we have the slickest implementation I've seen.

Check it out:

2 months ago 2 0 0 0

If you want to chat more about your use case, I’m happy to hop on a call: alpine.inc/meet-caleb

2 months ago 0 0 1 0

We also want a folder-like feature (near the top of our roadmap)

So “no folder” isn’t 100% accurate. We want to optimize for quick capture and letting the system organize itself but if there’s structure you want, we should let you create that structure!

2 months ago 1 0 1 0

Yes. We definitely want deep integrations with all the tools we currently use! You shouldn't need to migrate anything to get value from Alpine

2 months ago 1 0 0 0
Video

I was asked "how does Alpine reduce context switching" on ProductHunt. The answer so obvious you'll never look at your Slack + Notion setup the same way again

To mention a doc in Alpine you hit @, type a bit, select and get a little in app preview

That's it that's the post

2 months ago 0 0 0 0
Advertisement
Video

Introducing Alpine

Your docs, tasks, chat, and AI finally in one app

alpine.inc

2 months ago 25 3 4 3

if you liked this, check out another demo:

7 months ago 0 0 0 0
Video

slack violates a fundamental principle of design: fitt's law

the amount of time it takes your eye to move from one bit of the screen to another is based on how far apart they are

the time i wasted reorienting after opening a thread, sheesh

glad i’m not using slack anymore

7 months ago 1 0 1 0

if you liked this, check out another demo:

bsky.app/profile/cale...

7 months ago 0 0 0 0
Video

apple notes is where i kept all my tasks for years

even at companies that used jira! or linear!

that's why in our task tracker app we made it as easy to create a task as it is to create an apple note. ZERO friction

7 months ago 1 0 1 0

if you liked this, check out another demo:

bsky.app/profile/cale...

8 months ago 0 0 0 0
Video

notion is so buggy

the new oss openai model likes tables, let's see what it's like trying to create a table in notion…

8 months ago 1 0 1 2

if you liked this, check out another demo:

bsky.app/profile/cale...

8 months ago 0 0 0 0
Advertisement

if you liked this, check out another demo:

bsky.app/profile/cale...

8 months ago 0 0 0 0

this is only possible thanks to ai that organizes your work for you

8 months ago 0 0 0 0
Video

gen-z doesn't know how the file system works so we're building the no-folders work app

8 months ago 0 0 3 1
Video

finally, we use an svg mask to only render a border around the element

8 months ago 0 0 0 0
Video

you'll notice the conic gradient didn't cover the entire menu item. that's because the animation ends up looking really bad on very wide elements (like this one) if you don't stretch out the gradient!

we apply a css transform to make sure the gradient covers the entire element

8 months ago 0 0 1 0
Video

next, you need a conic gradient

annoyingly, html supports conic gradients but svg doesn't. so we need to use svg's <foreignObject> element to embed a <div> with a conic gradient in the svg

8 months ago 0 0 1 0