News

VS Code Wizard-Driven Web Template Studio Does Full-Stack Web Apps

Microsoft Web Template Studio, a new Visual Studio Code extension, has been unveiled to simplify and quicken the process of creating full-stack Web applications.

The open source project uses wizards to guide developers through the process of choosing:

  • A project type (full stack only supported now)
  • Front-end framework (only React supported now)
  • Back-end framework (only Node.js supported now)
  • Pages (blank page, common layouts such as master/detail and pages that implement common patterns such as grid and list)
  • Cloud services (Azure Cosmos DB and Azure Functions are supported)

"The resulting Web app is well-formed, readable code that incorporates cloud services on Azure while implementing proven patterns and best practices," Microsoft says.

Noting the limited set of options in this early development stage of the project, Microsoft said it's seeking community partnerships to explore further functionality.

Microsoft Web Template Studio
[Click on image for larger view.] Microsoft Web Template Studio (source: Microsoft).

Along with generating code, it inserts links to documentation to further enrich the Web app creation process.

Written in TypeScript and React, WebTS is akin to Windows Template Studio, which targets Universal Windows Platform (UWP) apps, sharing much of the underlying technology.

"Our philosophy is to help bootstrap your app with what you need but not do so much that you’re deleting code and breaking stuff," said Clint Rutkas, senior technical product manager, Windows Developer Team, in a blog post today (May 15). "We also strive to introduce best patterns and practices. Web Template Studio is extremely early in development, but we feel this is a great time to show it to the community and get a broader set of feedback."

Current documentation includes:

The GitHub project site (MIT license) shows 31 stars as of this writing; the Visual Studio Code Marketplace site shows 84 installations with one perfect 5.0 rating from one developer who reviewed it, after having been released only yesterday (May 14).

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Uno Platform Wants Microsoft to Improve .NET WebAssembly in Two Ways

    Uno Platform, a third-party dev tooling specialist that caters to .NET developers, published a report on the state of WebAssembly, addressing some shortcomings in the .NET implementation it would like to see Microsoft address.

  • Random Neighborhoods Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the random neighborhoods regression technique, where the goal is to predict a single numeric value. Compared to other ML regression techniques, advantages are that it can handle both large and small datasets, and the results are highly interpretable.

  • As Some Orgs Restrict DeepSeek AI Usage, Microsoft Offers Models and Dev Guidance

    While some organizations are restricting employee usage of the new open source DeepSeek AI from a Chinese company due to data collection concerns, Microsoft has taken a different approach.

  • Useful New-ish Features in .NET/C#

    We often hear about the big new features in .NET or C#, but what about all of those lesser known, but useful new features? How exactly do you use constructs like collection indices and ranges, date features, and pattern matching?

  • TypeScript 5.8 Beta Speeds Program Loads, Updates

    "TypeScript 5.8 introduces a number of optimizations that can both improve the time to build up a program, and also to update a program based on a file change in either --watch mode or editor scenarios."

Subscribe on YouTube