Skip to content

Harkor421/DegentechLandingFront

Repository files navigation

DegenTech

DegenTech

Software & hardware for the autonomous economy.

Next.js React Tailwind CSS GSAP JavaScript

Overview · Tech Stack · Getting Started · Project Structure


Overview

DegenTech is a full-stack technology company that builds custom software, manufactures precision hardware, and integrates intelligent systems for companies worldwide. This repository contains the landing page and marketing site.

What we do:

  • Custom Software — SaaS platforms, APIs, and internal tools built for scale
  • 3D Manufacturing — Rapid prototyping and production-grade parts with industrial precision
  • IoT Integration — Bridging hardware and software with connected device ecosystems
  • Product Strategy — End-to-end guidance from concept to launch

Tech Stack

Category Technology
Framework Next.js 16
UI React 19
Styling Tailwind CSS 4
Animations GSAP, Lenis
Icons Lucide React
Language JavaScript (JSX)

Getting Started

# Install dependencies
npm install

# Start the development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

The dev server runs at http://localhost:3000.

Project Structure

app/                  # Next.js app router pages
  ├── page.js         # Landing page entry
  ├── layout.js       # Root layout & metadata
  ├── globals.css     # Design tokens & global styles
  ├── about/          # About page
  ├── services/       # Services page
  ├── projects/       # Projects page
  └── blog/           # Blog page

components/
  ├── landing/        # Landing page orchestrator
  ├── sections/       # Page sections (Hero, Capabilities, etc.)
  ├── layout/         # Navbar & Footer
  ├── ui/             # Cursor, scroll bar, overlays
  └── providers/      # Context providers

i18n/                 # Internationalization (EN / ES)
public/               # Static assets & images

License

All rights reserved.

About

DegenTech landing page — software & hardware for the autonomous economy. Built with Next.js, React 19, and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors