A minimalistic, but customisable landing page for browser new tabs. Built with React and Vite.
This project is meant to be used in combination with a new tab overrider. Either host the production build yourself, or use my hosted build, and then customise the tiles to your liking.
- Custom Tiles: Add links to your favorite sites.
- Editable: Customize the display name and icon for each tile.
- Persistent: Data is saved to local storage, and import/export is supported.
- Sortable: Every tile can be easily re-ordered by dragging it around.
# Clone repository
git clone https://github.com/sixem/novoe.git
cd novoe
# Install dependencies
npm install
# Start the development server
npm run dev
# Build for production
npm run buildAny feedback or contributions are welcome.
