Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ Taskade builds in the open. Star the repos that are useful to you:
| [`taskade/docs`](https://github.com/taskade/docs) | API documentation and developer guides | ![GitHub stars](https://img.shields.io/github/stars/taskade/docs?style=flat-square) |
| [`taskade/awesome-vibe-coding`](https://github.com/taskade/awesome-vibe-coding) | Curated list of tools and resources for vibe coding | ![GitHub stars](https://img.shields.io/github/stars/taskade/awesome-vibe-coding?style=flat-square) |
| [`taskade/taskade`](https://github.com/taskade/taskade) | Docs, guides, honest comparisons, and the clone-ready App Kits Gallery. | ![GitHub stars](https://img.shields.io/github/stars/taskade/taskade?style=flat-square) |
| [`taskade/temporal-parser`](https://github.com/taskade/temporal-parser) | ISO 8601 / RFC 3339 / IXDTF parser built with compiler design principles | ![GitHub stars](https://img.shields.io/github/stars/taskade/temporal-parser?style=flat-square) |
| [`taskade/uri-parser`](https://github.com/taskade/uri-parser) | URI parser library | ![GitHub stars](https://img.shields.io/github/stars/taskade/uri-parser?style=flat-square) |
| [`taskade/temporal-parser`](https://github.com/taskade/temporal-parser) | ISO 8601 / RFC 3339 / IXDTF lexer+parser (pair with uri-parser). By [@lxcid](https://github.com/lxcid). | ![GitHub stars](https://img.shields.io/github/stars/taskade/temporal-parser?style=flat-square) |
| [`taskade/uri-parser`](https://github.com/taskade/uri-parser) | RFC 3986 URI lexer+parser — lossless AST, host-path, no-scheme (pair with temporal-parser). By [@lxcid](https://github.com/lxcid). | ![GitHub stars](https://img.shields.io/github/stars/taskade/uri-parser?style=flat-square) |
| [Integration Kit](https://github.com/taskade/integrations) | Public source-of-truth for Taskade actions & triggers (Zapier, n8n) built on the public API | ![GitHub stars](https://img.shields.io/github/stars/taskade/integrations?style=flat-square) |
| [Genesis Sample App](https://github.com/taskade/taskade-sample-app) | A Workspace DNA template for building AI-powered Taskade Genesis apps — one prompt to a working app | ![GitHub stars](https://img.shields.io/github/stars/taskade/taskade-sample-app?style=flat-square) |

Expand Down