Skip to content

IvanTsxx/Pikuu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pikuu is a developer tool that generates production-ready backend and UI from a data schema or an initial idea, using an iterative chat-based workflow.

The app behaves as a technical assistant, not a generic generator: each user message updates only the requested part of the project while preserving global state.

It is fully focused on the modern Next.js + TypeScript stack.


Features

  • Generate schema.prisma from an idea or consume an existing one
  • Generate Zod validation schemas
  • Generate Server Actions or Route Handlers (never mixed)
  • Generate real forms using shadcn/ui + TanStack Form
  • Persistent project state
  • Partial iteration without full regeneration
  • Artifact-based streaming UI

Stack

  • Next.js (App Router)
  • TypeScript (strict)
  • Prisma + PostgreSQL
  • Zod
  • shadcn/ui
  • TanStack Form
  • AI SDK v6 (Vercel)
  • AI Elements
  • Framer Motion

Philosophy

  • Schema-first
  • Strong typing
  • Controlled iteration
  • No placeholders
  • Built for real projects

License

This project is source-available but not open source.

The code is provided for viewing and learning purposes only. You may not use, modify, distribute, or offer this project as a service or product without explicit permission.

If you are interested in commercial usage, please contact me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages