Web Analytics

kanba

⭐ 348 stars English by Kanba-co

🌐 Language



Kanba



Vercel OSS Program

Open-source, lightweight Trello alternative designed for makers and indie hackers.

Focus on simplicity, speed, and scalability. Built with modern stack: Tailwind CSS, shadcn/ui, Supabase, Stripe integration. Supports unlimited projects, team collaboration, dark/light mode, and seamless user experience. Perfect for solo devs and small teams who want full control without unnecessary complexity.

🌟 If you find this project useful, consider giving it a star! It helps others discover it too.

Deployment Guide

Overview

This application now uses local Next.js API routes instead of Supabase Edge Functions for Stripe integration. This makes deployment simpler and allows you to use standard .env files for configuration.

Environment Variables Setup

1. Create .env.local file

Copy .env.example to .env.local and fill in your actual values:

cp .env.example .env.local

2. Required Environment Variables

#### Supabase Configuration

#### Stripe Configuration (optional) #### Site Configuration

Local Development

npm install
npm run dev
stripe listen --forward-to localhost:3000/api/stripe/webhook

Production Deployment

Vercel Deployment

npx vercel
Add all environment variables through Vercel dashboard or CLI

API Endpoints

The application now uses these local API routes:

Benefits of Local API Routes

Troubleshooting

Security Notes

--- Tranlated By Open Ai Tx | Last indexed: 2025-08-01 ---