Skip to content
v1.0 Bêta Publique Disponible

Votre prochain site commence ici.

Clonez le dépôt. Personnalisez les tokens. Déployez vendredi. Pleasantt gère les parties fastidieuses pour que vous puissiez vous concentrer sur le travail qui compte.

Utilisé par plus de 40 agences en production

terminal
Astro 6

Îles serveur et couche de contenu

Tailwind v4

Moteur CSS sans runtime

TypeScript

Typage strict par défaut

Motion

Animations déclaratives

Everything you need.
Nothing you don't.

We stripped away the bloat and kept the primitives that actually speed up development for agencies and freelancers.

Design Tokens & Dark Mode

Complete design system using Tailwind v4's CSS-first configuration with built-in dark mode. Semantic color tokens, system preference detection, and localStorage persistence.

src/styles/tokens/colors.css
1/* src/styles/tokens/colors.css */
2:root {
3 /* Brand Scale - International Orange */
4 --brand-500: oklch(62.5% 0.22 38);
5 --brand-600: oklch(53.2% 0.19 38);
6
7 /* Semantic Tokens - Light Mode */
8 --background: var(--gray-0);
9 --foreground: var(--gray-900);
10 --border: var(--gray-200);
11 --primary: var(--gray-900);
12 --accent: var(--brand-500);
13}
14
15/* Dark Mode */
16.dark {
17 --background: var(--gray-950);
18 --foreground: var(--gray-50);
19 --border: var(--gray-800);
20 --primary: var(--gray-0);
21}
Lighthouse Report

Perfect scores. Out of the box.

Performance
Accessibility
Best Practices
SEO

*Tested in production for landing page demo · Desktop & Mobile emulation · Results will vary.

One Command

Scaffold exactly what you need.

Not every project needs everything. The Pleasantt CLI lets you pick your starting point.

Need custom pages? Use --pages and they're generated with routes and nav already wired. Pair it with --i18n and you get localized versions too—translations scaffolded and ready.

No prompts to click through. No wizard to escape. Just flags that do what they say.

1
command to start
5
flags to customize
27+
components available
terminal
$
pnpm create velocity-astro@latest my-site
# Add what you need
--demo # Sample landing page + blog posts
--components # 27 production-ready UI primitives
--i18n # Multi-language routing configured
--pages # Generate pages (+ i18n versions)
-y # Skip prompts, use defaults
Project created successfully!
cd my-site && pnpm dev
Pleasantt

Arrêtez de configurer.

Rejoignez les développeurs qui construisent des sites web plus rapides et meilleurs avec Pleasantt. Open source et gratuit pour toujours.

Lire la Documentation