Discover what makers have been building with AI.
This platform aims to connect emotions, wellness, and local fragrance makers through a data-driven scent curation commerce experience. It seeks to personalize scent choices and support local artisans.
Quickly and easily create and share screens (equivalent to small tickets) with team members, using simple prompting or pre-existing documents, to facilitate task creation and collaboration.
A SaaS platform enabling users to seamlessly composite photos onto any Google Maps Street View location.
I've developed a responsive, web-based version of existing man-day calendar programs.
LAN Push If everyone is connected to the same Wi-Fi, you can send a single-line announcement. Ever found yourself in these situations? When studying at a cafe and you want to announce 'The presentation starts now' to everyone. When in the office and you want to inform your team members 'Meeting starts in 5 minutes'. When in an academy or classroom and you want to display an announcement to students. When you want to send 'Come eat' to your family. No need for Slack or KakaoTalk. Just connect to the same Wi-Fi. How does it work? Run the server (a single command). People on the same network open the address or run the client. When the administrator sends a message, all recipients receive a simultaneous notification. Two Reception Methods [Browser Mode] No separate installation required; just open the address. A toast notification appears on the screen, along with a browser notification. [Native Mode] By running `node client.js server_address` in the terminal, you can receive OS notifications (macOS, Windows, Linux) without a browser. It quietly waits in the background, and when a message arrives, it pops up in the top right corner. Features No Installation Required: Recipients only need a browser. No Sign-up: No accounts, no logins. No Internet Required: It doesn't rely on external servers. Direct communication within the same router. Real-time: Instant delivery via SSE, no polling. Automatic Reconnection: Automatically reconnects even if the network is interrupted. Lightweight: Only 3 Node.js files. Getting Started Run Server: `cd lan-push && node server.js` Admin Page (Browser): `http://192.168.x.x:3000/admin` Recipient Page (Browser): `http://192.168.x.x:3000` Recipient Terminal (OS Notification without Browser): `node client.js http://192.168.x.x:3000` Tech Stack Node.js, Express, Server-Sent Events (SSE), Web Notification API, osascript / notify-send GitHub https://github.com/extory/lanpush
## Introduction An installable newsletter service that creates emails with AI, without a template editor. Simply describe the content you want to send in natural language, and AI will generate a designed HTML email in real-time. It's a self-hosted solution, not SaaS, allowing you to fully own your data by installing it directly on your server or PC. ## Key Features * **AI Email Generation** — Real-time streaming generation of complete HTML emails from a single prompt (Claude / Gemini selectable) * **Subscriber Group Management** — Classification by group, CSV bulk registration, targeted group sending * **Bulk Sending** — Stable email infrastructure powered by Resend * **Drafts & History** — Save/load drafts, sending history, and preview * **Invitation-based Operation** — First registrant becomes administrator, subsequent registrations by invitation only * **Multilingual Support** — Automatic detection and switching between Korean / English ## Tech Stack Next.js · TypeScript · SQLite · Anthropic Claude / Google Gemini · Resend · Tailwind CSS ## Installation Can be installed on servers (Ubuntu/Debian) or PCs (Mac/Windows/Linux). ```bash git clone https://github.com/extory/mail.git cd mail cp .env.example .env.local # API 키 설정 npm install && npm run build && npm start ``` Detailed Guide: https://mail.extory.co/guide ## Links Demo: https://mail.extory.co GitHub: https://github.com/extory/mail Installation Guide: https://mail.extory.co/guide
Easily create engaging polls and quizzes, including fun elements like MBTI. 1. AI Poll Auto-Generation — Simply input a title, and questions/options are automatically generated using Claude or Gemini API. Manual creation without AI is also supported. 2. Admin Dashboard — Manage poll creation, editing, deletion, real-time response statistics, and short URL management all in one centralized dashboard. 3. Short URLs & Social Sharing — Generate trackable short links and enable one-click sharing to KakaoTalk, Twitter/X, Facebook, LinkedIn. 4. Email Authentication & Invitations — The initial registrant becomes the Owner. Subsequent member management is based on invitation codes. Poll participation does not require a login. 5. 1-Minute Installation — `git clone` → `npm install` → `npm start`. JSON file-based, no database setup required. Node.js is all you need.
Product Listing Details Service Name Analytics Platform — Self-Hosted Session Replay & Visitor Analytics One-liner Introduction Get core Datadog RUM features for free on your own server. Visitor screen recording, traffic analysis, error tracking — all with a single line of installation. Detailed Description "I want to know what visitors did before leaving our website, but Datadog is too expensive, and Hotjar stores data on overseas servers..." This platform started from that very concern. It's a self-hosted visitor analytics platform built in a day with Claude Code. Solves These Problems 1. "I don't know where visitors are dropping off" Replay visitor screens exactly as they happened with session replay Track page navigation paths with a user journey timeline Jump directly to the point of a click within the replay 2. "I'm spending on ads, but I don't know if they're effective..." Automatic UTM parameter tracking (Google Ads, Facebook, etc.) Analyze sessions/visitors by acquisition channel (organic, paid, social, direct) Identify which campaigns contribute to actual conversions 3. "I don't know about site errors until a customer tells me" Automatic JS error capture (uncaught, Promise rejection, resource load failure) Instantly view the replay of sessions where errors occurred Understand the scope of impact with error counts per session 4. "Customers say a button doesn't respond, but I can't reproduce it" Automatic detection of Rage Clicks (repeated clicks in the same spot) Detection of Dead Clicks (clicks with no response) Detection of Error Clicks (clicks followed by an error) Prioritize UX improvements using Frustration scores 5. "I want to use Datadog, but hundreds of thousands of won per month is too much..." Completely free (AGPL-3.0 open source) Install on your own server → data never leaves your control No SaaS vendor lock-in, scalable when you need it Key Features Feature Description Session Replay rrweb-based DOM recording, shareable links, timestamp-specific sharing Traffic Analysis UTM, referrer, channel classification, daily trend charts Error Tracking Automatic capture of JS errors, Promise rejections, resource failures Frustration Detection Automatic detection of Rage Clicks, Dead Clicks, Error Clicks User Journey Page navigation paths, event timeline, replay integration Device/OS/Country Automatic detection via User-Agent + Client Hints + GeoIP Multi-Project Manage multiple sites from a single dashboard Team Invitation Gmail email invitations, forced password change option Korean/English Automatic browser language detection, manual switching Tech Stack SDK: TypeScript, rrweb, Rollup (embedded in customer websites) Collection Server: Fastify (Node.js) Analytics DB: ClickHouse (time-series aggregation) Meta DB: PostgreSQL (sessions, users) Replay Storage: Google Cloud Storage Dashboard: React, Vite, Recharts Infrastructure: Docker Compose, Nginx, Let's Encrypt Installation (Seriously, 1 Minute) # Download Package curl -LO https://github.com/extory/marketing/releases/latest/download/analytics-platform.tar.gz # Install (Just enter domain and email) sudo bash -c "tar xzf analytics-platform.tar.gz && cd analytics-platform && bash install.sh" After installation, simply add one line of script to your site, and data collection begins immediately. System Requirements Ubuntu 22.04+ / Debian 12+ 2 vCPU, 4GB RAM or more Docker installation required Domain + SSL (automatic setup) Development Process Developed in a single day through conversations with Claude Code (Opus). From SDK design to ClickHouse schema, replay player, and Datadog-style UI, everything was implemented in collaboration with AI. Particularly challenging aspects: GCS storage/playback pipeline for rrweb session replay ClickHouse DateTime64 type compatibility issues Asynchronous context collection timing issues in the SDK Resolving port conflicts with existing servers (groupware, modushare) All debugged and resolved through conversational interaction. Tags #SessionReplay #VisitorAnalytics #SelfHosting #OpenSource #ErrorTracking #UXAnalytics #DatadogAlternative #ClickHouse #rrweb #ClaudeCode Category Product Price Free (AGPL-3.0 Open Source) Links Service URL: https://marketing.extory.co Installation Guide: https://marketing.extory.co/docs/setup GitHub: https://github.com/extory/marketing Download: https://github.com/extory/marketing/releases/latest/download/analytics-platform.tar.gz
[Overview] ModuShare – Mac ↔ Windows Real-time Clipboard Sync App (Free / Open Source) Hello everyone, I'm sharing a cross-platform clipboard synchronization tool I created as a personal project. This app allows you to copy content on a Mac and paste it directly on Windows, and vice versa. Unlike AirDrop, it's not confined to the Apple ecosystem and works everywhere, including web browsers. ✨ Key Features * Mac ↔ Windows ↔ Web Browser Real-time Clipboard Sync * Supports both Text + Images * Share clipboard with other users (Invitation system) * Supports Google Account Login * Open Source / Self-hostable 📥 Get Started (3 ways) ① Use Directly on the Web Can be used instantly in your browser without any separate installation. 👉 https://modushare.extory.co ② Install the App (Mac / Windows) Once the app is installed, copied content is automatically transferred to other devices. 👉 https://github.com/extory/modushare/releases/latest * macOS: ModuShare-x.x.x.dmg * Windows: ModuShare-Setup-x.x.x.exe ③ Install on Your Own Server (Self-hosting) The entire source code is public, so you can deploy it on your own server. It runs with a single Docker Compose command. 👉 https://github.com/extory/modushare ⚠️ Important Notes for App Installation (Personal app, no code signing certificate) Since there's no commercial certificate, OS security warnings will appear. You can bypass them as follows: macOS 1. Download DMG → Drag to Applications 2. First launch: "Unidentified developer" warning → Cancel 3. System Settings → Privacy & Security → Scroll down → Click "Open Anyway" 4. Then, run normally. Windows 1. Download EXE and run 2. "Windows protected your PC" (SmartScreen) → Click "More info" 3. Click "Run anyway" 4. Then, proceed with installation. Since the entire source code is publicly available on GitHub, you can verify its safety yourself. 🚀 How to Use * **Sign Up** — Register with email or Google login on the web or app * **Run App** — After logging in, a menubar (Mac) / tray (Windows) icon will appear * **Enable Sync** — Turn on sync from the menu → Copied content will then be automatically transferred to all devices * **Share (Optional)** — Manage sharing → Invite by email → If accepted, you can share the clipboard with others 🛠 Tech Stack * Server: Node.js + Express + WebSocket + SQLite * macOS: Swift (Native menubar app) * Windows: Electron * Web: React + Vite * Deployment: Docker / GCP 📂 GitHub (Open Source) 👉 https://github.com/extory/modushare Please leave feedback or bug reports on GitHub Issues or in the comments. 🙂
Manages vacations and resources for small teams.
A single idea, gets team works A platform to find teammates for your ideas in the AI era and bring products to market. It automatically analyzes team members' strengths and weaknesses based on Git commit history, and provides insights into who made which decisions and the direction your team is heading. Features - Aline.team Personal: Automatically collects and displays individual development logs or work profiles like an automated diary. Simply by developing or working, a personal work profile is completed. For developers, it also identifies personal strengths through development patterns. - Aline.team Team: Collects all fragmented data generated during product development to visualize team direction and context, providing insights for strategic decisions. - Aline.team Marketplace: A casual marketplace to showcase products and find suitable teammates.
테스트 입니당