All Projects → PrettyCoffee → startpage

PrettyCoffee / startpage

Licence: MIT license
A React library which provides tools that help creating browser startpages in react.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to startpage

startup-page
A custom startup page for your browser.
Stars: ✭ 151 (+371.88%)
Mutual labels:  startpage
nerdypepper.github.io
nerdypepper.me
Stars: ✭ 28 (-12.5%)
Mutual labels:  startpage
dawn
A startpage called "dawn"
Stars: ✭ 162 (+406.25%)
Mutual labels:  startpage
astro
An open, extensible, dashboard for all of your homelab services.
Stars: ✭ 25 (-21.87%)
Mutual labels:  startpage
startpage
Custom browser startpage
Stars: ✭ 43 (+34.38%)
Mutual labels:  startpage
startpage
a cute little home for my browser
Stars: ✭ 26 (-18.75%)
Mutual labels:  startpage
minimum-viable-startpage
A very simple startpage to replace new tab in a browser of choice.
Stars: ✭ 61 (+90.63%)
Mutual labels:  startpage
Startpage
New revamped and improved Startpage, now with Dark Mode support!
Stars: ✭ 35 (+9.38%)
Mutual labels:  startpage
b2ntp
Kanban style New Tab Page extension with your bookmarks and powerful search
Stars: ✭ 50 (+56.25%)
Mutual labels:  startpage
prism
A beautiful, minimalist, static startpage
Stars: ✭ 25 (-21.87%)
Mutual labels:  startpage
safe-search
Sets the built-in adult content filter (most often: safe search) on Google, YouTube, Bing, Yahoo, DuckDuckGo, Startpage, Dogpile, Yandex, Vimeo, Reddit, Ecosia, Dailymotion, Qwant, and Patreon.
Stars: ✭ 16 (-50%)
Mutual labels:  startpage
tea-green
Simple startpage with weather and to-do list features.
Stars: ✭ 53 (+65.63%)
Mutual labels:  startpage
homepage
Custom Start/home page (multi LIVE search) with live animated weather and news ticker - written in HTML/JS. Minimal, self-hosted, and dope.
Stars: ✭ 35 (+9.38%)
Mutual labels:  startpage
Evening-Startpage
A comfy startpage for comfy people.
Stars: ✭ 21 (-34.37%)
Mutual labels:  startpage
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+10840.63%)
Mutual labels:  startpage
hexagonTab
Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
Stars: ✭ 65 (+103.13%)
Mutual labels:  startpage
startpage
A minimal startpage.
Stars: ✭ 82 (+156.25%)
Mutual labels:  startpage
home-space
Startpage and WebXR home
Stars: ✭ 43 (+34.38%)
Mutual labels:  startpage
fluidity
Fluidity - An accordion based startpage
Stars: ✭ 196 (+512.5%)
Mutual labels:  startpage
termstart
🚀 A terminal-themed start page for web browsers
Stars: ✭ 150 (+368.75%)
Mutual labels:  startpage

@startpage license-badge

@startpage is a library that provides tools to facilitate the process of creating a browser start page.

Take a look at the documentation for more details.

If you want to see how it works in a real world scenario, you can check out the example project.

Getting Started

Installation

npm i @startpage/<package>

Creating a new project

If you want to create a new project, you can use one of the startpage create-react-app templates:

// base template
npx create-react-app <some-app-name> --template startpage

// with emotion js
npx create-react-app <some-app-name> --template startpage-emotion

Packages

name description
bookmarks Bookmark management for your startpage docs
local-storage Local storage management for your startpage docs
preset Use presets for your startpage. docs
search Provides a function to search the web docs
theming Provide a design system for your startpage. docs

Core concepts

Before you start working with this library, you should be aware of the following core concepts it uses:

Note

I recommend using Typescript and Emotion with this library since its designed for this usecase. That being said, everything should work just fine without them.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].