Skip to content

Commit 02a21ce

Browse files
committed
chore: wip
1 parent c87b9a5 commit 02a21ce

File tree

1 file changed

+38
-15
lines changed

1 file changed

+38
-15
lines changed

docs/index.md

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,54 @@
33
layout: home
44

55
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."
99
image: /images/logo-white.png
1010
actions:
1111
- theme: brand
1212
text: Get Started
1313
link: /intro
1414
- theme: alt
1515
text: View on GitHub
16-
link: https://github.com/stacksjs/rpx
16+
link: https://github.com/stacksjs/nanofaker
1717

1818
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"
2920
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."
3154
---
3255

3356
<Home />

0 commit comments

Comments
 (0)