stencil
stencil copied to clipboard
[DMP 2024]: Specification Based Microservice Generation
Spec Based Microservice Generation
Description
Stencil is build keeping developer workflows and developer experience in mind, with the goal of reducing redundant efforts in setting up tooling and commonly used functionality which are used across services. The ultimate (atleast for now) step towards it could be to just pass in a specification/config file to a parser and get the code for the entire service setup back to you. With stencil is this possible, the main aim is to consolidate all the features stencil presently has into a single compiler step which parses through a configuration file conforming to a particular specification and generates the code for your service which you can hack around to make perfect. The next part of this would be to train a LLM to generate that service for us given some prompt.
Goals
- Specification for the stencil parser configuration.
- Parser for the configuration file.
- Compiler to compile the instructions from the config and generate code
- Fine tuned LLM model which can generate the configuration file given specific prompts.
- A system connecting all of these end to end.
Product Name
Stencil
Organisation Name
SamagraX
Tech Skills Needed
Must Haves - TypeScript, NestJS, Backend Development Good to have - Prisma, Testing, Prompt Engineering, Basic understanding of how to use LLMs
Mentors
@techsavvyash
Complexity
Hard
Implementation Details
Stencil is a framework (collection of components) build on top of the NestJS framework.
Domain
Open Source Library
Category
Backend
Sub Category
Frameworks, Tools