-## 🔎 Decentralizing search
+## 👋 Welcome!
Findto is an open source assistant for decentralized search.
-Our principles:
+Our key principles:
-- Research and develop a better search experience on Web, AI and more.
+- Research and develop a better search experience on Web, AI, and more.
- People in control of search algorithms.
@@ -34,33 +34,34 @@ Our principles:
Findto is putting the power of internet back into people's hands.
-Quickly search the same term on diverse Web and AI sources. See the privacy and carbon levels of selected source. Discover trends. Find anything. More productive and accessible searches than ever.
+Quickly search the same term on diverse Web, AI, and more sources. See the estimated privacy level and carbon footprint of selected source. Discover trends and stories. Find anything. More productive and accessible searches - as never before.
-A new search experience, where the people choices and the planet needs walks together, for a healthier internet. As the always should be.
+A new search experience, where the people choices matter, for a healthier internet. As the always should be.
-[Try it now](https://findto.app/?utm_source=findto_repo)
+[Try it now on Findto.app](https://findto.app/?utm_source=findto_repo)
## 🟢 Features
-| Feature | Description | Status |
-| ------------------------ | ---------------------------------------------------------------------------------- | ------ |
-| **Decentralized Search** | Search the same term on diverse Web and AI sources. | ✅ |
-| **Trends** | Explore trending stories, topics, contents, products, places, and more nearby you. | ✅ |
-| **Autocomplete** | Get instant suggestions as you type. | ✅ |
-| **Privacy Level** | View the estimate privacy level of selected source. | 🔧 |
-| **Carbon Footprint** | View the estimate carbon footprint level of selected source. | 🔧 |
-| **Voice Search** | Use your voice to search anywhere. | ✅ |
-| **Visual Search** | Use images to search on supported sources. | 🔧 |
-| **Accessibility** | Balanced contrast, dark theme, keyboard navigation and screen readers support. | ✅ |
-| **Internationalization** | Chose your country for local sources, or international search. | ✅ |
+| Feature | Description | Status |
+| ------------------------ | ---------------------------------------------------------------------------- | ------ |
+| **Decentralized Search** | Search on diverse sources at once | ✅ |
+| **Trends** | Explore real-time trends nearby you | ✅ |
+| **Stories** | Discover newest stories | ✅ |
+| **Autocomplete** | Get automatic suggestions of terms as you type | ✅ |
+| **Voice Search** | Search anywhere using your voice | ✅ |
+| **Visual Search** | Search on supported sources with an image | 🔜 |
+| **Privacy Level** | View estimated privacy level of search source | 🔜 |
+| **Carbon Footprint** | View estimated carbon footprint of search source | 🔜 |
+| **Internationalization** | Choose your country for local sources, or international | ✅ |
+| **Accessibility** | Balanced contrast, screen reader support, keyboard navigation and dark theme | ✅ |
-## 🔵 Sources
+## 🔵 Criteria
-The search sources available on Findto are selected based on the following criteria: 1) Popularity of the service; 2) Commitment to open access; 3) Adherence to legal standards for privacy and copyright. For more details, visit [Wiki](https://github.com/lucasm/findto/wiki).
+All the external search sources, contents and services available on Findto are selected based on the criteria of: 1) Service popularity; 2) Open access; 3) Accessibility, privacy and copyright policies;
## 🟡 Donations
-If you like Findto ✨get benefits ✨ making a donation. Help us make Findto better!
+If you like Findto ✨ get benefits ✨ making a donation. Help us make Findto better!
- [Support on Patreon](https://patreon.com/findto)
- [One-time donation via Ko-Fi](https://ko-fi.com/findto)
@@ -70,17 +71,17 @@ If you like Findto ✨get benefits ✨ making a donation. Help us make Findto be
FIndto is 100% open source and we welcome contributions. You can help by:
-- Bufixes. View opened [Issues](https://github.com/lucasm/findto/issues) before send pull requests.
+- Bug fixes. View opened [Issues](https://github.com/lucasm/findto/issues) before send pull requests.
- New ideas. For backlog, check [Projects](https://github.com/lucasm/findto/projects) board.
-- Translations. Help us to translate Findto to your language.
+- Translations. Do you want to translate Findto to your language? Check [Docs](https://github.com/lucasm/findto/wiki).
## 🟣 Legal
-Findto is built with privacy in mind. We don't store searches.
+Findto is built with privacy in mind and don't store searches.
-Findto displays automated content from external APIs without review, solely for user convenience, and may include materials protected by intellectual property. We respect the rights of third parties and ask that you do the same.
+Findto displays content from external services without review and include materials protected by intellectual property, solely for user convenience. We respect the rights of third parties and ask that you do the same.
[Privacy Policy](https://findto.app/privacy) | [Terms of Service](https://findto.app/terms)
diff --git a/app/[locale]/community/page.tsx b/app/[locale]/community/page.tsx
index c77fe60..01a971e 100644
--- a/app/[locale]/community/page.tsx
+++ b/app/[locale]/community/page.tsx
@@ -30,7 +30,9 @@ export default function CommunityPage() {
Findto App
-
Welcome! Findto is an assistant for decentralized search.
+
Welcome!
+
+
Findto is an assistant for decentralized search.
Our mission is to empower people to engage with the internet in
diff --git a/components/SearchNav/index.tsx b/components/SearchNav/index.tsx
index 3894bfc..f7322b7 100644
--- a/components/SearchNav/index.tsx
+++ b/components/SearchNav/index.tsx
@@ -21,6 +21,7 @@ import {
Icon,
IconHome,
IconMetaverse,
+ IconLock,
} from '@/components/SvgIcons'
import { normalizeId } from '@/utils/formats'
import { ISearchCategory } from '@/interfaces/search'
@@ -74,6 +75,8 @@ const SearchNav = ({ data, selectedCategory, variant }: Props) => {
return
case 'Metaverse':
return
+ case 'Darknet':
+ return
default:
return
}
diff --git a/components/SvgIcons/index.tsx b/components/SvgIcons/index.tsx
index 5123817..ce01c90 100644
--- a/components/SvgIcons/index.tsx
+++ b/components/SvgIcons/index.tsx
@@ -444,6 +444,22 @@ export function IconBank() {
)
}
+export const IconLock = () => (
+
+)
+
export function IconMenu() {
return (
//