A cosmic command center for developers who code with clarity.
DevUniverse is a minimalist, ambient personal dashboard built for intentional developers. Designed to sit quietly in the background while empowering focused work, it merges a mantra-driven interface with real-time note-taking and actionable task extraction.
| Feature | Description |
|---|---|
| 💬 Mantra Welcome | Sets the tone with a guiding philosophy—“Code. Create. Conscious.” |
| 📝 Sticky Notepad | Auto-saves notes using localStorage, keeping your thoughts persistent |
| ✅ To-Do Detection | Detects todo: entries and displays a task modal when triggered by ::todo |
| 🔗 Link Grid | Placeholder links easily replaced with go-to resources or project hubs |
| 🎯 Focus-Centered UI | Built for calm and clarity with a galaxy-inspired visual theme |
Just start typing in the notepad.
- Use
todo: your taskto mark tasks - Type
::todoanywhere in the notepad to trigger the To-Do List modal - Notes and todos persist with
localStorage—no sign-ins, no data sharing
Example:
todo: Update portfolio with DevUniverse todo: Push README.md to GitHub ::todo
“Your grid. Your code. Your mission.”
- Clone or download the repository
git clone https://github.com/your-username/devuniverse.git cd devuniverse
- Open Dev_Universe.html in your browser
- Customize:
- 🪐 links in the HTML for your tools
- 🖋️ mantra message for personal inspiration
- 🎨 style.css for theming 💡 Customization Ideas- Add widgets like weather, quotes, or music via open APIs
- Integrate GitHub issues or Notion pages for dynamic syncing
- Enhance with authentication and database storage (Firebase, Supabase, etc.)
- JavaScript (Vanilla)
- Local Storage API
- Modular JS in addons/todo.js
It's a digital altar—a calm grid where developers align their work with presence and purpose.Inspired by minimalism, productivity rituals, and cosmic curiosity. You bring the mission. This helps you launch it.
├── style.css ├── addons/ │ └── todo.js ├── assets/ │ └── devuniverse-preview.png

