···11-This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
11+# eny.social — A social network that belongs to the people
2233-## Getting Started
33+No algorithms shaping your reality. Decentralized. Built and hosted in Europe. Starting in Offenbach.
4455-First, run the development server:
55+## What is eny.social?
6677-```bash
88-npm run dev
99-# or
1010-yarn dev
1111-# or
1212-pnpm dev
1313-# or
1414-bun dev
1515-```
77+eny.social is a social platform where you own your feed, your data, and your voice. Built as an alternative to algorithm-driven social media, it connects people, media, communities, and services — without selling your data or letting Silicon Valley shareholders decide what you see.
1681717-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
99+**Core values:**
1010+- Everything in one place — people, media, and services
1111+- Secure by design — we don't sell your data
1212+- Made in Europe — built, hosted, and governed in Europe
18131919-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
1414+The platform launches first in Offenbach am Main, bringing together local neighborhoods, events, and city services in one place.
20152121-This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
2222-2323-## Learn More
1616+## Stack
24172525-To learn more about Next.js, take a look at the following resources:
2626-2727-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
2828-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
2929-3030-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
1818+- [Next.js](https://nextjs.org) (App Router)
1919+- TypeScript
2020+- Tailwind CSS
31213232-## Deploy on Vercel
2222+## Getting Started
33233434-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
2424+```bash
2525+npm install
2626+npm run dev
2727+```
35283636-Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
2929+Open [http://localhost:3000](http://localhost:3000) in your browser.