Section Fitur
Section fitur — grid ubin ikon, baris split berselang-seling, dan grid bento campuran.
Section fitur untuk halaman landing atau marketing. Masing-masing adalah Svelte <section> mandiri
selebar penuh yang dibangun hanya dari token semantik, sehingga gayanya berganti di setiap
tema — warna brand dipetakan ke --primary. Coba pengalih tema di atas preview.
Preview
Everything you need to ship
A complete toolkit that grows with your team, from first commit to global scale.
Lightning fast
Built on a modern edge runtime so every page loads in milliseconds, everywhere.
Secure by default
Encryption in transit and at rest, with SSO and audit logs on every enterprise plan.
Composable
Mix and match building blocks. Nothing is locked down — shape it to your workflow.
Insightful analytics
See exactly what your users do, with dashboards you can share across the team.
Integrates with everything
Connect the tools you already use through a growing library of integrations.
Global scale
Serve customers on every continent from a network built to handle the load.
Work together, in real time
Everyone stays in sync. Comments, mentions and live cursors keep the whole team moving as one.
- Live multiplayer editing
- Threaded comments
- Granular roles & permissions
Let the busywork run itself
Trigger workflows on any event and connect the tools you already use. Set it once and forget it.
- Visual workflow builder
- 200+ integrations
- Webhooks & a full API
One platform, every piece
Designed to delight
Thoughtful defaults and a polished interface your team will actually enjoy using every day — no training required.
Uptime across all regions
Blazing performance
Sub-second loads on the edge.
Enterprise security
SSO, audit logs and SLAs.
Automations
Install
bun x bosia@latest add block features/grid
bun x bosia@latest add block features/split
bun x bosia@latest add block features/bentoSemuanya menarik @lucide/svelte untuk ikon.
Blok-bloknya
grid— heading di atas grid tiga-kali-dua berisi ubin fitur berikon.split— baris teks-dan-visual berselang-seling dengan kicker, checklist, dan panel tiruan.bento— satu ubin besar plus empat ubin kecil yang memadukan ikon, sebuah statistik, dan mini-visual.
Usage
<script lang="ts">
import Features from "$lib/blocks/features/grid/block.svelte";
</script>
<Features />Teks fitur dan ikon berada di array hardcoded di bagian atas masing-masing block.svelte. Impor
ikon lucide dengan nama persisnya lalu tukar — setiap aksen ikon memakai primary.
Source
src/lib/blocks/features/*/block.svelte