This is a quickstart playground to demonstrate Schematic and it's core features. This quickstart is built to sync with our quickstart docs. To use this quickstart, you'll need a Schematic account ((signup for free)[https://app.schematichq.com/sign-up]).
You can see a hosted and fully configured version here.
Pre-built samples for the following core features:
- Feature flags and feature gating
- Event tracking
- User and company identification flows
- Drop-in components (e.g. customer portals and checkout flows)
For complete documentation on Schematic's React SDK, visit:
We suggest following the written docs here.
To run this quickstart app, you'll need to first signup for a Schematic account and generate a Schematic Publishable Key.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result. Dev mode supports hot reloading, so any changes you make will be automatically rendered in your browser.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!