BuildSpace Starter

Build your app from a clean Next.js baseline

This repository is the canonical starter for new BuildSpace apps. It includes the @buildspacestudio/sdk pre-configured with authentication and everything you need to start building.

Develop

Run locally with bun dev.

Deploy

Push to main, then run buildspace deploy.

SDK Features

Authentication

Sign in & sign up flows with session management via HTTP-only cookies.

Event Tracking

Client-side batched tracking and server-side immediate event ingestion.

Storage

Browser uploads via presigned URLs. Server-side listing, signed URLs, and usage metrics.

Notifications

Transactional email dispatch with direct HTML or template-based sending.