Aesthetic Startpage to boost your productivity and at the same time give your desktop a new aesthetic look. Here is a Live Preview
NOTE!!!!!!!!! We are developing a productivity SaaS platform that combines a clean, minimalist design with anime-inspired nature themes. The goal is to create a serene and engaging digital workspace that helps users streamline their tasks, organize their thoughts, and boost their overall productivity.
Key Features Personalized start page with customizable widgets for bookmarks, notes, to-do lists, weather, and time Intuitive bookmark management system for saving, organizing, and accessing bookmarks Note-taking feature with Markdown support and a clean, minimalist interface Task management system with due dates, priorities, and integration with external services AI-powered chatbot for assistance with queries, task management, and information retrieval Aesthetic, modern UI with a consistent brand identity across all features AI-enhanced search engine for quick and relevant information retrieval Personal mood board
Design Inspiration The design of the SaaS platform will be inspired by minimalist aesthetics and nature-themed anime. We aim to create a clean, visually appealing interface that resonates with users who appreciate simplicity and whimsy. The color palette will be inspired by natural elements like water, leaves, and clouds, and the overall look and feel will be calming and inviting. Monetization
We are looking for developers, designers and dreamers Suggest your ideas on what features we all can add, designs, and I welcome you all to contribute and create this ultimate opensource start space.
- Download/Clone this repository.
- Open folder of theme you want to use.
- Open index.html file using a web browser.
- Copy the url path from the url bar.
- Go to web browser's homepage settings.
- Select Custom url homepage and paste the url.
- Copy this Page link and use it as custom url homepage
- You can change theme using the menu given at top-right corner.
- You can use a specific-theme by using method-1.
- Follow this tutorial till
Create a Branch
.
-
Navigate to
aesthetic-startpage\template-theme\normal
in your desktop. -
Copy all the files and folders (
index.html
,style.css
,images
). -
Now navigate to
aesthetic-startpage\new-themes\
in your desktop. -
Create a new folder and give it a unique theme name of your choice.
-
Paste the previously copied files and folder inside the new folder you created.
-
Open
style.css
in your preferred ide or text editor. -
Inside
:root
change thergb
values for different variables.
-
If you want to add gradient, you can add it inside
.bg
-
To add new image, navigate to
images
inside the folder you created and replace the existing image with the one you want. Rename the image togif.gif
. If the image is not gif you can convert it by using MS Paint (save asgif.gif
) or any other software.
- Follow rest of this tutorial from where you have left.