DOCS

Overview

Seline is an opinionated form feedback and analytics tool built by a small, <span className="text-blue-600 font-medium font-mono">independent team</span>. It's lightweight (~2 KB), cookie-free by default, and fully privacy-friendly. No bloated dashboards, complicated setups, or annoying cookie consent banners.

We are working hard to make Seline as intuitive to install and use as possible. This documentation provides everything you need to get started embedding and capturing real insights.

<div className="grid grid-cols-1 md:grid-cols-2 gap-4 pt-4"> <div className="border border-stone-200/60 rounded-2xl p-5 hover:border-stone-300 transition-colors bg-stone-50/50"> <div className="flex items-center gap-2 mb-3"> <h4 className="text-xs font-bold text-stone-900 font-mono">Github Source</h4> </div> <p className="text-[11px] text-stone-500 leading-relaxed mb-3"> Inspect our core client-side script wrapper open-source codebase on GitHub. Suggest upgrades. </p> <a href="#" className="inline-flex items-center gap-1 text-[11px] font-bold text-blue-600 hover:underline"> Visit Github repository </a> </div> <div className="border border-stone-200/60 rounded-2xl p-5 hover:border-stone-300 transition-colors bg-stone-50/50"> <div className="flex items-center gap-2 mb-3"> <h4 className="text-xs font-bold text-stone-900 font-mono">Live Profiles</h4> </div> <p className="text-[11px] text-stone-500 leading-relaxed mb-3"> Track full user engagement histories without cookies. Read about our profile structures. </p> <a href="#" className="inline-flex items-center gap-1 text-[11px] font-bold text-blue-600 hover:underline"> Read user profile schema </a> </div> </div>