https://github.com/lassestilvang/devpost-spec-driven-development
Morgen-Lite: A blazingly fast, local-first calendar + task manager — built for engineers, zero AI, instant interactions
https://github.com/lassestilvang/devpost-spec-driven-development
claude claude-ai claude-code devpost devpost-hackathon morgen
Last synced: 22 days ago
JSON representation
Morgen-Lite: A blazingly fast, local-first calendar + task manager — built for engineers, zero AI, instant interactions
- Host: GitHub
- URL: https://github.com/lassestilvang/devpost-spec-driven-development
- Owner: lassestilvang
- Created: 2026-04-29T18:22:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-29T20:12:16.000Z (about 2 months ago)
- Last Synced: 2026-04-29T20:28:29.355Z (about 2 months ago)
- Topics: claude, claude-ai, claude-code, devpost, devpost-hackathon, morgen
- Language: TypeScript
- Homepage: https://learn-ai.devpost.com
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Morgen-Lite
A blazingly fast, local-first calendar + task manager — built for engineers, zero AI, instant interactions
## Built With
Next.js, TypeScript, React, Tailwind CSS, shadcn/ui, trud-calendar, Dexie.js
## Setup Instructions
Follow these steps to run the app locally:
```bash
git clone https://github.com/lassestilvang/devpost-spec-driven-development.git
cd devpost-spec-driven-development
npm install
npm run dev
# Open http://localhost:3000 in your browser
```
## Features
- **Split Layout:** To-do sidebar (left) + calendar (right)
- **Three Calendar Views:** Day (single 24-hour column), Week (default 24-hour grid), Month (date grid with colored event indicators)
- **View Switching:** Top navigation buttons, smooth horizontal scroll, "jump to today" button
- **To-Do Management:** Create tasks via input field, checkbox + title items, scrollable list
- **Drag-to-Schedule:** Drag to-dos from sidebar to calendar (30min default duration, removed from sidebar on drop)
- **Click-to-Create:** Click empty time slots to create events at clicked time (30min default)
- **Event Interactions:** Resize (drag bottom edge), drag to reschedule (same/不同 day), edit title (click event), delete event
- **Overlapping Events:** Layered but readable design
- **Local Persistence:** All data stored in browser IndexedDB, survives app restarts
- **Performance:** Virtual scrolling where needed, zero loading states, instant interactions, buttery smooth drag-and-drop
## Tech Stack
- **Framework:** Next.js (App Router)
- **Language:** TypeScript
- **UI:** React, Tailwind CSS, shadcn/ui
- **Calendar:** trud-calendar
- **Persistence:** Dexie.js (IndexedDB wrapper)
- **Styling:** Dark theme with neon blue/purple accents, circuit board textures, monospace typography
## Design
Morgen-inspired clean/minimal aesthetic with:
- Dark theme base
- Neon blue/purple accent colors
- Subtle circuit board textures
- Monospace typography
- Rounded corners and soft shadows
## Note
This is a local-first app — all data is stored in your browser's IndexedDB. No backend, no cloud sync.