|
3 | 3 | layout: home |
4 | 4 |
|
5 | 5 | hero: |
6 | | - name: "ts-starter" |
7 | | - text: "For a better local environment." |
8 | | - tagline: "Modern and smart reverse proxy." |
| 6 | + name: "nanofaker" |
| 7 | + text: "Performance-focused faker library" |
| 8 | + tagline: "Lightweight TypeScript faker with complete locale coverage. Fast, type-safe, and comprehensive." |
9 | 9 | image: /images/logo-white.png |
10 | 10 | actions: |
11 | 11 | - theme: brand |
12 | 12 | text: Get Started |
13 | 13 | link: /intro |
14 | 14 | - theme: alt |
15 | 15 | text: View on GitHub |
16 | | - link: https://github.com/stacksjs/rpx |
| 16 | + link: https://github.com/stacksjs/nanofaker |
17 | 17 |
|
18 | 18 | features: |
19 | | - - title: "Minimal Starter Kit" |
20 | | - icon: "🔀" |
21 | | - details: "Bootstrap your next TypeScript project." |
22 | | - - title: "Documentation" |
23 | | - icon: "📚" |
24 | | - details: "Easily document your idea/package/library." |
25 | | - - title: "CLI" |
26 | | - icon: "🛠" |
27 | | - details: "Build your own CLI." |
28 | | - - title: "Binary" |
| 19 | + - title: "⚡ Performance First" |
29 | 20 | icon: "🚀" |
30 | | - details: "Automatically builds a binary for your project out of your CLI." |
| 21 | + details: "Built with speed in mind. 3-4x faster than alternatives with 7x smaller bundle size (~50KB vs ~350KB)." |
| 22 | + |
| 23 | + - title: "🌍 Complete Locale Support" |
| 24 | + icon: "🗺️" |
| 25 | + details: "9 fully translated locales with 100% coverage across all 16 data categories. No partial translations." |
| 26 | + |
| 27 | + - title: "💪 Fully Typed" |
| 28 | + icon: "📝" |
| 29 | + details: "Written in TypeScript from the ground up. Excellent IDE support with comprehensive type definitions." |
| 30 | + |
| 31 | + - title: "16+ Data Categories" |
| 32 | + icon: "📦" |
| 33 | + details: "Person, Address, Company, Internet, Food, Animals, Sports, Music, Commerce, Books, Vehicles, and more." |
| 34 | + |
| 35 | + - title: "Powerful CLI" |
| 36 | + icon: "⚙️" |
| 37 | + details: "Generate fake data from the command line. Perfect for seeding databases and creating test data." |
| 38 | + |
| 39 | + - title: "Reproducible" |
| 40 | + icon: "🎲" |
| 41 | + details: "Seeding support for consistent, reproducible test data. Same seed = same results every time." |
| 42 | + |
| 43 | + - title: "Lightweight" |
| 44 | + icon: "🪶" |
| 45 | + details: "Minimal dependencies and small footprint. Tree-shakeable for even smaller bundles." |
| 46 | + |
| 47 | + - title: "Rich Helpers" |
| 48 | + icon: "🔧" |
| 49 | + details: "Powerful helper utilities for arrays, strings, booleans, and unique value generation." |
| 50 | + |
| 51 | + - title: "Testing Ready" |
| 52 | + icon: "✅" |
| 53 | + details: "Perfect for unit tests, integration tests, and test fixtures with reproducible data." |
31 | 54 | --- |
32 | 55 |
|
33 | 56 | <Home /> |
0 commit comments