diff --git a/apps/web/.gitignore b/apps/web/.gitignore
new file mode 100644
index 00000000..6240da8b
--- /dev/null
+++ b/apps/web/.gitignore
@@ -0,0 +1,21 @@
+# build output
+dist/
+# generated types
+.astro/
+
+# dependencies
+node_modules/
+
+# logs
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+
+# environment variables
+.env
+.env.production
+
+# macOS-specific files
+.DS_Store
diff --git a/apps/web/.keep b/apps/web/.keep
deleted file mode 100644
index e69de29b..00000000
diff --git a/apps/web/README.md b/apps/web/README.md
new file mode 100644
index 00000000..e34a99b4
--- /dev/null
+++ b/apps/web/README.md
@@ -0,0 +1,47 @@
+# Astro Starter Kit: Minimal
+
+```sh
+npm create astro@latest -- --template minimal
+```
+
+[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
+[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
+[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)
+
+> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
+
+## 🚀 Project Structure
+
+Inside of your Astro project, you'll see the following folders and files:
+
+```text
+/
+├── public/
+├── src/
+│ └── pages/
+│ └── index.astro
+└── package.json
+```
+
+Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
+
+There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
+
+Any static assets, like images, can be placed in the `public/` directory.
+
+## 🧞 Commands
+
+All commands are run from the root of the project, from a terminal:
+
+| Command | Action |
+| :------------------------ | :----------------------------------------------- |
+| `npm install` | Installs dependencies |
+| `npm run dev` | Starts local dev server at `localhost:4321` |
+| `npm run build` | Build your production site to `./dist/` |
+| `npm run preview` | Preview your build locally, before deploying |
+| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
+| `npm run astro -- --help` | Get help using the Astro CLI |
+
+## 👀 Want to learn more?
+
+Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
diff --git a/apps/web/astro.config.mjs b/apps/web/astro.config.mjs
new file mode 100644
index 00000000..461bd30d
--- /dev/null
+++ b/apps/web/astro.config.mjs
@@ -0,0 +1,8 @@
+import { defineConfig } from 'astro/config';
+
+import tailwind from "@astrojs/tailwind";
+
+// https://astro.build/config
+export default defineConfig({
+ integrations: [tailwind()]
+});
\ No newline at end of file
diff --git a/apps/web/package.json b/apps/web/package.json
new file mode 100644
index 00000000..2462c547
--- /dev/null
+++ b/apps/web/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "@lume/web",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "start": "astro dev",
+ "build": "astro check && astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/check": "^0.4.1",
+ "@astrojs/tailwind": "^5.1.0",
+ "@fontsource/geist-mono": "^5.0.1",
+ "astro": "^4.2.1",
+ "astro-seo-meta": "^4.1.0",
+ "astro-seo-schema": "^4.0.0",
+ "schema-dts": "^1.1.2",
+ "tailwindcss": "^3.4.1",
+ "typescript": "^5.3.3"
+ },
+ "devDependencies": {
+ "@tailwindcss/typography": "^0.5.10"
+ }
+}
diff --git a/apps/web/public/favicon.svg b/apps/web/public/favicon.svg
new file mode 100644
index 00000000..a02e9c3c
--- /dev/null
+++ b/apps/web/public/favicon.svg
@@ -0,0 +1,37 @@
+
diff --git a/apps/web/public/og-image.jpg b/apps/web/public/og-image.jpg
new file mode 100644
index 00000000..01988a41
Binary files /dev/null and b/apps/web/public/og-image.jpg differ
diff --git a/apps/web/src/env.d.ts b/apps/web/src/env.d.ts
new file mode 100644
index 00000000..f964fe0c
--- /dev/null
+++ b/apps/web/src/env.d.ts
@@ -0,0 +1 @@
+///
+ Lume is a Nostr client for desktop include Linux, Windows and + macOS. It is free and open source, you can look at source code on Github. Lume is actively improving the app and adding new features, you + can expect new update every month. +
+ Download ++ Nostr stands for Notes and Other Stuff Transmitted by Relays. It is + an open, permission-less protocol that aims to provide + censorship-resistance and interoperability. It can be used to create + social networks or just about any other type of app (other stuff + part of the acronym). It is not a single website or app, but the + glue that holds together many apps (clients) and Lume is one of + it. +
++ At its core, nostr consists of relays and events. A person does + something (event) and this event is sent to a relay. The relay + stores the event, then waits for another person to request it. The + most common types of events are notes and reactions - the stuff + social media is made of, but there are many other types of events. + It works very similar to how any other app would work with a + database, except in nostr there is no single database, rather a + large number of relays that store the events. +
++ Lume is display your timeline as multiple column, each column is + each different content and you can define your experience +
++ You can create a column to display newsfeed from specific people, + you can create a column to display all contents related to some + hashtags. It all up to you. +
++ Unlike some social networks, they feed you by algorithm. In Lume, + you totally control what to will see +
++ (Universal) macOS: Lume.3_3.0.0_universal.dmg + +
++ (x86-64) Windows 11: Lume.3_3.0.0_x64-setup.exe +
++ (x86-64) Ubuntu: lume-3_3.0.0_amd64.deb +
++ (x86-64) Fedora: lume-3-3.0.0-1.x86_64.rpm +
++ (x86-64) Other Linux: lume-3_3.0.0_amd64.AppImage +
++ Support for ARM, RISC-V and Loongarch architecture are coming soon. +
++ Supported by Open Sats and Community +
+