Skip to content

httpparam/kopy

Repository files navigation

KOPY

A secure text sharing application that encrypts content client-side and stores it in Supabase with automatic expiration after 10 minutes.

Setup Instructions

1. Install Dependencies

npm install

2. Set up Supabase

  1. Create a new project at supabase.com
  2. Go to the SQL Editor in your Supabase dashboard
  3. Run the SQL commands from supabase-schema.sql to create the database schema
  4. Get your project URL and anon key from Settings > API

3. Environment Variables

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_key

4. Run the Application

npm run dev

Open http://localhost:3000 to view the application.

Star History

Star History Chart

License

MIT License - feel free to use this project for your own needs!

About

🗝️ private encrypted pastebin service

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages