You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Share your ideas and help define the roadmap for CodeGen. Your vision can become a core feature.",
45
+
link: "https://github.com/Leo5661/codegen",
46
+
linkText: "View Roadmap",
47
+
},
48
+
];
49
+
50
+
exportinterfaceFAQ_Item{
51
+
question: string;
52
+
answer: string;
53
+
}
54
+
55
+
exportconstFAQ_LIST: FAQ_Item[]=[
56
+
{
57
+
question: "How many frameworks does CodeGen support?",
58
+
answer:
59
+
"CodeGen currently supports major JavaScript frameworks including React, Vue, Angular, and Node.js. We're continuously working on expanding our framework support based on community feedback and needs.",
60
+
},
61
+
// {
62
+
// question: "Will it auto-generate components?",
63
+
// answer:
64
+
// "Yes, CodeGen can auto-generate components based on your specifications. This includes both basic structure and styling, saving you time in the initial setup phase of your projects.",
65
+
// },
66
+
{
67
+
question: "Is CodeGen an AI?",
68
+
answer:
69
+
"Currently, CodeGen is not an AI. It uses predefined templates and user inputs to generate code. However, we are exploring AI integration for future versions to provide more intelligent and context-aware code generation.",
70
+
},
71
+
{
72
+
question: "Is CodeGen free to use?",
73
+
answer:
74
+
"CodeGen is free to use without AI features. In the future, if AI capabilities are introduced, there may be paid tiers for those advanced features. We're committed to maintaining a free tier for basic functionality.",
75
+
},
76
+
{
77
+
question: "Is CodeGen only available as a CLI?",
78
+
answer:
79
+
"No, CodeGen is not limited to CLI. We are actively developing a browser-based lab that will allow you to generate packages directly in your browser with all CLI features and more. This will provide a more interactive and visual experience for package generation.",
80
+
},
81
+
{
82
+
question: "Can I contribute to CodeGen's development?",
83
+
answer:
84
+
"We welcome contributions from the community. You can contribute by submitting pull requests, reporting bugs, or suggesting new features on our GitHub repository.",
85
+
},
86
+
{
87
+
question: "How often is CodeGen updated?",
88
+
answer:
89
+
"We strive to keep CodeGen up-to-date with the latest web development trends and framework updates. Major updates are typically released quarterly, with minor updates and bug fixes rolled out more frequently.",
0 commit comments