From 80bf29e2aa9d86d1a29beae2499fd284c15e5ecb Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 2 Feb 2026 18:27:06 +0000 Subject: [PATCH 1/2] chore: bump version to trigger Vercel deployment https://claude.ai/code/session_011NWj4qHMpnJqseDYB5et8R --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index e67b94a..92dac0c 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev", From ed41acbce1511ba0fc3b9072610a4cc47de6cf36 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 2 Feb 2026 18:45:43 +0000 Subject: [PATCH 2/2] feat(ui): restore AstroTinyML design matching larun.space - Updated homepage with Google-inspired minimal aesthetic - AstroTinyML branding with blue accent colors - 4-column How It Works section with numbered cards - 6-feature grid highlighting TinyML 81.8% accuracy - Target audience tags section - Fixed header navigation - Dark CTA section - Clean footer https://claude.ai/code/session_011NWj4qHMpnJqseDYB5et8R --- web/src/app/layout.tsx | 6 +- web/src/app/page.tsx | 612 +++++++++++++++++++++++------------------ 2 files changed, 350 insertions(+), 268 deletions(-) diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 2381ba1..3de8a01 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -3,9 +3,9 @@ import "./globals.css"; import { AuthProvider } from "@/lib/auth-provider"; export const metadata: Metadata = { - title: "LARUN - Discover Exoplanets with AI", - description: "AI-powered light curve analysis for exoplanet discovery. Upload your astronomical data and let machine learning find hidden worlds.", - keywords: ["exoplanet", "astronomy", "AI", "light curve", "transit detection", "machine learning"], + title: "AstroTinyML - Discover Exoplanets with AI", + description: "TinyML-powered exoplanet detection achieving 81.8% accuracy. Upload light curve data from Kepler, TESS, or ground-based telescopes.", + keywords: ["exoplanet", "astronomy", "AI", "TinyML", "light curve", "transit detection", "Kepler", "TESS"], }; export default function RootLayout({ diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 382108a..d3c99c3 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -1,331 +1,413 @@ import Link from 'next/link'; -import Button from '@/components/ui/Button'; -import { Card, CardHeader, CardTitle, CardDescription, CardContent } from '@/components/ui/Card'; export default function HomePage() { return ( -
- {/* Hero Section */} -
- {/* Background stars effect */} -
-
-
-
-
-
-
-
+
+ {/* Header Navigation */} +
+
+
+ {/* Logo */} + +
+ + + + +
+ AstroTinyML + -
-
-

- Discover Exoplanets - - with AI - -

-

- Upload your light curve data and let our advanced machine learning models - detect planetary transits with unprecedented accuracy. Find hidden worlds - in your astronomical observations. -

-
- - + {/* Center Navigation */} + + + {/* Auth Buttons */} +
+ + Sign In + + + Get Started
-

- No credit card required. 3 free analyses included. -

+
- {/* Wave divider */} -
- - - + {/* Hero Section */} +
+
+

+ AstroTinyML +

+

+ Discover exoplanets with AI +

+

+ Upload your light curve data and let our TinyML-powered detection models + find planetary transits with 81.8% accuracy. Built for researchers, + students, and astronomy enthusiasts. +

+
+ + Start Exploring - Free + + + Try Demo + +
{/* How It Works Section */} -
+
-
-

- How It Works -

-

- From raw data to discovered planets in three simple steps -

-
+

+ How It Works +

+

+ From raw telescope data to discovered planets in four simple steps +

-
+
{/* Step 1 */} -
-
- - - -
-
- Step 1 +
+
+ 1
-

Upload Your Data

-

- Upload light curve data in CSV, FITS, or standard astronomical formats. - We support data from Kepler, TESS, and ground-based observatories. +

Upload Data

+

+ Upload light curve data in CSV or FITS format from Kepler, TESS, or ground-based telescopes.

{/* Step 2 */} +
+
+ 2 +
+

Preprocess

+

+ Automatic noise reduction, normalization, and outlier removal prepares your data for analysis. +

+
+ + {/* Step 3 */} +
+
+ 3 +
+

AI Detection

+

+ TinyML models analyze patterns to detect planetary transit signals with high precision. +

+
+ + {/* Step 4 */} +
+
+ 4 +
+

Get Results

+

+ Receive detailed reports with candidate planets, orbital parameters, and visualizations. +

+
+
+
+
+ + {/* Features Section */} +
+
+

+ Features +

+

+ Powerful tools for exoplanet detection and analysis +

+ +
+ {/* Feature 1 */}
-
- +
+
-
- Step 2 +

TinyML Detection

+

+ Edge-optimized models achieving 81.8% accuracy in transit detection +

+
+ + {/* Feature 2 */} +
+
+ + +
-

AI Analysis

-

- Our deep learning models analyze your data using Box Least Squares (BLS) - and neural network ensemble methods to detect transit signals. +

NASA TESS/Kepler Data

+

+ Direct integration with NASA mission archives for seamless data access

- {/* Step 3 */} + {/* Feature 3 */}
-
- +
+
-
- Step 3 +

Interactive Visualizations

+

+ Explore light curves, phase-folded transits, and orbital diagrams interactively +

+
+ + {/* Feature 4 */} +
+
+ + + +
+

Fast Processing

+

+ Analyze thousands of light curves in minutes with optimized algorithms +

+
+ + {/* Feature 5 */} +
+
+ + + +
+

Export Results

+

+ Download reports in CSV, JSON, or PDF format for further analysis +

+
+ + {/* Feature 6 */} +
+
+ + +
-

Get Results

-

- Receive detailed reports with candidate planets, orbital parameters, - confidence scores, and interactive visualizations of your discoveries. +

API Access

+

+ Integrate detection capabilities into your own applications via REST API

- {/* Pricing Section */} -
-
-
-

- Simple, Transparent Pricing -

-

- Start free, then choose the plan that fits your research needs -

+ {/* Target Audience Section */} +
+
+

+ Built For +

+
+ + Researchers + + + Students + + + Amateur Astronomers + + + Educators + + + Enthusiasts +
+
+
+ + {/* Pricing Section */} +
+
+

+ Simple Pricing +

+

+ Start free, upgrade when you need more +

-
- {/* Free Tier */} - - - Free - Perfect for trying out LARUN - - -
- $0 - /forever -
-
    -
  • - - - - 3 analyses included -
  • -
  • - - - - Basic transit detection -
  • -
  • - - - - CSV export -
  • -
- - - -
-
+
+ {/* Free */} +
+

Free

+

For getting started

+
$0
+
    +
  • + + + + 3 analyses +
  • +
  • + + + + Basic detection +
  • +
  • + + + + CSV export +
  • +
+ + Get Started + +
- {/* Monthly Plan */} - -
- - Most Popular - + {/* Monthly */} +
+
+ Popular
- - Monthly - For active researchers - - -
- $9 - /month -
-
    -
  • - - - - 50 analyses/month -
  • -
  • - - - - Advanced AI models -
  • -
  • - - - - Priority processing -
  • -
  • - - - - Interactive visualizations -
  • -
- - - -
- +

Monthly

+

For active users

+
$9/mo
+
    +
  • + + + + 50 analyses/month +
  • +
  • + + + + Advanced AI models +
  • +
  • + + + + Priority processing +
  • +
+ + Subscribe + +
- {/* Annual Plan */} - -
- - Save 17% - -
- - Annual - Best value for teams - - -
- $89 - /year -
-
    -
  • - - - - Unlimited analyses -
  • -
  • - - - - All AI models -
  • -
  • - - - - API access -
  • -
  • - - - - Dedicated support -
  • -
- - - -
-
+ {/* Annual */} +
+

Annual

+

Best value

+
$89/yr
+
    +
  • + + + + Unlimited analyses +
  • +
  • + + + + All AI models +
  • +
  • + + + + API access +
  • +
+ + Subscribe + +
{/* CTA Section */} -
-
+
+

- Ready to Discover New Worlds? + Start Exploring - Free

-

- Join thousands of astronomers and citizen scientists using LARUN to - analyze light curves and discover exoplanets. Start your journey today. +

+ Join researchers and astronomy enthusiasts discovering new worlds with AI-powered analysis. No credit card required.

-
- - - - - - -
+ + Create Free Account +
- {/* Stats Section */} -
+ {/* Footer */} +
+
); }