diff --git a/app/About/page.tsx b/app/About/page.tsx index ba5e9023..b377e811 100644 --- a/app/About/page.tsx +++ b/app/About/page.tsx @@ -5,61 +5,129 @@ import {aColor} from "@/lib/client/constants"; export default function About() { - // const [totalUsers, setTotalUsers] = useState(0); - // useEffect(() => { - // const getCount = async () => { - // const countResponse = await fetch('/api/profiles/count'); - // if (countResponse.ok) { - // const {count} = await countResponse.json(); - // setTotalUsers(count); - // } - // }; - // - // getCount(); - // }, []); // <- runs once after initial mount return (
{aColor} -
-

About Compass

+
+
+
+

Why Choose Compass?

+
+
+ Compass logo +
+
+

Built for users, by users.

+

Open, transparent, and truly user-first. No paywalls, no addictive algorithms, no venture capital. Just real people, real values, and real connections.

+
+
+
+ + Join Now + +
+
+
- {/*

Abstract

*/} -

Forming and maintaining close connections is fundamental for most people’s mental health—and hence overall - well-being. However, currently available meeting platforms, lacking transparency and searchability, are - deeply failing to bring together thoughtful people. This platform is designed to - foster close friendships and relationships for people who prioritize learning, curiosity, and critical - thinking. The directory of users is fully transparent and each profile contains extensive - information, allowing searches over all users through powerful filtering and sorting methods. To prevent any - value drift from this pro-social mission, the platform will always be free, ad-free, not for profit, - donation-supported, open source, and democratically governed.

-
- - The Deeper Why - +
+
+

Search EXACTLY What You're Looking For

+

Keyword search from our entire database. Meet your introverted rock climbing dream bae who's also into Magic the Gathering and cats. ME-OW!

+
+
+

Get Notified About Your Searches

+

When someone joins and meets your search criteria, get notified!

+

Goodbye swipe addiction. Hello precious time!

+
+
+

Everything is free. Seriously.

+

No subscriptions. No paywalls. We're designed by regular people who were fed up by inaccessible and extractive dating apps.

+
+
+

Character is Hot

+

Personality first, pictures last. Instead of swiping on people based on how hot that six pack looks, let's focus on how he saved that cat from a tree.

+
+
+

Fully Transparent

+

You're in the know. Our code is open source, there are clear policies, absolutely no data-selling, and we are community designed.

+
+
+
+
+
+

Help Improve Compass

+
+
+
Give Suggestions or Contribute
+

Give suggestions or let us know you want to help through this form!

+ + Suggest Here + +
+
+
Join Chats
+

Join the community to shape the product—or just chat with like-minded people.

+ + Join the Discord + +
+
+
Tell Your Friends and Family
+

We're a new app, and the more people who use it, the more useful it is!

+
+
+ +

We're not-for-profit with no paywalls for the best user experience. Support the infrastructure. (GitHub has increased transparency, but requires an account).

+ +
+
+
Help Develop the App
+

The source code and instructions for development are available on GitHub.

+ + View Code + +
+
+
+ + Join Compass + +
-

How to Help

-
Give Suggestions or Contribute
-

Give suggestions or let us know you want to help through this form!

-
Join Chats
-

Join the community on Discord to shape and test the product—or just chat with - like-minded people.

-
Share
-

Share the app and article with people who may benefit from the product.

- -

Donate to support the initial infrastructure via PayPal or GitHub (GitHub has increased transparency, but requires - an account).

-
Source Code
-

The source code and instructions for development are available on GitHub.

- {/*

Statistics

*/} - {/*

{totalUsers} total users

*/}
);