AI-powered React and Supabase app builder
Likable is a framework inspired by Lovable.dev that helps you rapidly build React and Supabase applications with AI assistance. It provides opinionated scaffolding, local development with Supabase, and seamless integration with AI coding assistants.
Free and Open Source (Apache 2.0 License)
- ✅ Completely free - No subscriptions, no usage limits, no paywalls
- ✅ Open source forever - Apache 2.0 license with patent protection
- ✅ Privacy-first - All development happens locally on your machine
- ✅ No vendor lock-in - You own your code and infrastructure
- Node.js >= 18.0.0
- Docker Desktop - Enables automatic Supabase startup in the wizard
- Supabase CLI - Enables automatic service management
- macOS:
brew install supabase/tap/supabase - Other: Supabase CLI docs
- macOS:
- AI Coding Assistant - Choose one:
- Gemini CLI (Free) -
npm install -g @google/gemini-cli - Claude Code ($20/month) -
npm install -g @anthropic-ai/claude-code
- Gemini CLI (Free) -
Note: The wizard will work without these! You can install Docker/Supabase CLI later and set them up manually. The project scaffolding happens regardless of what you have installed.
# Install Likable globally
npm install -g @byteventures/likable
# Start building with AI (quick-start mode)
likableThat's it! The wizard will:
- ✅ Check prerequisites and guide you through installation if needed
- ✅ Guide you through project configuration
- ✅ Create your project with selected features
- ✅ Automatically start Supabase and dev server (if Docker/Supabase CLI installed)
my-app/
├── supabase/
│ ├── config.toml # Supabase configuration
│ └── migrations/ # Database migrations
├── src/
│ ├── components/ # React components
│ ├── pages/ # Page components
│ ├── hooks/ # Custom React hooks
│ ├── lib/
│ │ └── supabase.ts # Supabase client
│ ├── types/
│ │ └── database.ts # Generated DB types
│ └── utils/ # Utility functions
├── .env.local # Environment variables
├── package.json
├── vite.config.ts
└── tailwind.config.js
Likable is free and open source (Apache 2.0 License). Contributions are welcome!
Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
See CONTRIBUTING.md for detailed guidelines.
Likable is licensed under the Apache License 2.0.
This means you can:
- ✅ Use it for any purpose (personal, commercial, enterprise)
- ✅ Modify and distribute it freely
- ✅ Use it in proprietary software
- ✅ No usage restrictions or costs
See LICENSE.md for full details.
Copyright © 2025 Theodor Storm, Byte Ventures IO AB