feat(web): initialize Next.js project with Tailwind CSS and TypeScript setup

This commit is contained in:
Shreyas Kapale
2026-05-13 22:15:08 +05:30
committed by patel-lyzr
commit 2e94e6bdf6
84 changed files with 11063 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# flow
A lightweight, durable, n8n-compatible workflow engine in Go.
- Single Go binary, single SQLite file — no external services required for the default install
- n8n DSL compatible: paste exported workflow JSON and run it
- Durable execution with crash-safe journal
- First-class human-in-the-loop approvals
- Postgres backend opt-in for multi-instance deployments
- Embeddable as a Go library (`import "github.com/lyzrai/flow/pkg/engine"`)
## Status
Pre-v0.1. Workflow engine extraction in progress. Not yet usable.
## Quickstart
```sh
# build
make build
# run an example workflow
./bin/flow run examples/hello.json
```
## License
Apache 2.0