Skip to content

QoreDB/QoreDB-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QoreDB Showcase Website

This repository contains the source code for the QoreDB landing page and showcase website.

Note: This is the website repository. If you are looking for the QoreDB application source code, this is not it.

🚀 About QoreDB

QoreDB is a local-first, desktop database client designed for modern developers. It aims to unify SQL and NoSQL workflows into a single, beautiful, and fast interface.

  • Unified: Manage PostgreSQL, MySQL, MongoDB, Redis, and more in one place.
  • Local-First: Runs on your machine, for your machine. No mandatory cloud.
  • Modern: Built with a focus on speed, aesthetics, and developer experience.

🛠 Tech Stack

This website is built with the latest modern web technologies:

⚡ Getting Started

1. Clone the repository

git clone https://github.com/QoreDB/QoreDB-showcase.git
cd QoreDB-showcase

2. Install dependencies

npm install
# or
yarn install
# or
pnpm install

3. Environment Variables

Create a .env.local file in the root directory. You will need to configure variables for Sanity CMS and Resend if you want full functionality locally.

# Example .env.local
NEXT_PUBLIC_SANITY_PROJECT_ID=...
NEXT_PUBLIC_SANITY_DATASET=...
RESEND_API_KEY=...
STRIPE_SECRET_KEY=sk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...
STRIPE_PRICE_ID=price_...
LICENSE_PRIVATE_KEY=base64_encoded_private_key

4. Run the development server

npm run dev

Open http://localhost:3000 with your browser to see the result.

📂 Project Structure

  • app/ - Next.js App Router pages and layouts.
  • components/ - Reusable UI components.
  • lib/ - Utility functions and shared logic.
  • locales/ - Internationalization JSON files.
  • sanity/ - Sanity CMS schemas and configuration.
  • public/ - Static assets.

📄 License

This project is proprietary.

About

Site vitrine de QoreDB, le client de base de données open source SQL + NoSQL

Resources

Stars

Watchers

Forks

Contributors