Open Source  ·  MIT License  ·  Free Forever

The Open Business
Platform, Built
on the Edge

Cork brings CRM, project management, approval workflows, and no-code app building to your team — deployed to Cloudflare Workers in a single command.

No credit card required  ·  Runs on your Cloudflare account

v0.0.1 Alpha Currently in active development — interfaces and APIs may change.
cork.alcogy.dev
Cork
Dashboard
Customers
Projects
Workflows
Apps
Dashboard
247
Customers
12
Projects
3
Pending

Everything Your Team Needs

One platform for CRM, project delivery, approval chains, and custom data management.

Customer CRM

Manage your entire customer base with activity timelines, schedules, sticky notes, contacts, and CSV import/export. Everything in one place.

Projects & Gantt

Kanban boards and WBS Gantt charts keep delivery on track. Drag tasks, assign members, upload files to R2, and watch the timeline update in real time.

Approval Workflows

Design multi-step approval chains with designated approvers. Submit with file attachments, approve or reject with comments, and track full status history.

No-code App Builder

Build custom data entry forms with a drag-and-drop field editor. 10 field types, publish/draft toggle, and bookmarks pinned to the sidebar for quick access.

Email Notifications

Automatic workflow alerts for submitters and approvers. Pluggable email backend — Resend, AWS SES, or any SMTP relay. No code changes required.

Audit Logging

Every write operation is recorded with user, action, resource, and metadata. Admin-only view with filters for compliance and security reviews.

See Cork in Action

A familiar, no-nonsense interface your team can learn in an afternoon.

Customer CRM

Know every customer, inside and out

  • Full customer profile with activity timeline
  • Schedule follow-ups and attach sticky notes
  • Manage contacts per company
  • Bulk import and export via CSV
cork.alcogy.dev/customers/42
Cork
Customers
Projects
Workflows
Acme Corporation
Activities Schedules Notes
Projects & Gantt

Deliver projects with full visibility

  • Switch between Kanban and WBS Gantt view
  • Drag tasks to create and resize timeline bars
  • Assign team members per task
  • Upload and share project files via Cloudflare R2
cork.alcogy.dev/projects/7
Cork
Customers
Projects
Workflows
Q4 Website Relaunch
Design
Development
Testing
Launch
Approval Workflows

Streamline every approval process

  • Design multi-step approval chains with designated approvers
  • Submit requests with file attachments in one action
  • Approve or reject with comments and full status history
  • Automatic email notifications to all approvers on each step
cork.alcogy.dev/workflows/5
Cork
Customers
Projects
Workflows
Purchase Request #5
Manager Review
Approved
Finance Review
In Review
Director Sign-off
Waiting
No-code App Builder

Build custom forms, no developer needed

  • Drag-and-drop field editor with 10 field types
  • Publish or keep in draft — toggle with one click
  • Bookmark apps to the sidebar for instant access
  • Full record list, detail view, and inline editing
cork.alcogy.dev/apps/3/build
Cork
Customers
Projects
Apps
Expense Report — Builder
Text Title
Number Amount
Select Category
+ Add field

Why Teams Choose Cork

Free & Open Source

MIT license. No subscription, no per-seat fees. Fork it, modify it, run it however you like. Community contributions welcome.

One-Command Deploy

A single shell script creates your D1 database, R2 storage bucket, runs migrations, and deploys to Cloudflare. No DevOps expertise required.

Edge Performance

Powered by Cloudflare Workers at 300+ data centers worldwide. Millisecond response times for your team regardless of where they are.

Your Data, Your Control

Fully self-hostable on your own Cloudflare account. Customer data never passes through a third-party server. Compliance made straightforward.

Up and Running
in One Command

The deploy.sh script handles everything automatically:

  • 1 Logs you in to Cloudflare (browser, first time only)
  • 2 Creates D1 database and R2 storage bucket
  • 3 Runs SQL migrations on the remote database
  • 4 Builds and deploys the Worker globally

Use --seed to include demo data and a ready-to-use admin account.

Terminal bash
# Clone and install
git clone https://github.com/alcogy/cork
cd cork && bun install

# Deploy with demo seed data
bash deploy.sh --seed

# → Your app is live at your Worker URL
# → Login: admin@example.com / admin123
Deploy to Cloudflare Workers

Built with the Modern Edge Stack

Cork is a showcase of what lightweight, edge-native architecture can achieve. Every dependency is chosen for minimal runtime overhead and maximum developer experience.

SK

SvelteKit

Svelte Runes reactive model. Type-safe components with zero virtual DOM overhead.

CF

Cloudflare

Workers runtime at the edge, D1 SQLite database, and R2 object storage — fully managed, zero ops.

ORM

Drizzle ORM

Lightweight TypeScript ORM with compile-time query safety. Schema-first migrations built-in.

TS

TypeScript

End-to-end type safety from database schema to UI components. No any escapes.

ZOD

Zod

Runtime validation on every service input. Parse, don't trust — enforced at every write boundary.

Bun

Bun

All-in-one fast runtime, bundler, and package manager. Drop-in npm replacement.

Cork uses Drizzle's schema-first migrations and Zod validation on all service inputs. Security headers, session management, and rate limiting are built-in. Explore the source →

Start Building with Cork

Your next business platform is one command away.
Free, open source, and runs entirely on your Cloudflare account.