A terminal-style personal dashboard for your professional workflow.
Meridian Terminal is an open-source, single-page command center. It pulls your project updates, security alerts, and real-time data into one clean, terminal-inspired interface.
- No account needed: Your layout is saved to your browser session.
- Easy Setup: Just configure your widgets and bookmark the page to save your progress.
- Privacy Warning: Do not post sensitive or private information on the dashboard.
- Unified View: Everything you need on one single page.
- Lightweight: Minimalist design without the bloat of a traditional GUI.
- Fast Customization: Changes are saved via sessions; no database login required.
npm install
Create a .env file and add your keys:
VITE_SUPABASE_URLVITE_SUPABASE_ANON_KEYVITE_RAPIDAPI_KEY(Subscribe to Yahoo Finance API)
- Start dev server:
npm run dev - Build for production:
npm run build - Preview production build:
npm run preview
- VS Code + Vue (Official) extension.
- Note: Disable Vetur to avoid conflicts.
To make development easier, install the Vue.js devtools for your browser and enable Custom Object Formatters in your DevTools settings.
- Framework: Vue.js
- Styling: Bootstrap
- Build Tool: Vite
- Linting: ESLint