From b33fa864626eb70a28b36dd71542250d984aa4c4 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 4 Jul 2025 19:26:39 -0500 Subject: [PATCH] feat: add basic pricing page --- apps/web/src/app/pricing/page.tsx | 58 ++++++++++++++++++++++++ apps/web/src/components/footer/index.tsx | 6 +++ todo.md | 1 - 3 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 apps/web/src/app/pricing/page.tsx diff --git a/apps/web/src/app/pricing/page.tsx b/apps/web/src/app/pricing/page.tsx new file mode 100644 index 00000000..c848707c --- /dev/null +++ b/apps/web/src/app/pricing/page.tsx @@ -0,0 +1,58 @@ +import Link from 'next/link' + +import { DotsSection } from '@/components/dots-section' +import { GitHubStarCounter } from '@/components/github-star-counter' +import { HeroButton } from '@/components/hero-button' +import { PageContainer } from '@/components/page-container' +import { Button } from '@/components/ui/button' +import { calendarBookingUrl, emailUrl, twitterUrl } from '@/lib/config' + +export default function AboutPage() { + return ( + +

+ Pricing +

+ +
+
+
+

+ Pricing for devs publishing products on Agentic is a work in + progress. We're looking for early adopters to work with us to + figure out the best pricing structure. +

+ +

+ If you're interested in publishing a product on Agentic, please + get in touch. +

+
+
+
+ + {/* CTA section */} + +
+ + + DM me on Twitter / X + + + + + + + + +
+
+
+ ) +} diff --git a/apps/web/src/components/footer/index.tsx b/apps/web/src/components/footer/index.tsx index 0af77a85..da941060 100644 --- a/apps/web/src/components/footer/index.tsx +++ b/apps/web/src/components/footer/index.tsx @@ -35,6 +35,12 @@ export function Footer() { +
+ + Pricing + +
+ diff --git a/todo.md b/todo.md index 3d1e6de6..e58d8a69 100644 --- a/todo.md +++ b/todo.md @@ -27,7 +27,6 @@ - improve private project page - link to public page if published - list deployment versions -- add a basic page + docs on pricing => contact - [**react query prefetching for public pages**](https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr#prefetching-and-dehydrating-data) - **create agentic products for select legacy tools** - marketplace index page