Geins is a commerce backend that gives you the flexibility to create truly custom solutions, while also providing a stable foundation to build upon. Say goodbye to technical constraints and hello to a platform that unleashes your full potential.
Add the shape of a product and set the stock level, prices and publish it.
tags on your media to customize the customer experienceDon't choose between time to market and building customized customer experience. With the Geins SDK, you can build your own frontend with your favorite framework.
import { GeinsClient } from '@geins/sdk'
const client = new GeinsClient({
apiUrl: process.env.GEINS_API_URL,
apiKey: process.env.GEINS_API_KEY
})
const products = await client.products.list()
console.log(products)
<script setup lang="ts">
defineProps<{
image: string
}>()
</script>
<template>
<section class="flex flex-col sm:flex-row sm:items-center gap-4 py-8 sm:gap-12 sm:py-12">
<div>
<h1 class="text-4xl font-semibold">
<slot name="title" />
</h1>
<div class="text-base text-gray-600 dark:text-gray-300">
<slot name="description" />
</div>
</div>
<img :src="image" class="w-1/2 rounded-lg">
</section>
</template>

Start building your commerce application today
Import your Nuxt Content website and invite your team to collaborate today.