This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To install the Restack Web UI, you can use Docker.
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
The example is a NextJS application with front and backend. You can schedule the workflow example from the user interface.
When the client successfully schedules the workflow, you can see the started workflow in the Restack Web UI. You should see the following screen:
Now you can add a backend to the example. In other examples, you can see how to ideally structure the backend app with workflows, functions and services.