+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
+
+You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU AGPL, see
+.
\ No newline at end of file
diff --git a/README.md b/README.md
index e215bc4..641c024 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,65 @@
-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).
+
+
+
-## Getting Started
+Relaunch
-First, run the development server:
+
+ The open-source project gallery.
+
+ Learn more »
+
+
+ Introduction ·
+ Features ·
+ Tech Stack ·
+ License ·
+ Contributing
+
-```bash
-npm run dev
-# or
-yarn dev
-# or
-pnpm dev
-# or
-bun dev
-```
+
+
+
+
+
+
+
+
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
+
-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
+## Introduction
-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.
+Relaunch is the open-source plaform for showcasing your projects to the internet!
-## Learn More
+## Features
-To learn more about Next.js, take a look at the following resources:
+- Project profiles
+- Analytics
+- Feedback
+- Rating
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
+## Tech Stack
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
+- [Next.js](https://nextjs.org/) – framework
+- [TypeScript](https://www.typescriptlang.org/) – language
+- [Tailwind](https://tailwindcss.com/) – CSS
+- [Turso](https://turso.tech/) – database
+- [NextAuth.js](https://next-auth.js.org/) – auth
+- [Vercel](https://vercel.com/) – deployments
-## Deploy on Vercel
+## Contributing
-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.
+We love our contributors! Here's how you can contribute:
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
+- [Open an issue](https://github.com/irere123/relaunch-v2/issues) if you believe you've encountered a bug.
+- Follow the [local development guide](https://github.com/irere123/relaunch-v2/CONTRIBUTING.md) to get your local dev environment set up.
+- Make a [pull request](https://github.com/irere123/relaunch-v2/pull) to add new features/make quality-of-life improvements/fix bugs.
+
+
+
+
+
+## License
+
+Inspired by [Plausible](https://plausible.io/), Relaunch is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can [find it here](https://github.com/irere123/relaunch-v2/blob/master/LICENSE.md).