@@ -24,12 +24,11 @@ import "../styles/global.css";
2424 </p >
2525 <p class =" text-lg leading-relaxed mb-6" >
2626 <strong class =" font-semibold"
27- >Leihladen (Borrow Stores, Library-of-Things)</strong
27+ >Leihläden (Borrow Stores, Library-of-Things)</strong
2828 >
2929 are community-driven spaces where people can borrow items instead of buying
30- them. Whether you're running a local borrow shop or a network of lending
31- locations, Leihbase provides the tools you need to streamline operations,
32- engage users, and promote sustainable sharing.
30+ them. Leihbase is a web service that covers almost every aspect of running
31+ one or multiple lending locations.
3332 </p >
3433 </div >
3534 <div class =" flex justify-center" >
@@ -89,81 +88,43 @@ import "../styles/global.css";
8988 </Section >
9089
9190 <Section >
92- <h2 class =" text-2xl font-bold mb-6" >
93- Built for Communities, Powered by Open-Source
94- </h2 >
91+ <h2 class =" text-2xl font-bold mb-6" >Getting Started</h2 >
9592 <p class =" mb-4" >
96- Leihbase is actively developed and build in collaboration with
97- real-world projects like the
98- <a href =" https://leihbar-koeln.de/" >Leihbar in Cologne</a >. The codebase
99- is open-source available under the <a
100- href =" https://github.com/leihbase/leihbase/blob/next/LICENSE"
101- >GLPv3 License</a
102- >. The service is build with modern tech:
93+ Leihbase does not yet have all the features to be a complete,
94+ easy-to-use system for non-technical users. However, if you have some
95+ technical know-how, it is relatively easy to set up Leihbase on a server
96+ using <a href =" https://www.docker.com/" >Docker</a > or to use a managed service
97+ like <a href =" https://fly.io" >Fly.io</a >. For more details see the <a
98+ href =" https://github.com/leihbase/leihbase?tab=readme-ov-file#deployment"
99+ >README</a
100+ > on Github.
103101 </p >
104- <ul class =" list-disc pl-6 mb-4" >
105- <li >
106- <a href =" https://pocketbase.io/" class =" text-blue-600 hover:underline"
107- >PocketBase</a
108- >
109- for flexible data management.
110- </li >
111- <li >
112- <a href =" https://nuxt.com/" class =" text-blue-600 hover:underline"
113- >NuxtJS</a
114- >
115- for fast, server-side rendered pages.
116- </li >
117- </ul >
118- </Section >
119-
120- <Section >
121- <h2 class =" text-2xl font-bold mb-6" >Get Started</h2 >
122- <p class =" mb-4" >Leihbase is easy to start, deploy and customize:</p >
123- <ul class =" list-disc pl-6 mb-4" >
124- <li >
125- <strong >Docker Support:</strong > Quick setup with pre-configured images
126- for both the <a
127- href =" https://hub.docker.com/r/lumocra/leihbase-webapp" >web app</a
128- > and <a href =" https://hub.docker.com/r/lumocra/leihbase-pb"
129- >back-end</a
130- >.
131- </li >
132- <li >
133- <strong >Fly.io Ready:</strong > Deploy directly to the cloud with included
134- configuration files.
135- </li >
136- <li >
137- <strong >Local Development:</strong > Test and tweak with Docker Compose
138- and Mailhog for email simulation.
139- </li >
140- </ul >
141- <p >
142- <a
143- href =" https://github.com/leihbase/leihbase"
144- class =" text-blue-600 hover:underline"
145- >
146- Explore the code and contribute on GitHub
147- </a >
102+ <h3 class =" text-lg font-semibold mb-4" >Support</h3 >
103+ <p class =" mb-4" >
104+ If you would like to try Leihbase but lack the technical know-how to set
105+ it up, feel free to reach out to <a href =" me@arcomul.nl" >
106+ leihbase@arcomul.nl
107+ </a > for technical support.
148108 </p >
149109 </Section >
150110
151111 <Section >
152- <h2 class =" text-2xl font-bold mb-6" >Join the Sharing Economy </h2 >
112+ <h2 class =" text-2xl font-bold mb-6" >Open-Source </h2 >
153113 <p class =" mb-4" >
154- Leihbase is more than software - it's a step toward reducing waste and
155- building stronger communities. Whether you're a volunteer, a nonprofit,
156- or a local initiative, Leihbase helps you focus on what matters:
157- <strong class =" font-semibold"
158- >sharing resources, not owning them.</strong
159- >
114+ Leihbase is in active development. It's being build in collaboration
115+ with real-world projects like the
116+ <a href =" https://leihbar-koeln.de/" >Leihbar in Cologne</a >. The codebase
117+ is open-source available under the <a
118+ href =" https://github.com/leihbase/leihbase/blob/next/LICENSE"
119+ >GLPv3 License</a
120+ >.
160121 </p >
161122 <p >
162123 <a
163124 href =" https://github.com/leihbase/leihbase"
164125 class =" text-blue-600 hover:underline"
165126 >
166- Try Leihbase
127+ Explore the code and contribute on GitHub
167128 </a >
168129 </p >
169130 </Section >
@@ -173,7 +134,7 @@ import "../styles/global.css";
173134 class =" mt-12 pt-6 border-t border-gray-200 text-center text-gray-500 flex justify-center"
174135 >
175136 <p >
176- © { new Date ().getFullYear ()} Leihbase. Open-source and community-driven.
137+ © { new Date ().getFullYear ()} Leihbase
177138 </p >
178139 </footer >
179140 <script >
0 commit comments