Software & hardware for the autonomous economy.
Overview · Tech Stack · Getting Started · Project Structure
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
| Category | Technology |
|---|---|
| Framework | Next.js 16 |
| UI | React 19 |
| Styling | Tailwind CSS 4 |
| Animations | GSAP, Lenis |
| Icons | Lucide React |
| Language | JavaScript (JSX) |
# Install dependencies
npm install
# Start the development server
npm run dev
# Build for production
npm run build
# Start production server
npm startThe dev server runs at http://localhost:3000.
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
All rights reserved.
