A secure text sharing application that encrypts content client-side and stores it in Supabase with automatic expiration after 10 minutes.
npm install- Create a new project at supabase.com
- Go to the SQL Editor in your Supabase dashboard
- Run the SQL commands from
supabase-schema.sqlto create the database schema - Get your project URL and anon key from Settings > API
Create a .env.local file in the root directory:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_keynpm run devOpen http://localhost:3000 to view the application.
MIT License - feel free to use this project for your own needs!