Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Expo

Expo

An open-source framework for making universal native apps

4.9
•73 reviews•

410 followers

An open-source framework for making universal native apps

4.9
•73 reviews•

410 followers

Visit website
UI frameworks
•
Command line tools
•
Unified API
Build one JavaScript/TypeScript project that runs natively on all your users' devices including Android, iOS, and web.
  • Overview
  • Launches8
  • Reviews73
  • Alternatives
  • Forum
  • Team
  • Awards
  • More
Company Info
expo.devApp StorePlay StoreGitHub
Expo Info
Y Combinator
Launched in 2017View 8 launches
Forum
p/expo
Awards
Expo 2.0 was ranked #5 of the week for December 14th, 2017
Expo Sketch was ranked #5 of the day for March 15th, 2017
Expo 2.0 was ranked #1 of the day for December 14th, 2017
View all
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialLinkedInX

Similar Products

Stripe
Stripe
Financial infrastructure for the internet
4.8(353 reviews)
Invoicing toolsPayment processors
Kite
Code Faster with Kite.
3.5(2 reviews)
Code editorsAI Coding Assistants
Anima App
Anima App
Design to Code, Automated
4.5(20 reviews)
Code editorsFigma Plugins
Marvel
Puts the power of design in everyone's hands.
Team collaboration softwareDesign & Creative
Flutter
Flutter
Build apps for iOS, Android, web, macOS, Windows, & Linux
5.0(131 reviews)
Mobile editing appsEngineering & Development
View more

Expo forums

Expop/expoMatt Carroll
Matt Carroll
•

6mo ago

How did you build a local-first react native app?

I'm curious how people build local-first apps. I don't need full CRDT support, but more just syncing with a "parent" db (both pulling new data and pushing locally created records).
I see tinybase which feels maybe a bit more powerful than what I need (?).

I also see livestore which feels scary to build on something that new.
Is there a non-hack way to use sqllite and sync to a postgres db?
Basically my criteria in order of importance would be:
1. stays out of my way (easy to deploy, migrate, use)
2. has leverage with types (a standard linter tells me I'm blowing up the app with the code I just wrote)
3. stable (I would ideally just learn a "goto" tool and use that on all projects going forward)

View all