@@ -196,96 +196,6 @@ export default function HomePage() {
196196 </ div >
197197 </ div >
198198
199- < div className = "mt-8 pt-6 border-t border-border/50" >
200- < h3 className = "text-lg font-semibold mb-4" >
201- Examples of code sandboxes:
202- </ h3 >
203- < div className = "grid grid-cols-1 sm:grid-cols-2 gap-6 sm:gap-4" >
204- < div className = "flex items-start gap-3" >
205- < div className = "rounded-lg bg-primary/10 p-2 border border-primary/20" >
206- < Code className = "h-4 w-4 text-primary" />
207- </ div >
208- < div >
209- < h3 className = "font-semibold mb-1" >
210- AI Agents and code sandboxes
211- </ h3 >
212- < p className = "text-sm text-muted-foreground" >
213- Run automated bots for code reviews, notifications, and
214- integrations. See our{ " " }
215- < a
216- href = "https://blog.alexellis.io/ai-code-review-bot/"
217- target = "_blank"
218- rel = "noopener noreferrer"
219- className = "text-muted-foreground hover:text-foreground underline underline-offset-2 font-medium transition-colors"
220- >
221- code review bot built with opencode
222- </ a >
223- .
224- </ p >
225- </ div >
226- </ div >
227- < div className = "flex items-start gap-3" >
228- < div className = "rounded-lg bg-primary/10 p-2 border border-primary/20" >
229- < Code className = "h-4 w-4 text-primary" />
230- </ div >
231- < div >
232- < h3 className = "font-semibold mb-1" >
233- Convert videos with ffmpeg
234- </ h3 >
235- < p className = "text-sm text-muted-foreground" >
236- microVMs are better suited for processing large media
237- files.{ " " }
238- < a
239- href = "https://docs.slicervm.com/tasks/execute-commands-with-sdk/"
240- target = "_blank"
241- rel = "noopener noreferrer"
242- className = "text-muted-foreground hover:text-foreground underline underline-offset-2 font-medium transition-colors"
243- >
244- See example
245- </ a >
246- .
247- </ p >
248- </ div >
249- </ div >
250- < div className = "flex items-start gap-3" >
251- < div className = "rounded-lg bg-primary/10 p-2 border border-primary/20" >
252- < Zap className = "h-4 w-4 text-primary" />
253- </ div >
254- < div >
255- < h3 className = "font-semibold mb-1" >
256- Local-first — the fastest possible I/O
257- </ h3 >
258- < p className = "text-sm text-muted-foreground" >
259- Files are shared directly via VSOCK — no network
260- round-trips to a remote API. Your data never leaves your
261- machine.
262- </ p >
263- </ div >
264- </ div >
265- < div className = "flex items-start gap-3" >
266- < div className = "rounded-lg bg-primary/10 p-2 border border-primary/20" >
267- < Layers className = "h-4 w-4 text-primary" />
268- </ div >
269- < div >
270- < h3 className = "font-semibold mb-1" >
271- Self-hosted Kubernetes with node autoscaling
272- </ h3 >
273- < p className = "text-sm text-muted-foreground" >
274- Launch Kubernetes nodes via API with{ " " }
275- < a
276- href = "https://docs.slicervm.com/examples/autoscaling-k3s/"
277- target = "_blank"
278- rel = "noopener noreferrer"
279- className = "text-muted-foreground hover:text-foreground underline underline-offset-2 font-medium transition-colors"
280- >
281- node scaling and termination
282- </ a >
283- .
284- </ p >
285- </ div >
286- </ div >
287- </ div >
288- </ div >
289199 </ div >
290200 < div className = "relative hidden sm:block" >
291201 < Card className = "py-0 border-primary/20 bg-card shadow-lg shadow-primary/5" >
@@ -638,12 +548,6 @@ RUN usermod -aG docker ubuntu`}
638548 </ a > { " " }
639549 — securing the ecosystem before it hit GitHub's roadmap.
640550 </ p >
641- < p className = "text-base sm:text-lg text-muted-foreground text-pretty max-w-2xl mx-auto mt-6" >
642- Alex Ellis, founder of OpenFaaS: We've run Slicer internally
643- since 2022 which has kept our cloud costs really low and given us
644- the fastest response times we've seen yet on customer support
645- tickets.
646- </ p >
647551 </ div >
648552 </ section >
649553
@@ -654,17 +558,15 @@ RUN usermod -aG docker ubuntu`}
654558 Real Linux, on your hardware, in milliseconds.
655559 </ h2 >
656560 < p className = "text-muted-foreground mb-4 max-w-xl mx-auto" >
657- Start with a 14-day free trial. No security review needed — it runs
658- on your machine.
561+ Start with a 14-day free trial. Runs on your own hardware — nothing leaves your machine.
659562 </ p >
660563 < p className = "text-sm text-muted-foreground mb-8" >
661- Individual from{ " " }
662564 < span className = "font-semibold text-foreground" > $25/mo</ span >
663565 { " · " } Team{ " " }
664- < span className = "font-semibold text-foreground" > $125 /mo</ span >
665- { " · " } Platform{ " " }
566+ < span className = "font-semibold text-foreground" > $25 /mo</ span >
567+ /seat { " · " } Platform{ " " }
666568 < span className = "font-semibold text-foreground" > $250/mo</ span >
667- /daemon (unlimited VMs)
569+ /server
668570 </ p >
669571 < div className = "flex flex-wrap items-center justify-center gap-4" >
670572 < Button size = "lg" className = "font-mono" asChild >
0 commit comments