A Trello-style collaboration app built on Run402.
Try it live: krello.run402.com
Tip
Paste this into your coding agent (Claude Code, Cursor, etc.):
Fork krello.run402.com using run402.com/llms.txt (curl it)
- Multi-user boards with invite links and roles (owner, admin, member, viewer)
- Drag-and-drop lists and cards
- Rich cards: labels, assignees, checklists, comments, due dates, priorities, estimates, link attachments
- Board templates (blank, sprint, roadmap, studio)
- Board duplication and JSON export
- Email/password and Google OAuth sign-in via Run402
- Responsive, no-build static SPA
schema.sql Postgres schema with RLS policies
function.js Run402 function (board lifecycle, invites, roles)
deploy.ts CLI-based deployment (requires `run402` CLI)
site/
index.html SPA entrypoint
app.js Application logic
styles.css Styles
favicon.svg App icon
MIT
