Minimal. Fast. Beautiful.
The perfect startup page for developers, founders, and digital minimalists.

Clean interface with dynamic folder support and smart search
No database. No backend. Just a single bookmarks.csv file:
Name,URL
GitHub,https://github.com
Qwen Chat,https://chat.qwen.ai/new
Design Inspiration,https://dribbble.com,https://a16z.com- First column = folder or bookmark name
- Multiple URLs in one row = automatic folder creation
- Edit it anywhere — GitHub, Notion, Excel — it just works!
✅ Perfect for version control, sharing, or syncing across devices.
Smart design that adjusts based on your device:
- Mobile: Full-screen immersive experience, bottom-aligned for thumb-friendly access
- Desktop: Clean top alignment with more breathing room
- Responsive grid scales smoothly from phones to 4K monitors
Organize bookmarks into folders without clutter:
- Click any folder to open a sleek overlay modal
- Backdrop blur effect + smooth animations = modern feel
- Escape key or click outside to close — intuitive UX
Type once, search everywhere:
- Press Enter → instantly search via Google
- Customizable search engine (
CONFIG.SEARCH_ENGINE)
⚡ No need to navigate away. Your flow stays uninterrupted.
Crafted for focus, not distraction:
- Dark mode by default (easy on the eyes)
- Subtle hover effects and shadows
- Rounded corners, generous spacing, elegant transitions
- Typography optimized for readability
- No frameworks, no dependencies
- Under 10KB (minified) — loads instantly
- Works offline if hosted locally
- Zero tracking, zero bloat
🎯 Ideal for self-hosting on GitHub Pages, Vercel, Netlify, or even local file system.
Just edit the config at the top of the script:
const CONFIG = {
CSV_URL: 'bookmarks.csv', // Change path or use raw GitHub link
SEARCH_ENGINE: 'https://www.google.com/search?q=' // Swap to DuckDuckGo, Bing, etc.
};🎨 Tweak colors, fonts, or layout in CSS — everything is readable and maintainable.
Enterto searchEscapeto close folder modals- Tab through bookmarks seamlessly
git clone https://github.com/yourname/startup-bookmarks.gitAdd your favorite sites and folders:
Social,https://twitter.com,https://linkedin.com
Learning,https://coursera.org,https://youtube.com
Notion,https://notion.soDeploy in seconds:
- GitHub Pages
- Vercel
- Netlify
- Or open
index.htmldirectly in your browser!
🌐 No server needed. Runs entirely client-side.
| Benefit | Why It Matters |
|---|---|
| ✅ Zero setup complexity | Just edit a CSV and go |
| ✅ Organized & scalable | Folders keep things tidy as your list grows |
| ✅ Instant loading | Faster than your browser’s new tab page |
| ✅ Mobile-first elegance | Designed for touch, looks great everywhere |
| ✅ Open source & free | Fully customizable, forever |
Created for people who value speed, simplicity, and style.
💡 Inspired by dashboards like Start.me, Raindrop, and Speed Dial — but lighter, faster, and fully open.
Open an issue, fork it, or tag me @motionkartik — I’d love to see how you use it!
✨ Turn your chaotic tabs into a beautiful, organized launchpad.
Download, deploy, and delight in simplicity.
