statelyai Profile Banner
Stately.ai Profile
Stately.ai

@statelyai

Followers
9K
Following
4K
Media
675
Statuses
2K

The visual software modeling platform for app logic and workflows. Collaborate with your entire team to ship more robust code, faster.

Orlando, FL
Joined January 2020
Don't wanna be here? Send us removal request.
@statelyai
Stately.ai
2 years
✨ Last week we brought you Stately Sky and this week… 🆕 Stately Studio 2.0 is out now! 1️⃣ Generate flows faster with Stately AI
5
22
109
@DavidKPiano
David K 🎹
21 days
Did you know you can use XState as a pure function to determine the next state (+ actions)? Which means you can use it anywhere, even other state management libraries (if you want) const [state, actions] = transition(machine, prevState, event)
2
10
87
@RuohanZhang76
Ruohan Zhang
1 day
I will join Northwestern University Computer Science as an Assistant Professor in Fall 2026! I am actively recruiting PhD students and seeking collaborations in robotics, human-robot interaction, brain-computer interfaces, cognitive science, societal impact of AI & automation,
57
179
1K
@cmiondotdev
Simeon
1 month
@statelyai has been an absolute game changer in my state management workflow. I love that it forces me to think of how my app would behave before i write any single line of code.
0
2
8
@DavidKPiano
David K 🎹
3 months
Using @xstate/store in React just got a lot easier with `createStoreHook(…)` const useSomeStore = createStoreHook(…) const [state, store] = useSomeStore()
8
8
163
@anuraghazru
Anurag Hazra ⚛
4 months
🔨 State management refactor! Migrated to XState. It took some time, But it's so much easier to reason about now! 😌 thanks @statelyai
@anuraghazru
Anurag Hazra ⚛
1 year
🔺 Added Live formula evaluation & partial formula evaluation of selected text. I guess next up: 🟨Drag to AutoFill formulas 🟨Multi selection copy/paste 🟨Or keyboard navigation
5
2
53
@superhuman_ai
Superhuman AI
4 days
Most companies chase no-code. These guys did the opposite. Instead of replacing engineers, @timgdelisle & @chriscrane, Co-Founder Fiveonefour, built tools that make devs 10x faster. Here’s what we discussed: • Why “developer-first” beats “no-code” • How simplifying code
14
3
37
@monsieurBoutte
Victor Boutté
6 months
How I’m using state machines to add back determinism into agentic solutions Shout out to @statelyai for the visuals and APIs of the state machine itself
1
2
14
@DavidKPiano
David K 🎹
6 months
⚛️ XState Store now has atoms, and they're *really* simple. → atom.get() → atom.set(…) → Derived atoms (reactive) → Async atoms → Stores are atoms too! npm i @xstate/store
20
28
347
@pyoner
Askar Yusupov
9 months
7/11 Mastra provides a workflow graph system for building more deterministic AI pipelines, featuring a graph-based workflow engine built on @statelyai's XState and a simple control flow syntax. ⬇️
2
3
9
@DavidKPiano
David K 🎹
9 months
🆕 XState Store v3 is now released! → Simpler, more ergonomic API (single arg, store.trigger.event(…)) → Enqueue effects → Store selectors → No more awkward types property → useStore(): a useReducer() alternative → And more! (still tiny: ~ 1kb) npm i @xstate/store
13
28
336
@grow_love
with-heart
9 months
I love `xstate` by @statelyai because it allows me to discuss and reason about complex logic using relatively simple concepts and language. Literally a godsend.
4
2
30
@DavidKPiano
David K 🎹
11 months
How would you simplify XState? Planning for the next major version, and would love to hear your thoughts and ideas ✍️
40
6
105
@JordanJamesEtem
Jordan James Etem
4 hours
Theta coherence, a hallmark of oscillatory synchronization in the 4-8 Hz frequency band, serves as a neural substrate for the dynamic coupling of anterior (prefrontal) and posterior (temporo-parietal) brain regions, orchestrating the seamless integration of mnemonic retrieval
0
0
1
@deomaius
.:⠠⋮⠠:.
11 months
State machines in React? 🤔 Meet xState by @statelyai, a powerful JS framework for creating state machines. While overkill to something as simple as a modal, it's perfect for components with nested flows and hierarchies or complex querying. It's my new tool of choice.
2
2
11
@farzad_yz
Farzad Yousefzadeh
1 year
In the world where programming meets LLMs, it's critical for programmers to clearly understand what they're building to extreme details to get the most out of AI assistants. Suddenly, state machines and generative tests make a lot more sense. @statelyai
1
3
9
@kentcdodds
Kent C. Dodds ⚡
1 year
Component State Management in React: - useState - useMachine That's it. That's all I use anymore.
22
47
746
@djang0_dev
Kinane
1 year
I wrote about implementing a simple billing system (frontend/backend) from scratch using @statelyai with XState for a Shopify App (could be used everywhere) Each day i'm more addicted to this paradigm https://t.co/42kFDEvvcu
Tweet card summary image
djang0.dev
Implementing a whole billing system for Shopify, backend and frontend using XState and the actor model
2
9
43
@cityjsconf
CityJS Conferences
1 year
We picked the best talk to end the next #CityJSAthens - thanks to @ReactAlicante for the great idea! @kvmaes from @statelyai will be joining us with a great talk on evolving #React Game #Development with Genetic Algorithms Get the last few tickets https://t.co/5JKmmHWCtm
0
3
7
@greensock
GSAP
1 year
🎃 It's spooky season 👻 Time to dust off the cobwebs and creak open the GSAP halloween archive. Spell Caster is our all-time fave halloween demo. Made with GSAP @threejs and @statelyai by @steeevg https://t.co/fvitF25pCa
2
11
71
@alexandereardon
Alex Reardon
1 year
I've been playing with the @statelyai editor. It's so powerful and delightful. Huge respect to everyone working on it 👏
2
1
21
@StephanEwen
Stephan Ewen
1 year
Durable Execution lets you write reliable state machines simply as sequential code. Sometimes, you want an explicit state machine, for clarity. #XState (@statelyai) is a great tool for that. You can get the best of both, by using XState on @restatedev https://t.co/cN0SompqHf
Tweet card summary image
restate.dev
Run state machines in the cloud, and suspend them when there's no work to do.
0
13
46
@PavelTcholakov
Pavel Tcholakov
1 year
My colleague @JackKleeman has built a super cool integration that lets you turn XState state machine definitions into persistent @restatedev virtual objects, backed by serverless compute - details on the blog
Tweet card summary image
restate.dev
Run state machines in the cloud, and suspend them when there's no work to do.
0
9
24