Pikku Rebrand!
Hello again!
I'm excited to announce that our rebrand is officially here โ welcome to Pikku! This isnโt just a facelift; itโs a complete rethink of how we can make developers' lives easier. Inspired by awesome projects like Hono and fueled by genuine feedback from our NodeJS meetup, we've revamped most things to be more streamlined.
I'm still sharpening my branding skills, but with the help of friends and a touch of MIT-inspired magic, we now have a look and feel that's as simple as the code we write.
Whatโs New?โ
๐ In-Depth Explanations and Flow Diagramsโ
We tried to share as much information as we could without overloading the user. Mermaid diagrams and in-depth explanations are now located in multiple documents!
๐ Create with a Single Commandโ
Kickstart your projects faster than ever:
npm run pikku@latest
This one command sets up templates, including a Next.js app and a fully-fledged yarn workspace that's backed by a Postgres database, and even lays out deployment options (Docker files included).
๐ All-In-One: The Pikku npm Packageโ
Streamline your imports with a single, centralized package:
import { ... } from 'pikku'
No more juggling a dozen individual packagesโjust one sleek entry point to supercharge your development workflow.
This is a change that will roll out as we ensure that package sizes don't grow.
๐ New @pikku/schema-cfworker Packageโ
Introducing our versatile schema validator! It might be a bit slower since it skips precompilation, but itโs designed to work seamlessly across all deployment platforms.
๐ก Enhanced APIs & CI Improvementsโ
- APIs: Our Next.js integrations and PikkuFetch now provide cleaner, more intuitive interfaces. Random TypeScript errors? Consider them history.
- CI Enhancements: Every template now undergoes rigorous testing as part of our improved CI pipeline, ensuring that every build is solid from the get-go.
Iโm excited for you to try out Pikku and see these improvements in action. Dive in, explore, and hit me with your feedbackโthis rebrand is just the start of a long journey, and I'm all in for making things better and faster.