@farm.js/create-app 0.1.0-beta.25 → 0.1.0-beta.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2529,22 +2529,22 @@ function escapeRegExp(input) {
2529
2529
  //#region src/index.ts
2530
2530
  const templateDetails = {
2531
2531
  basic: {
2532
- title: "Farm.js Basic",
2532
+ title: "Basic starter",
2533
2533
  description: "A minimal Farm.js app with built-in Tailwind support",
2534
2534
  instructions: ["Tailwind is enabled by default. You only need postcss config for custom plugins."]
2535
2535
  },
2536
2536
  auth: {
2537
- title: "Farm.js Auth",
2537
+ title: "Auth starter",
2538
2538
  description: "Farm.js-native auth with local SQLite, secure sessions, and protected routes",
2539
2539
  instructions: ["FARMJS Auth uses local SQLite automatically; no auth environment variables are needed locally.", "For production, set FARM_AUTH_URL, FARM_AUTH_SECRET, and DATABASE_URL, then run the auth:migrate script."]
2540
2540
  },
2541
2541
  "better-auth": {
2542
- title: "Farm.js Better Auth",
2542
+ title: "Better Auth starter",
2543
2543
  description: "Better Auth with Postgres, secure sessions, and protected routes",
2544
2544
  instructions: ["Before starting, copy .env.example to .env.local and set DATABASE_URL and BETTER_AUTH_SECRET.", "Better Auth migrations run automatically when the auth instance starts."]
2545
2545
  },
2546
2546
  ai: integrationTemplate({
2547
- title: "Farm.js AI",
2547
+ title: "AI starter",
2548
2548
  description: "AI SDK chat route with a ready-to-use chat interface",
2549
2549
  provider: "ai",
2550
2550
  label: "AI",
@@ -2552,7 +2552,7 @@ const templateDetails = {
2552
2552
  docsPath: "/docs/integrations"
2553
2553
  }),
2554
2554
  auth0: integrationTemplate({
2555
- title: "Farm.js Auth0",
2555
+ title: "Auth0 starter",
2556
2556
  description: "Auth0 login, sessions, protected routes, and account controls",
2557
2557
  provider: "auth0",
2558
2558
  label: "Auth0",
@@ -2560,7 +2560,7 @@ const templateDetails = {
2560
2560
  docsPath: "/docs/integrations/auth/auth0"
2561
2561
  }),
2562
2562
  authjs: integrationTemplate({
2563
- title: "Farm.js Auth.js",
2563
+ title: "Auth.js starter",
2564
2564
  description: "Auth.js with GitHub OAuth and Farm-owned route mounting",
2565
2565
  provider: "authjs",
2566
2566
  label: "Auth.js",
@@ -2568,7 +2568,7 @@ const templateDetails = {
2568
2568
  docsPath: "/docs/integrations/auth/authjs"
2569
2569
  }),
2570
2570
  autumn: integrationTemplate({
2571
- title: "Farm.js Autumn",
2571
+ title: "Autumn starter",
2572
2572
  description: "Autumn products, checkout, billing state, and customer portal",
2573
2573
  provider: "autumn",
2574
2574
  label: "Autumn",
@@ -2576,7 +2576,7 @@ const templateDetails = {
2576
2576
  docsPath: "/docs/integrations/autumn"
2577
2577
  }),
2578
2578
  clerk: integrationTemplate({
2579
- title: "Farm.js Clerk",
2579
+ title: "Clerk starter",
2580
2580
  description: "Clerk authentication, account entry points, and protected routes",
2581
2581
  provider: "clerk",
2582
2582
  label: "Clerk",
@@ -2584,7 +2584,7 @@ const templateDetails = {
2584
2584
  docsPath: "/docs/integrations/auth/clerk"
2585
2585
  }),
2586
2586
  "jobs-inngest": integrationTemplate({
2587
- title: "Farm.js Inngest",
2587
+ title: "Inngest starter",
2588
2588
  description: "Typed background jobs backed by Inngest",
2589
2589
  provider: "jobs-inngest",
2590
2590
  label: "Inngest",
@@ -2592,7 +2592,7 @@ const templateDetails = {
2592
2592
  docsPath: "/docs/integrations/inngest"
2593
2593
  }),
2594
2594
  "jobs-trigger": integrationTemplate({
2595
- title: "Farm.js Trigger.dev",
2595
+ title: "Trigger.dev starter",
2596
2596
  description: "Typed background jobs backed by Trigger.dev",
2597
2597
  provider: "jobs-trigger",
2598
2598
  label: "Trigger.dev",
@@ -2600,7 +2600,7 @@ const templateDetails = {
2600
2600
  docsPath: "/docs/integrations/trigger"
2601
2601
  }),
2602
2602
  polar: integrationTemplate({
2603
- title: "Farm.js Polar",
2603
+ title: "Polar starter",
2604
2604
  description: "Polar products, checkout, billing state, and customer portal",
2605
2605
  provider: "polar",
2606
2606
  label: "Polar",
@@ -2608,7 +2608,7 @@ const templateDetails = {
2608
2608
  docsPath: "/docs/integrations/polar"
2609
2609
  }),
2610
2610
  resend: integrationTemplate({
2611
- title: "Farm.js Resend",
2611
+ title: "Resend starter",
2612
2612
  description: "Resend templates, delivery, scheduling, and webhooks",
2613
2613
  provider: "resend",
2614
2614
  label: "Resend",
@@ -2616,7 +2616,7 @@ const templateDetails = {
2616
2616
  docsPath: "/docs/integrations/email"
2617
2617
  }),
2618
2618
  stripe: integrationTemplate({
2619
- title: "Farm.js Stripe",
2619
+ title: "Stripe starter",
2620
2620
  description: "Stripe products, checkout, billing portal, and webhooks",
2621
2621
  provider: "stripe",
2622
2622
  label: "Stripe",
@@ -2624,7 +2624,7 @@ const templateDetails = {
2624
2624
  docsPath: "/docs/integrations/stripe"
2625
2625
  }),
2626
2626
  supabase: integrationTemplate({
2627
- title: "Farm.js Supabase",
2627
+ title: "Supabase starter",
2628
2628
  description: "Supabase authentication, sessions, OAuth, and protected routes",
2629
2629
  provider: "supabase",
2630
2630
  label: "Supabase",
@@ -2632,7 +2632,7 @@ const templateDetails = {
2632
2632
  docsPath: "/docs/integrations/auth/supabase"
2633
2633
  }),
2634
2634
  unkey: integrationTemplate({
2635
- title: "Farm.js Unkey",
2635
+ title: "Unkey starter",
2636
2636
  description: "Unkey API key creation, verification, and route protection",
2637
2637
  provider: "unkey",
2638
2638
  label: "Unkey",
@@ -2640,7 +2640,7 @@ const templateDetails = {
2640
2640
  docsPath: "/docs/integrations/unkey"
2641
2641
  }),
2642
2642
  workos: integrationTemplate({
2643
- title: "Farm.js WorkOS",
2643
+ title: "WorkOS starter",
2644
2644
  description: "WorkOS AuthKit, organization sessions, and protected routes",
2645
2645
  provider: "workos",
2646
2646
  label: "WorkOS",