A community-driven platform for discovering and sharing stories that inspire. Explore ideas across technology, culture, and more.
- Framework: React 18 with Vite
- Styling: Tailwind CSS
- Backend: Supabase (Auth, Database, Storage, Edge Functions)
- AI: Google Gemini API via Edge Functions
- Icons: Lucide React
- Node.js (v18 or higher)
- npm
- Clone the repository
- Install dependencies:
npm install
- Copy
.env.exampleto.env:cp .env.example .env
- Fill in your Supabase and Gemini API credentials.
Run the development server:
npm run devCreate a production build:
npm run build