Skip to content

Repository files navigation

Cloud Readiness Analyzer — Pro Tool (Next.js)

A polished Next.js 14 App Router demo inspired by crowmancloud’s “pro tool” aesthetic. It features a dark, grid-accented landing page with a centered glass card for drag‑and‑drop ZIP uploads and a mock analysis API.

Stack

  • Next.js 14 (App Router)
  • React 18
  • Tailwind CSS 3
  • TypeScript

Structure

  • app/layout.tsx — Root layout and metadata
  • app/page.tsx — Landing page
  • app/api/analyze/route.ts — Mock API endpoint (accepts .zip via FormData field project)
  • components/UploadCard.tsx — Drag‑and‑drop uploader + Analyze CTA + results panel
  • app/globals.css — Tailwind and global styles (dark grid, glow, glass)

Run locally

# In this directory
npm install
npm run dev
# open http://localhost:3000

Notes

  • This demo keeps analysis in the browser and returns a mocked report from the API route. Replace the logic in app/api/analyze/route.ts to perform real static analysis or dispatch to a local process.
  • The uploader expects a .zip file. Adjust validation as needed.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages