Roadmap
What StoreOS provides today for storefront developers and what's coming.
What you can use today
Everything below is live for storefront apps connecting to storefront-api.storeos.dev.
| Capability | What it means for your app |
|---|---|
| REST API v1 | HTTP routes for catalog, auth, orders — docs |
| Swagger | Try every route in the browser — /docs |
| GraphQL | Alternative query style — docs |
@storeos/storefront-client | npm package — install in your project — docs |
| Multi-tenant | One API, your store isolated by tenant UID |
| Guest checkout | Orders without login |
| Phone OTP | SMS login for customers |
| Coupons & delivery | Discount codes and Bangladesh delivery areas |
| CDN | Product images at cdn.storeos.dev |
Coming later
| Item | What it will add |
|---|---|
| React hooks package | useProducts, useCart — UI helpers on top of the client |
| GraphQL codegen | Generated types from schema |
How to start building now
| I want to… | Start here |
|---|---|
| Understand the system | Introduction |
| Create my app and connect | Getting started |
| Use the npm package | TypeScript SDK |
| See what each method does | SDK methods |
| React providers & hooks | React SDK |
| Build checkout | Checkout guide |
Get a tenant UID
Need API access or a tenant for your store? Contact StoreOS through your onboarding channel.