Skip to content

Davidcarmelalex/nothingos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NothingOS

Your wearable. Your world.

License: MIT Next.js TypeScript Part of

NothingOS is the digital hub for the MrNothing smart wearable ecosystem — a high-fidelity control center for managing, personalizing, and monitoring your devices in real time.


Features

Feature Description
🔴 Real-time device status Live telemetry from connected wearables
⚙️ Deep personalization Custom settings, themes, and behavioral profiles
🛒 Product catalog Browse and configure the full MrNothing hardware lineup
📦 Order management Track purchases, shipping, and hardware history
🧠 AI configuration Configure on-device agent behavior and triggers

Architecture

nothingos/
├── src/
│   ├── app/              Next.js App Router
│   │   ├── page.tsx      Landing / product showcase
│   │   ├── dashboard/    Device control center
│   │   ├── shop/         Product catalog
│   │   ├── orders/       Order history
│   │   └── settings/     Device personalization
│   ├── components/       Reusable UI components
│   └── lib/              API clients, utilities
├── public/               Static assets
└── tests/                Unit and integration tests

Stack

  • Framework: Next.js 16 · React 19 · TypeScript
  • Styling: Tailwind CSS 4
  • State: Zustand
  • Realtime: WebSocket / Server-Sent Events
  • Backend: Connected to MrNothing device API

Quick Start

git clone https://github.com/Davidcarmelalex/nothingos
cd nothingos
npm install
cp .env.example .env.local
npm run dev   # http://localhost:3000

Contributing

See CONTRIBUTING.md. Part of the MrNothing ecosystem.

About

High-fidelity digital hub for MrNothing smart wearable ecosystem — real-time device management and personalization

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors