Log inSign up
Steve (Builder.io)
8,178 posts
user avatar
Steve (Builder.io)
@Steve8708
CEO @builderio - visually code together
San Francisco, CA
builder.io
Joined October 2008
782
Following
132K
Followers

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
  • Pinned
    user avatar
    Steve (Builder.io)
    @Steve8708
    Apr 8
    Announcing Builder 2.0 We raised $67M to build collaborative coding for Claude and Codex - Start tasks from a local branch, Slack or Jira - Real-time collab between humans and agents - 100s of parallel agents code, test, review Reply "Builder" and I'll DM you 500 agent credits
    00:00
    90M
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Nov 14, 2024
    wait what
    3.6M
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Oct 13, 2024
    linkedin the good parts
    3.3M
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Nov 7, 2024
    ok hear me out
    668K
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Nov 7, 2024
    its the future
    783K
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Oct 2, 2025
    how do Adaline and Apple make these crazy 3d zooming effects as you scroll? it's easier than you think - let me show you how prompts and code in thread:
    00:00
    372K
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Sep 12, 2023
    we've been working on something... velocity.builder.io
    00:00
    1.1M
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Apr 7, 2023
    these 5 lines of code can add crazy shit to your apps. use them. 🧵:
    Screenshot of the code:

async function askGpt(prompt) {
  const completion = await openAi.createChatCompletion({
    model: 'gpt-3.5-turbo',
    messages: [{ role: 'user', content: prompt }],
  });
  return completion.data.choices[0].message.content;
}
    1.3M
  • user avatar
    Steve (Builder.io)
    @Steve8708
    May 29, 2025
    oldest trick in the book
    294K
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Jul 18, 2023
    copilot has had enough today
    screenshot of github copilot autocompleting `console.log("fu` to `console.log("fuck you")`
    400K
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Apr 3, 2022
    Do you know about :is() in CSS? It's pretty handy!
  • user avatar
    Steve (Builder.io)
    @Steve8708
    May 30, 2022
    How do Nike and Apple make such smooth and touch friendly carousels with pure CSS? /* tl;dr */ .carousel { scroll-snap-type: x mandatory; } .carousel .item { scroll-snap-align: start; } More detail 👇
    00:00
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Sep 16, 2024
    update: why you shouldn't make a website that is AI-generated as you browse it
    a graph showing our daily LLM costs as much as $3k
    01:22
    user avatar
    Steve (Builder.io)
    @Steve8708
    Sep 10, 2024
    i made a website that is ai-generated as you browse it is this the downfall of the internet?
    497K
  • user avatar
    Steve (Builder.io)
    @Steve8708
    Jan 12, 2023
    A cure for React useState hell? You may not realize how easily you can replace useState with useReducer and simplify your state management You can read more in my latest blog post: builder.io/blog/use-reduc…
    00:00
    609K