1. X
  2. Jakub Neander (Zaiste)
Log inSign up
Jakub Neander (Zaiste)
4,657 posts
Image
user avatar
Jakub Neander (Zaiste)
@zaiste
building @yournextstore software/hardware, fringe programming languages, made: @polyconfhq @rupy
San Francisco, CA
zaiste.net
Joined February 2010
342
Following
2,711
Followers
RepliesRepliesMediaMedia

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
    Jakub Neander (Zaiste)
    @zaiste
    Sep 16, 2025
    ✨ We believe AI will radically change how we buy and sell online. @yournextstore is the simplest, fastest AI-native commerce platform. Built for agentic commerce. We call it Omakase Commerce - fewer knobs, better defaults, everything working together. For founders, merchants
    Image
    00:00
    6.9K06.9K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Aug 6, 2024
    🚀We've just open-sourced @yournextstore storefront! Ultra-simple, ultra-fast commerce in Next.js with Stripe as the backend, using @shadcn UI ✨Features ▪lightning-fast navigation ▪instant search ▪4 click checkout with Stripe Link ▪no DB needed ⭐git.new/yournextstore
    Image
    00:00
    80K080K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    May 22, 2023
    Anyone interested in a tutorial on how to build a Next.js e-commerce storefront from scratch? The Stack: - @nextjs 13 with React Server Components / App Router style - @tailwindcss + @shadcn UI - GraphQL API by @getsaleor - Auth with Passkey by @passageidentity from @1Password
    Image
    00:00
    65K065K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Jan 22, 2025
    Inspired by @levelsio - just hit my first 3-digit milestone: 108kg deadlift! (3x8) 🔥 started at 50kg, now at 1.35x bodyweight! my technique needs work (roast me), but stoked to cross 100kg
    Image
    00:00
    Image
    user avatar
    @levelsio
    @levelsio
    Aug 19, 2024
    🏋️ I made a Deadlift ETF with only companies with CEOs that lift weights or do fight sports (not just cardio) It outperforms the S&P500 by 140% or 2.4x over the last 4 years! Lifting weights = $$$
    382K0382K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Apr 3, 2019
    It looks like my *tiny* article on @thepracticaldev about Git kind of exploded 💣. I'm amazed how positive & welcoming the community behind this portal is! Applause 👏 to @bendhalpern @jessleenyc & @peterkimfrank for creating such place. 📰
    Image
    15 Git Commands You May Not Know
    From dev.to
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    May 30, 2023
    This is how I run my GraphQL with Next.js 13 App Router these days - Execute query/mutation server-side directly in the component (RSC) - No need for a GraphQL client (in most cases) - Use (just) `fetch` along with GraphQL Code Generator by @TheGuildDev - Typed GraphQL
    Image
    00:00
    49K049K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Nov 27, 2024
    Just migrated to the new `Sidebar` from shadcn UI in @yournextstore and... blown away ▪ huge code reductions ▪ fully responsive (desktop + mobile) ▪ endless customization options A beautiful, well-crafted abstraction. Easy to drop into your codebase. Feels like a new
    Image
    00:00
    25K025K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Apr 19, 2024
    ✨ I'm building a modern boilerplate for e-commerce in Next.js focused on performance and ease of use that integrates w/ @stripe 100% TypeScript w/ @shadcn UI & Next.js App Router ▪ React Server Components ▪ Caching ▪ Partial Pre-Rendering ▪ Parallel & Intercepting Routes
    Image
    00:00
    31K031K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Sep 9, 2024
    Your Next Store 🤝 Resend YNS is a universal React.js commerce stack thanks to Next.js Now with... Emails in React.js ✨powered by react-email and @resend ▪email templates as React components ⚡ ▪style emails using Tailwind CSS ▪use Resend's brand new components library,
    Image
    00:00
    16K016K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Jul 11, 2024
    ✨Introducing Your Next Store It allows you to launch online stores with just a few clicks It’s super fast because it’s built with Next.js and RSC It uses Stripe as the backend - no need for a DB or any complicated infrastructure cc @_buildspace @_nightsweekends
    Image
    00:00
    13K013K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Mar 30, 2024
    💥Excited to announce the launch of our Next.js 14 storefront, called Your Next Store or YNS for short. It is built using modern techniques such as ◾️App Router ◾️React Server Components ◾️Server Actions ◾️TypeScript FTW ◾️Built using @shadcn UI It directly connects to
    Image
    40K040K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    May 29, 2023
    💥Here it is! Building an e-commerce storefront with Next.js 13 (App Router) - a video series (Part 1) - @nextjs 13 with RSC / App Router style - @tailwindcss + @shadcn UI - GraphQL API by @getsaleor Happy to be joined by the excellent @MMiszy to make the app not only
    Image
    23K023K
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Dec 30, 2019
    Would you like to build a REST API in Node.js using TypeScript ? I've just written a tutorial about this topic on @ThePracticalDev It's aimed for absolute beginners dev.to/zaiste/how-to-… #CodeNewbie #javascript #100DaysOfCode
    Image
    How to Quickly Build a REST API in Node.js with TypeScript (for Absolute Beginners) - PART 1 of 4
    From dev.to
  • user avatar
    Jakub Neander (Zaiste)
    @zaiste
    Jun 12, 2024
    Vercel AI SDK has the best DX for function calling ▪super concise ▪zod for function signatures ▪execution collocated with the function definition ▪swap AI providers on the fly ▪type inferenece for the execution function ▪a notion of roundtrips, no message stitching
    Image
    48K048K
Advertisement
Advertisement