From 06827d82ecf59eedf6a0fd641acb612496780aad Mon Sep 17 00:00:00 2001 From: iHildy Date: Sun, 17 Aug 2025 18:31:20 -0500 Subject: [PATCH 1/2] updated wording to match free plan / verified how it works section / updated disclaimer --- src/components/landing/disclaimer.tsx | 2 ++ src/components/landing/footer.tsx | 13 ++++++++++- src/components/landing/github-dashboard.tsx | 4 ++-- src/components/landing/how-it-works.tsx | 24 ++++++++++----------- src/components/landing/problem-section.tsx | 8 +++---- 5 files changed, 31 insertions(+), 20 deletions(-) diff --git a/src/components/landing/disclaimer.tsx b/src/components/landing/disclaimer.tsx index ca13005..55e02e2 100644 --- a/src/components/landing/disclaimer.tsx +++ b/src/components/landing/disclaimer.tsx @@ -13,6 +13,8 @@ export function Disclaimer() { community. We are not affiliated with Jules, Google, or Google Labs in any way. Jules Task Queue simply helps you manage your Jules task queue more efficiently. +
+
* All Jules limits stated are based on the free tier. diff --git a/src/components/landing/footer.tsx b/src/components/landing/footer.tsx index 5b0be89..62b5177 100644 --- a/src/components/landing/footer.tsx +++ b/src/components/landing/footer.tsx @@ -84,7 +84,18 @@ export function Footer() {
-

MIT License. Built by the community, for the community.

+

+ MIT License. Built by{" "} + + iHildy + + , for the open source community. +

diff --git a/src/components/landing/github-dashboard.tsx b/src/components/landing/github-dashboard.tsx index 994b174..dba2fac 100644 --- a/src/components/landing/github-dashboard.tsx +++ b/src/components/landing/github-dashboard.tsx @@ -54,9 +54,9 @@ const tasks = [ { id: 344, title: "Add input validation to user registration form", - status: "completed", + status: "jules-done", statusText: "Completed 2 hours ago", - label: "completed", + label: "jules-done", icon: , bgColor: "bg-jules-pink-5", labelColor: "bg-jules-pink text-white", diff --git a/src/components/landing/how-it-works.tsx b/src/components/landing/how-it-works.tsx index 3d1a004..82cebce 100644 --- a/src/components/landing/how-it-works.tsx +++ b/src/components/landing/how-it-works.tsx @@ -27,15 +27,15 @@ export function HowItWorks() { - Hosted + Hosted (1min) - Self-Hosted + Self-Hosted (15min) @@ -98,7 +98,7 @@ export function HowItWorks() { -
+
- Set up GitHub token, webhook secret, database URL, and cron - secret + Create a GitHub app, setup a webhook secret, database URL, + and cron secret @@ -159,16 +159,16 @@ export function HowItWorks() { 3
- Configure GitHub Webhooks + Watch It Work
- - Repository → Settings → Webhooks + + Auto-retry every 30 minutes
- Add webhook URL pointing to your domain and enable - “Issues” events + Tasks that hit the limit are automatically queued and + retried every 30 minutes diff --git a/src/components/landing/problem-section.tsx b/src/components/landing/problem-section.tsx index 36ef4f9..76da3d4 100644 --- a/src/components/landing/problem-section.tsx +++ b/src/components/landing/problem-section.tsx @@ -24,7 +24,7 @@ export function ProblemSection() {
- 60 + 15
Daily Tasks
@@ -35,7 +35,7 @@ export function ProblemSection() { -
5
+
3
Concurrent Limit
The productivity bottleneck @@ -47,9 +47,7 @@ export function ProblemSection() {
With Queue
-
- True automation, finally -
+
True automation
From e07696b42fe6743d51db7348881171f9fb34636d Mon Sep 17 00:00:00 2001 From: iHildy Date: Sun, 17 Aug 2025 18:33:02 -0500 Subject: [PATCH 2/2] updated occurrences of 60 to 15 --- src/components/landing/cta-section.tsx | 2 +- src/components/success/success-state.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/landing/cta-section.tsx b/src/components/landing/cta-section.tsx index c9cc54a..8fb839b 100644 --- a/src/components/landing/cta-section.tsx +++ b/src/components/landing/cta-section.tsx @@ -8,7 +8,7 @@ export function CTASection() {

- Ready to unlock all 60 tasks? + Ready to unlock all 15 tasks?

Stop babysitting the queue. Start shipping faster. diff --git a/src/components/success/success-state.tsx b/src/components/success/success-state.tsx index d8abc2d..dc6cabd 100644 --- a/src/components/success/success-state.tsx +++ b/src/components/success/success-state.tsx @@ -176,7 +176,7 @@ export function SuccessState({

- 🚀 Ready to use your full 60 tasks per day? + 🚀 Ready to use your full 15 tasks per day?

Simply add the{" "}