Un dashboard personal que transforma la forma en que guardas y accedes a tus bookmarks. Olvídate de las listas aburridas del navegador — visualiza tu contenido en un bento grid interactivo con más de 120 widgets personalizables.
|
Centraliza Todos tus links en un solo lugar |
Organiza Categorías y tags inteligentes |
Encuentra Búsqueda instantánea siempre |
Personaliza Tu dashboard, tus reglas |
|
|
La forma más sencilla. Sin login, sin configuración, datos 100% en local.
- Descarga
Stacklume_x.x.x_x64-setup.exedesde Releases - Ejecuta el instalador — no requiere Node.js ni nada adicional
- Abre Stacklume — acceso directo, sin pantalla de login
Requisitos: Windows 10/11 (64-bit). WebView2 Runtime incluido en Windows 11; se instala automáticamente en Windows 10.
Prueba Stacklume en el navegador ahora mismo. Los datos se guardan solo en tu navegador, sin servidor ni cuenta.
Aloja tu propia instancia con autenticación y base de datos en la nube.
Necesitas: pnpm · Neon PostgreSQL (gratuito)
# 1. Clonar e instalar dependencias
git clone https://github.com/SwonDev/Stacklume.git
cd Stacklume
pnpm install
# 2. Configurar entorno
cp .env.example .env.local
# → Edita .env.local con tu DATABASE_URL y credenciales
# 3. Crear las tablas en la base de datos
pnpm db:push
# 4. Iniciar servidor de desarrollo
pnpm devAbre http://localhost:3000. Consulta .env.example para ver todas las variables disponibles.
Ver todos los widgets (120+)
| Atajo | Acción |
|---|---|
Ctrl + K |
Abrir búsqueda |
Ctrl + N |
Nuevo link |
Escape |
Salir selección múltiple · Salir modo edición · Cerrar modal |
Las contribuciones son bienvenidas:
- Haz fork del proyecto
- Crea una rama —
git checkout -b feature/nueva-feature - Commit —
git commit -m 'feat: descripción' - Push —
git push origin feature/nueva-feature - Abre un Pull Request
Este proyecto está bajo la licencia MIT. Ver LICENSE para más detalles.
A personal dashboard that transforms the way you save and access your bookmarks. Forget boring browser lists — visualize your content in an interactive bento grid with 120+ customizable widgets.
|
Centralize All your links in one place |
Organize Smart categories and tags |
Find Instant search, always |
Customize Your dashboard, your rules |
|
|
The easiest way. No login, no configuration, data 100% local.
- Download
Stacklume_x.x.x_x64-setup.exefrom Releases - Run the installer — no Node.js or extra dependencies required
- Open Stacklume — direct access, no login screen
Requirements: Windows 10/11 (64-bit). WebView2 Runtime bundled in Windows 11; auto-installs on Windows 10.
Try Stacklume in the browser right now. Data is saved only in your browser, no server or account needed.
Host your own instance with authentication and cloud database.
You need: pnpm · Neon PostgreSQL (free tier)
# 1. Clone and install
git clone https://github.com/SwonDev/Stacklume.git
cd Stacklume
pnpm install
# 2. Configure environment
cp .env.example .env.local
# → Edit .env.local with your DATABASE_URL and credentials
# 3. Set up the database
pnpm db:push
# 4. Start dev server
pnpm devOpen http://localhost:3000. See .env.example for all available variables.
View all widgets (120+)
| Shortcut | Action |
|---|---|
Ctrl + K |
Open search |
Ctrl + N |
New link |
Escape |
Exit multi-select · Exit edit mode · Close modal |
Contributions are welcome:
- Fork the project
- Create a branch —
git checkout -b feature/new-feature - Commit —
git commit -m 'feat: description' - Push —
git push origin feature/new-feature - Open a Pull Request
MIT — See LICENSE for details.



