← Back to FROM AMERICA

Instxnt.xyz

A visual store builder and API for creators and small businesses.

Web · MVP Next.js 16 Cloudflare Workers Stripe Connect

Overview

Instxnt.xyz is a visual store builder. You sign in with Google, create a store from the dashboard, and configure things like Stripe Connect and a custom domain from a settings page. The frontend leans into a deliberate brutalist look — thick borders, hard shadows, monospace accents.

The project is currently an MVP.

What's in the app

  • Google sign-in via NextAuth v5
  • Dashboard for managing stores
  • Drag-and-drop upload flow with an AI generation progress UI
  • Rich text editing via TipTap
  • Settings: Stripe Connect, custom domain configuration
  • Billing page with subscription management
  • Responsive across desktop and mobile

How it's built

  • Turbo monorepo with ui and api-worker workspaces
  • Next.js 16 (App Router), React 19, TypeScript, Tailwind CSS
  • Radix UI primitives, Framer Motion, @dnd-kit, Remotion
  • React Query for data fetching, Zod for validation
  • LibSQL / Turso for the database
  • Stripe for payments
  • Deployed to Cloudflare Workers via @opennextjs/cloudflare