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.
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.
This website is built with the latest modern web technologies:
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS 4
- Animations: Framer Motion
- CMS: Sanity
- Internationalization: i18next
- Email: Resend
git clone https://github.com/QoreDB/QoreDB-showcase.git
cd QoreDB-showcasenpm install
# or
yarn install
# or
pnpm installCreate 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_keynpm run devOpen http://localhost:3000 with your browser to see the result.
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.
This project is proprietary.