Linkflow is a streamlined workflow builder app that enables your organization to create efficient workflows for your teams
Note: The project is currently under development
- Framework - Nextjs
- Database - Supabase
- UI - Shadcn
- Auth - Clerk
- Orm - DrizzleORM
- State management - Zustand
To begin using the Linkflow application, you'll need authentication credentials from Clerk and the database URL
Please follow this documentation to setup clerk credentials (https://clerk.com/docs/quickstarts/nextjs)
Add these values in .env.local
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY
DATABASE_URL
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.