+
+ Ship faster without the chaos
+
+
+ Sprint is project management that stays out of your way. Track issues, manage sprints, and
+ keep your team moving—without the Jira headache.
+
+
- {!isLoading && user ? (
-
- ) : (
-
- )}
-
-
-
-
- GitHub
-
-
- {"<-- you can self-host me!"}
-
-
+
+ {!isLoading && user ? (
+
+ ) : (
+ <>
+
+
+ >
+ )}
+
+
+
No credit card required · Full access for 14 days
+
+
+ {/* problem section */}
+
+
+ Tired of spending more time managing Jira than building products?
+
+
+
+
+
+ Wasting hours configuring workflows instead of shipping features
+
+
+
+
+
+ Drowning in features you'll never use while missing the basics
+
+
+
+
+
+ The software is full of bugs. Your flow state doesn't stand a chance
+
+
+
+
+
+ {/* solution section */}
+
+
+ Everything you need, nothing you don't
+
+
+
+
+
See your work at a glance
+
+ Beautiful, intuitive issue tracking with customizable statuses. Organize by projects and
+ sprints. Find what you need in seconds, not minutes.
+
+
+
+
+
+
Track time without thinking
+
+ Built-in time tracking that actually works. Start, pause, resume. See where your time goes
+ without juggling another tool.
+
+
+
+
+
+
Ship in sprints
+
+ Sprint planning that actually works. Set date ranges, assign issues, track velocity. Keep
+ your team aligned without the ceremony.
+
+
+
+
+
+
Only use what you need
+
+ Every feature is optional. Sprints, time tracking, and other modules can be enabled or
+ disabled individually at the organization level. Keep your interface as minimal as your
+ workflow.
+
+
+
+
+
+ {/* features list */}
+
+
+ Built for developers, by a developer
+
+
+ {[
+ "Organization and project management",
+ "Customizable issue statuses",
+ "Sprint planning with date ranges",
+ "Built-in time tracking",
+ "Native desktop app (Tauri)",
+ "Clean, resizable interface",
+ "Issue assignment and collaboration",
+ "Individual feature toggles (org level)",
+ ].map((feature) => (
+
+
+ {feature}
+
+ ))}
+
+
+
+ {/* pricing section */}
+
+
+
Simple, transparent pricing
+
+ Choose the plan that fits your team. Scale as you grow.
+
+
+ {/* billing toggle */}
+
+
+ setBillingPeriod(checked ? "annual" : "monthly")}
+ className="bg-border data-[state=checked]:bg-border! data-[state=unchecked]:bg-border!"
+ thumbClassName="bg-personality dark:bg-personality data-[state=checked]:bg-personality! data-[state=unchecked]:bg-personality!"
+ aria-label="toggle billing period"
+ />
+
+
+ Save 17%
+
+
+
+
+
+ {pricingTiers.map((tier) => (
+
+ {tier.highlighted && (
+
+ {tier.tagline}
+
+ )}
+
+
+
{tier.name}
+
+
+ {billingPeriod === "annual" ? tier.priceAnnual : tier.price}
+
+
+ {billingPeriod === "annual" ? tier.periodAnnual : tier.period}
+
+
+
{tier.description}
+
+
+
+ {tier.features.map((feature) => (
+ -
+
+ {feature}
+
+ ))}
+
+
+
+
+ ))}
+
+
+ {/* trust signals */}
+
+
+
+
Secure & Encrypted
+
Your data is safe with us
+
+
+
+
No Card Required
+
Start your trial instantly
+
+
+
+
Money Back Guarantee
+
30-day no-risk policy
+
+
+
+ {/* faq section */}
+
+
+
Frequently Asked Questions
+
+ {faqs.map((faq) => (
+
+
{faq.question}
+
{faq.answer}
+
+ ))}
+
+
+
+
+
+ {/* TODO:> commented out until we have actual testimonies */}
+ {/* social proof placeholder */}
+ {/*
+
Join developers who've escaped Jira
+
+
+
+ "Finally, a project management tool that doesn't slow me down"
+
+
Early user feedback
+
+
+
+ "Built by someone who actually understands developer workflows"
+
+
Early user feedback
+
+
+
+ "The simplicity is refreshing. No bloat, just what we need"
+
+
Early user feedback
+
+
+
*/}
+
+ {/* final cta */}
+
+
Ready to ship faster?
+
+ Start tracking issues, managing sprints, and shipping products in minutes
+
+
+ {!isLoading && user ? (
+
+ ) : (
+
+ )}
+
+
+ No credit card required · 14-day free trial · Cancel anytime
+