InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 6 JavaScript Codegen Projects
-
-
Civic Auth
Web2 & Web3 login in a simple SDK. Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.
-
-
generator
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
-
promptr
Promptr is a CLI tool that applies plain language instructions to the filesystem. Instructions can utilize a liquidjs based templating system. Use cases include refactoring, code generation, and experimentation.
-
ving
An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
-
openapi-code-generator
A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.
Related https://github.com/microsoft/TypeScript/issues/54925
My specific use case is pattern matching http status codes to an expected response type, and today I'm able to work around it with this kind of construct https://github.com/mnahkies/openapi-code-generator/blob/main... - but it's esoteric, and feels likely to be less efficient to check than what you propose / a range type.
There's runtime checking as well in my implementation, but it's a priority for me to provide good errors at build time
JavaScript Codegen discussion
JavaScript Codegen related posts
-
How We Made Sure Big Companies Can’t Steal Our Code
-
Show HN: AdrenalineAI – Interactive System Diagrams for Any Repo
-
I made this AI programming assistant to generate diagrams for my code
-
I made a programming assistant that can visualize your code with AI
-
Train an AI to understand my codebase - Guidance needed
-
BlessingAI, a chatbot that helps you quickly understand and navigate unfamiliar codebases
-
[Python] J'ai construit un chatbot qui débogue mieux votre code python que Chatgpt
-
A note from our sponsor - InfluxDB
www.influxdata.com | 31 Aug 2025
Index
What are some of the best open-source Codegen projects in JavaScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | adrenaline | 3,784 |
2 | astring | 1,219 |
3 | generator | 946 |
4 | promptr | 935 |
5 | ving | 80 |
6 | openapi-code-generator | 27 |